-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathtutorials.po
More file actions
6765 lines (5607 loc) · 214 KB
/
tutorials.po
File metadata and controls
6765 lines (5607 loc) · 214 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, pyOpenSci
# This file is distributed under the same license as the pyOpenSci Python
# Package Guide package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: pyOpenSci Python Package Guide \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-12 11:17+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: es\n"
"Language-Team: es <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.17.0\n"
#: ../../tutorials/add-license-coc.md:6
msgid "Add a `LICENSE` & `CODE_OF_CONDUCT` to your Python package"
msgstr "Agrega `LICENSE` y `CODE_OF_CONDUCT` a tu paquete de Python"
#: ../../tutorials/add-license-coc.md:8
msgid "In the [previous lesson](add-readme) you:"
msgstr "En la [sección anterior](add-readme) tu:"
#: ../../tutorials/add-license-coc.md:10
msgid ""
"<i class=\"fa-solid fa-circle-check\" style=\"color: #703c87;\"></i> "
"Created a basic `README.md` file for your scientific Python package"
msgstr "Creaste un archivo `README.md` para tu paquete the Python científico"
#: ../../tutorials/add-license-coc.md:12
msgid ""
"<i class=\"fa-solid fa-circle-check\" style=\"color: #703c87;\"></i> "
"Learned about the core components that are useful to have in a `README` "
"file."
msgstr ""
"Aprendiste acerca de los componentes principales que son útiles de tener "
"en un archivo `README`."
#: ../../tutorials/add-license-coc.md:14 ../../tutorials/add-readme.md:15
msgid "Learning objectives"
msgstr "Objetivos de aprendizaje"
#: ../../tutorials/add-license-coc.md:17 ../../tutorials/add-readme.md:17
#: ../../tutorials/pyproject-toml.md:27
msgid "In this lesson you will learn:"
msgstr "En esta lección aprenderas:"
#: ../../tutorials/add-license-coc.md:19
msgid ""
"How to select a license and add a `LICENSE` file to your package "
"repository, with a focus on the GitHub interface."
msgstr ""
"Como seleccionar una licencia y agregar un archivo `LICENSE` al "
"repositorio de tu paquete, con enfoque en la interface de Github"
#: ../../tutorials/add-license-coc.md:20
msgid "How to add a `CODE_OF_CONDUCT` file to your package repository."
msgstr "Como agregar un archivo `CODE_OF_CONDUCT` al repositorio de tu paquete"
#: ../../tutorials/add-license-coc.md:21
msgid ""
"How you can use the Contributors Covenant website to add generic language"
" as a starting place for your `CODE_OF_CONDUCT`."
msgstr ""
"Como usar el sitio web de Contributors Covenant para agregar lenguage "
"genérico como punto de partida para tu `CODE_OF_CONDUCT`"
#: ../../tutorials/add-license-coc.md:24
msgid "What is a license?"
msgstr "¿Qué es una licencia?"
#: ../../tutorials/add-license-coc.md:26
msgid ""
"A license contains legal language about how users can use and reuse your "
"software. To set the `LICENSE` for your project, you:"
msgstr ""
"Una licencia contiene lenguaje legal acerca de como los usuarios pueden "
"usar y reusar tu software. Para establecer un archivo `LICENSE` para tu "
"projecto, tu: "
#: ../../tutorials/add-license-coc.md:28
#, fuzzy
msgid ""
"Create a `LICENSE` file in your project directory that specifies the "
"license that you choose for your package."
msgstr ""
"creas un archivo `LICENSE` en el directorio de tu proyecto que "
"especifique la licencia que que elejiste para tu paquete y"
#: ../../tutorials/add-license-coc.md:29
#, fuzzy
msgid "Reference that file in your `pyproject.toml` data where metadata are set."
msgstr ""
"haces referencia a ese archivo en el `pyproject.toml` donde la metadata "
"es especificada"
#: ../../tutorials/add-license-coc.md:31
msgid ""
"By adding the `LICENSE` file to your `pyproject.toml` file, the `LICENSE`"
" will be included in your package's metadata which is used to populate "
"your package's PyPI landing page. The `LICENSE` is also used in your "
"GitHub repository's landing page interface."
msgstr ""
"Al incluir el archivo `LICENSE` en tu archivo `pyproject.toml`, la "
"`LICENSE` sera incluída en la metadata de tu paquete y esta es utilizada "
"para rellenar la página de entrada de tu paquete en PyPI. La `LICENSE` "
"también es utilizada en la página de entrada de tu repositorio de GitHub"
#: ../../tutorials/add-license-coc.md:33
msgid "What license should you use?"
msgstr "¿Qué licencia deberías elegir?"
#: ../../tutorials/add-license-coc.md:35
msgid ""
"We suggest that you use a permissive license that accommodates the other "
"most commonly used licenses in the scientific Python ecosystem (MIT[^mit]"
" and BSD-3[^bsd3]). If you are unsure, use MIT given it's the generally "
"recommended license on [choosealicense.com](https://choosealicense.com/)."
msgstr ""
"Nosotros sugerimos que uses una licencia permissiva que acomode otras "
"licencias comúnmente usadas en el ecosistema de Python científico "
"(MIT[^mit] and BSD-3[^bsd3]). Si tienes dudas, usa MIT dado que es la "
"licencia generalmente recomendada en "
"[choosealicense.com](https://choosealicense.com/)"
#: ../../tutorials/add-license-coc.md:38
msgid "Licenses for the scientific Python ecosystem"
msgstr "Licencias para el ecosistema de Python científico"
#: ../../tutorials/add-license-coc.md:39
msgid ""
"[We discuss licenses for the scientific Python ecosystem in more detail "
"here in our guidebook.](../documentation/repository-files/license-files)"
msgstr ""
#: ../../tutorials/add-license-coc.md:42
msgid "Where should the `LICENSE` file live"
msgstr ""
#: ../../tutorials/add-license-coc.md:44
msgid ""
"Your `LICENSE` file should be placed at the root of your package's "
"repository. When you add the `LICENSE` at the root, GitHub will "
"automagically discover it and provide users with a direct link to your "
"`LICENSE` file within your GitHub repository."
msgstr ""
#: ../../tutorials/add-license-coc.md:50
msgid ""
"Image showing the GitHub repository for SunPy an accepted pyOpenSci "
"package."
msgstr "Imagen que muestra el repositorio de GitHub de SunPy un paquete aceptado"
"por pyOpenSci. "
#: ../../tutorials/add-license-coc.md:52
msgid ""
"Notice at the top of the README portion of the GitHub landing page, there"
" are three tabs directly linking to the `README` file which is visible, "
"the `CODE_OF_CONDUCT` file and one that specifies the license that SunPy "
"uses. These files are discovered by GitHub because they are placed in the"
" root of the project directory using standard naming conventions."
msgstr "En la parte superior de la sección README de la página principal de GitHub,"
"hay tres pestañas que enlazan directamente al archivo `README`, el cual es "
"visible, al archivo `CODE_OF_CONDUCT` y a uno que especifica la licencia que "
"usa SunPy. GitHub descubre estos archivos porque están ubicados en la "
"raíz del directorio del proyecto usando convenciones de nomenclatura estándar."
#: ../../tutorials/add-license-coc.md:59
msgid "How to add a `LICENSE` file to your package directory"
msgstr "Cómo añadir un archivo `LICENSE` al directorio de tu paquete"
#: ../../tutorials/add-license-coc.md:61
msgid "There are several ways to add a `LICENSE` file:"
msgstr "Hay diferentes maneras de añadir al archivo `LICENSE`: "
#: ../../tutorials/add-license-coc.md:63
msgid ""
"When you create a new repository on GitHub, it will ask you if you wish "
"to add a `LICENSE` file at that time. If you select yes, it will create "
"the file for you."
msgstr "Cuando creas un nuevo repositorio en GitHub, te preguntará si deseas"
"añadir un archivo `LICENSE` en ese momento. Si seleccionas sí, creará "
"el archivo por ti."
#: ../../tutorials/add-license-coc.md:64
msgid ""
"You can add a `LICENSE` through the GitHub gui following the [<i class"
"=\"fa-brands fa-github\"></i> instructions "
"here](https://docs.github.com/en/communities/setting-up-your-project-for-"
"healthy-contributions/adding-a-license-to-a-repository)."
msgstr ""
#: ../../tutorials/add-license-coc.md:65
msgid "You can add the file manually as we are doing in this lesson."
msgstr ""
#: ../../tutorials/add-license-coc.md:68
msgid "If you completed the past lessons including"
msgstr ""
#: ../../tutorials/add-license-coc.md:70
msgid "[Making your code installable](create-python-package.md) and"
msgstr ""
#: ../../tutorials/add-license-coc.md:71
msgid "[publishing your package to PyPI](publish-pypi.md)"
msgstr ""
#: ../../tutorials/add-license-coc.md:73
msgid ""
"then you already have a `LICENSE` file containing text for the MIT "
"license in your Python package. Thus you can skip to the next section of "
"this tutorial which walks you through adding a `CODE_OF_CONDUCT`."
msgstr ""
#: ../../tutorials/add-license-coc.md:75
msgid ""
"If you don't yet have a `LICENSE` file in your directory, then continue "
"reading."
msgstr ""
#: ../../tutorials/add-license-coc.md:78
msgid "How to add a `LICENSE` to your package - the manual way"
msgstr ""
#: ../../tutorials/add-license-coc.md:80
msgid ""
"If you don't already have a `LICENSE` file, and you are not yet using a "
"platform such as GitHub or GitLab, then you can create a `LICENSE` file "
"by"
msgstr ""
#: ../../tutorials/add-license-coc.md:82
msgid "Create a new file called `LICENSE`. If you are using shell you can type:"
msgstr ""
#: ../../tutorials/add-license-coc.md:89
msgid "Go to [choosealicense.com](https://choosealicense.com/)"
msgstr ""
#: ../../tutorials/add-license-coc.md:90
msgid "Select permissive license"
msgstr ""
#: ../../tutorials/add-license-coc.md:91
msgid ""
"It will suggest that you use the [MIT "
"license](https://choosealicense.com/licenses/mit/)."
msgstr ""
#: ../../tutorials/add-license-coc.md:92
msgid ""
"Copy the license text that it provides into your `LICENSE` file that you "
"created above."
msgstr ""
#: ../../tutorials/add-license-coc.md:93
msgid "Save your file. You're all done!"
msgstr ""
#: ../../tutorials/add-license-coc.md:95
msgid "An overview of licenses in the scientific Python ecosystem"
msgstr ""
#: ../../tutorials/add-license-coc.md:98
msgid ""
"In the pyOpenSci [packaging guidebook](../documentation/repository-files"
"/license-files), we provide an overview of licenses in the scientific "
"Python ecosystem. We review why license files are important, which ones "
"are most commonly used for scientific software and how to select the "
"correct license."
msgstr ""
#: ../../tutorials/add-license-coc.md:100
msgid ""
"If you want a broad overview of why licenses are important for protecting"
" open source software, [check out this blog post that overviews the legal"
" side of things.](https://opensource.guide/legal/#just-give-me-the-tldr-"
"on-what-i-need-to-protect-my-project)"
msgstr ""
#: ../../tutorials/add-license-coc.md
msgid "Instructions for adding a `LICENSE` file within the GitHub interface"
msgstr ""
#: ../../tutorials/add-license-coc.md
msgid "Add license: new GitHub repository"
msgstr ""
#: ../../tutorials/add-license-coc.md:111
msgid ""
"When you create a new GitHub repository you can add a `LICENSE` file "
"through the GitHub interface."
msgstr ""
#: ../../tutorials/add-license-coc.md:116
msgid ""
"Screenshot of the create new repository interface that GitHub provides. "
"The elements of this are the owner and repository name for the new repo. "
"Below that you can add a description of the repository. Below that you "
"can set it to be public or private. At the bottom of the interface there "
"is an Add a README checkbox where it will add a blank readme file for "
"you. At the very bottom there is a line to add a .gitignore file and "
"another to choose a license."
msgstr ""
#: ../../tutorials/add-license-coc.md:118
msgid ""
"Image showing the GitHub interface that allows you to add a `LICENSE` and"
" `README` file when you create a new repository."
msgstr ""
#: ../../tutorials/add-license-coc.md
msgid "Add `LICENSE`: Existing GitHub repository"
msgstr ""
#: ../../tutorials/add-license-coc.md:124
msgid ""
"If you already have a GitHub repository for your package, then you can "
"add a `LICENSE` using the GitHub interface by adding a new file to the "
"repository."
msgstr ""
#: ../../tutorials/add-license-coc.md:126
msgid ""
"Follow the instructions to select and add a license to your repository on"
" the [GitHub LICENSE page](https://docs.github.com/en/communities"
"/setting-up-your-project-for-healthy-contributions/adding-a-license-"
"to-a-repository) ."
msgstr ""
#: ../../tutorials/add-license-coc.md:127
msgid ""
"Once you have added your `LICENSE` file, be sure to sync your git local "
"repository with the repository on GitHub.com. This means running `git "
"pull` to update your local branch."
msgstr ""
#: ../../tutorials/add-license-coc.md:130
msgid ""
"Image showing what the LICENSE file looks like in the GItHub interface. "
"At the top you can see the actual license which in this image is BSD "
"3-clause New or revised license. Then there is some text describing both "
"what the license is and the associated permissions for that specific "
"license. At the bottom of the image, the actual text for the license is "
"shown in the LICENSE file."
msgstr ""
#: ../../tutorials/add-license-coc.md:132
msgid ""
"You can view a summary of the `LICENSE` chosen on your project's GitHub "
"landing page."
msgstr ""
#: ../../tutorials/add-license-coc.md:139
msgid ""
"Now you know how to add a `LICENSE` to your project. Next, you'll learn "
"about the `CODE_OF_CONDUCT.md` file and how to add it to your package "
"directory."
msgstr ""
#: ../../tutorials/add-license-coc.md:144
msgid "What is a code of conduct file?"
msgstr ""
#: ../../tutorials/add-license-coc.md:146
msgid ""
"A `CODE_OF_CONDUCT` file is used to establish guidelines for how people "
"in your community interact."
msgstr ""
#: ../../tutorials/add-license-coc.md:148
msgid ""
"This file is critical to supporting your community as it grows. The "
"`CODE_OF_CONDUCT`:"
msgstr ""
#: ../../tutorials/add-license-coc.md:151
msgid ""
"Establishes guidelines for how users and contributors interact with each "
"other and you in your software repository."
msgstr ""
#: ../../tutorials/add-license-coc.md:152
msgid "Identifies negative behaviors that you don't want in your interactions."
msgstr ""
#: ../../tutorials/add-license-coc.md:154
msgid ""
"You can use your code of conduct as a tool that can be referenced when "
"moderating challenging conversations."
msgstr ""
#: ../../tutorials/add-license-coc.md:156
msgid "What to put in your `CODE_OF_CONDUCT` file"
msgstr ""
#: ../../tutorials/add-license-coc.md:158
msgid ""
"If you are unsure of what language to add to your `CODE_OF_CONDUCT` file,"
" we suggest that you adopt the [contributor covenant "
"language](https://www.contributor-"
"covenant.org/version/2/1/code_of_conduct/) as a starting place."
msgstr ""
#: ../../tutorials/add-license-coc.md:161
msgid ""
""
msgstr ""
#: ../../tutorials/add-license-coc.md:161
msgid "Contributor Covenant"
msgstr ""
#: ../../tutorials/add-license-coc.md:163
msgid ""
"The `CODE_OF_CONDUCT.md` should be placed at the root of your project "
"directory, similar to the `LICENSE` file."
msgstr ""
#: ../../tutorials/add-license-coc.md:165
msgid "How to add a `CODE_OF_CONDUCT` file to your package directory"
msgstr ""
#: ../../tutorials/add-license-coc.md:167
msgid ""
"Add a `CODE_OF_CONDUCT.md` file to the root of your repository if it "
"doesn't already exist."
msgstr ""
#: ../../tutorials/add-license-coc.md:173
msgid ""
"Visit the [contributor covenant website](https://www.contributor-"
"covenant.org/) and add [the markdown version of their code of "
"conduct](https://www.contributor-"
"covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) to your "
"`CODE_OF_CONDUCT.md` file. Be sure to fill in any placeholder "
"information. Read the text closely to ensure you both understand it and "
"also agree with its contents!"
msgstr ""
#: ../../tutorials/add-license-coc.md:175
msgid "That's it - you've now added a code of conduct to your package directory."
msgstr ""
#: ../../tutorials/add-license-coc.md:177
msgid "Additional Code of Conduct resources"
msgstr ""
#: ../../tutorials/add-license-coc.md:180
msgid ""
"[<i class=\"fa-brands fa-github\"></i> Guide: `CODE_OF_CONDUCT.md` "
"files](https://docs.github.com/en/communities/setting-up-your-project-"
"for-healthy-contributions/adding-a-code-of-conduct-to-your-project)"
msgstr ""
#: ../../tutorials/add-license-coc.md:181
msgid ""
"[pyOpenSci package guide `CODE_OF_CONDUCT.md` "
"overview](https://www.pyopensci.org/python-package-guide/documentation"
"/repository-files/code-of-conduct-file.html)"
msgstr ""
#: ../../tutorials/add-license-coc.md:184 ../../tutorials/add-readme.md:238
#: ../../tutorials/publish-conda-forge.md:468
#: ../../tutorials/pyproject-toml.md:686
msgid "<i class=\"fa-solid fa-hands-bubbles\"></i> Wrap up"
msgstr ""
#: ../../tutorials/add-license-coc.md:186
msgid "In this lesson and the [last lesson](add-readme), you have added a:"
msgstr ""
#: ../../tutorials/add-license-coc.md:188
msgid "`README` file;"
msgstr ""
#: ../../tutorials/add-license-coc.md:189
msgid "`LICENSE` file and a"
msgstr ""
#: ../../tutorials/add-license-coc.md:190
msgid "`CODE_OF_CONDUCT` file."
msgstr ""
#: ../../tutorials/add-license-coc.md:192
msgid ""
"These are fundamental files needed for every scientific Python package "
"repository. These files help users understand how to use your package and"
" interact with package maintainers."
msgstr ""
#: ../../tutorials/add-license-coc.md:196
#: ../../tutorials/create-python-package.md:446
msgid "In the upcoming lessons, you will:"
msgstr ""
#: ../../tutorials/add-license-coc.md:198
msgid ""
"[Add more metadata to your `pyproject.toml` file](pyproject-toml) to "
"support building and publishing your package on PyPI."
msgstr ""
#: ../../tutorials/add-license-coc.md:199
msgid ""
"Publish a new version of your Python package to the test PyPI to preview "
"the updated metadata landing page."
msgstr ""
#: ../../tutorials/add-license-coc.md:204
#: ../../tutorials/create-python-package.md:541
#: ../../tutorials/publish-conda-forge.md:480
#: ../../tutorials/publish-pypi.md:400
msgid "Footnotes"
msgstr ""
#: ../../tutorials/add-license-coc.md:206
msgid "https://opensource.org/license/mit/"
msgstr ""
#: ../../tutorials/add-license-coc.md:207
msgid "https://opensource.org/license/bsd-3-clause/"
msgstr ""
#: ../../tutorials/add-readme.md:6
msgid "Add a README file to your Python package"
msgstr ""
#: ../../tutorials/add-readme.md:8
msgid "In the previous lessons you learned:"
msgstr ""
#: ../../tutorials/add-readme.md:10
msgid "[What a Python package is](intro.md)"
msgstr ""
#: ../../tutorials/add-readme.md:11
msgid "[How to make your code installable](create-python-package)"
msgstr ""
#: ../../tutorials/add-readme.md:12
msgid "[How to publish your package to (test) PyPI](publish-pypi.md)"
msgstr ""
#: ../../tutorials/add-readme.md:13
msgid "[How to publish your package to conda-forge](publish-conda-forge.md)"
msgstr ""
#: ../../tutorials/add-readme.md:19
msgid "How to add a **README.md** file to your package."
msgstr ""
#: ../../tutorials/add-readme.md:20
msgid "What the core elements of a **README.md** file are."
msgstr ""
#: ../../tutorials/add-readme.md:23
msgid "What is a README file?"
msgstr ""
#: ../../tutorials/add-readme.md:25
msgid ""
"The `README.md` file is a markdown file located at the root of your "
"project directory that helps a user understand:"
msgstr ""
#: ../../tutorials/add-readme.md:28
msgid "You package's name"
msgstr ""
#: ../../tutorials/add-readme.md:29
msgid ""
"What the package does. Your README file should clearly state the "
"problem(s) that your software is designed to solve and its target "
"audience."
msgstr ""
#: ../../tutorials/add-readme.md:30
msgid "The current development \"state\" of the package (through badges)"
msgstr ""
#: ../../tutorials/add-readme.md:31
msgid "How to get started with using your package."
msgstr ""
#: ../../tutorials/add-readme.md:32
msgid "How to contribute to your package"
msgstr ""
#: ../../tutorials/add-readme.md:33
msgid "How to cite your package"
msgstr ""
#: ../../tutorials/add-readme.md:35
msgid ""
"Your **README.md** file is important as it is often the first thing that "
"someone sees before they install your package. The README file is also "
"used to populate your PyPI landing page."
msgstr ""
#: ../../tutorials/add-readme.md:37
msgid ""
"Note that there is no specific content structure for README files. "
"However, this tutorial outlines the sections that we suggest that you "
"include in your README file."
msgstr ""
#: ../../tutorials/add-readme.md:41
msgid "Create a README.md file for your package"
msgstr ""
#: ../../tutorials/add-readme.md:43
msgid "It's time to add a `README.md` file to your project directory."
msgstr ""
#: ../../tutorials/add-readme.md:45
msgid "Step 0: Create a README file"
msgstr ""
#: ../../tutorials/add-readme.md:46
msgid ""
"To get started, if you don't already have a README.md file in your "
"project directory, create one."
msgstr ""
#: ../../tutorials/add-readme.md:49
msgid "If you created your project directory from"
msgstr ""
#: ../../tutorials/add-readme.md:51
msgid "a GitHub repository online"
msgstr ""
#: ../../tutorials/add-readme.md:52
msgid "using `hatch init`"
msgstr ""
#: ../../tutorials/add-readme.md:54
msgid "Then you may already have a README.MD file in your project directory."
msgstr ""
#: ../../tutorials/add-readme.md:60
msgid "Step 1: Add the name of your package as the README title"
msgstr ""
#: ../../tutorials/add-readme.md:62
msgid "At the top of the `README.md` file, add the name of your package."
msgstr ""
#: ../../tutorials/add-readme.md:64
msgid ""
"If you are using markdown it should be a header 1 (H1) tag which is "
"denoted with a single `#` sign."
msgstr ""
#: ../../tutorials/add-readme.md:66
msgid "`# Package-title-here`"
msgstr ""
#: ../../tutorials/add-readme.md:68
msgid "Step 2: add badges to the top of your README file"
msgstr ""
#: ../../tutorials/add-readme.md:70
msgid ""
"It's common for maintainers to add badges to the top of their README "
"files. Badges allow you and your package users to track things like:"
msgstr ""
#: ../../tutorials/add-readme.md:72
msgid "Broken documentation and test builds."
msgstr ""
#: ../../tutorials/add-readme.md:73
msgid "Versions of your package that are on PyPI and conda."
msgstr ""
#: ../../tutorials/add-readme.md:74
msgid ""
"Whether your package has been reviewed and vetted by an organization such"
" as pyOpenSci and/or JOSS."
msgstr ""
#: ../../tutorials/add-readme.md:76
msgid ""
"If you have already published your package to pypi.org you can use "
"[shields.io to create a package version badge](https://shields.io/badges"
"/py-pi-version). This badge will dynamically update as you release new "
"versions of your package to PyPI."
msgstr ""
#: ../../tutorials/add-readme.md:78
msgid ""
"If not, you can leave the top empty for now and add badges to your README"
" at a later point as they make sense."
msgstr ""
#: ../../tutorials/add-readme.md:80
msgid "Step 3: Add a description of what your package does"
msgstr ""
#: ../../tutorials/add-readme.md:82
msgid ""
"Below the badges (if you have them), add a section of text that provides "
"an easy-to-understand overview of what your package does."
msgstr ""
#: ../../tutorials/add-readme.md:86
msgid "Keep this section short."
msgstr ""
#: ../../tutorials/add-readme.md:87
msgid "Try to avoid jargon."
msgstr ""
#: ../../tutorials/add-readme.md:88
msgid ""
"Define technical terms that you use to make the description accessible to"
" more people."
msgstr ""
#: ../../tutorials/add-readme.md:90
msgid ""
"Remember that the more people understand what your package does, the more"
" people will use it."
msgstr ""
#: ../../tutorials/add-readme.md:92
msgid "Step 4: Add package installation instructions"
msgstr ""
#: ../../tutorials/add-readme.md:94
msgid "Next, add instructions that tell users how to install your package."
msgstr ""
#: ../../tutorials/add-readme.md:96
msgid ""
"For example, can they use pip to install your package? `python -m pip "
"install packagename`"
msgstr ""
#: ../../tutorials/add-readme.md:99
msgid "or conda?"
msgstr ""
#: ../../tutorials/add-readme.md:101
msgid "`conda install -c conda-forge packagename`."
msgstr ""
#: ../../tutorials/add-readme.md:103
msgid ""
"If you haven't yet published your package to pypi.org then you can skip "
"this section and come back and add these instructions later."
msgstr ""
#: ../../tutorials/add-readme.md:107
msgid "Step 5: Any additional setup"
msgstr ""
#: ../../tutorials/add-readme.md:109
msgid ""
"In some cases, your package users may need to manually install other "
"tools in order to use your package. If that is the case, be sure to add a"
" section on additional setup to your README file."
msgstr ""
#: ../../tutorials/add-readme.md:114
msgid ""
"Here, briefly document (or link to documentation for) any additional "
"setup that is required to use your package. This might include:"
msgstr ""
#: ../../tutorials/add-readme.md:118
msgid "authentication information, if it is applicable to your package."
msgstr ""
#: ../../tutorials/add-readme.md:119
msgid "additional tool installations, such as GDAL."
msgstr ""
#: ../../tutorials/add-readme.md:122
msgid ""
"Many packages won't need an additional setup section in their README. In "
"that case you can always skip this section."
msgstr ""
#: ../../tutorials/add-readme.md:127
msgid "Step 6: Add a get started section"
msgstr ""
#: ../../tutorials/add-readme.md:129
msgid ""
"Next add a get-started section. Within this section, add a small code "
"example that demonstrates importing and using some of the functionality "
"in your package."
msgstr ""
#: ../../tutorials/add-readme.md:132
msgid "Provide a fully functional code snippet if possible"
msgstr ""
#: ../../tutorials/add-readme.md:135
msgid ""
"It is important to try to make the code examples that you provide your "
"users as useful as possible."
msgstr ""
#: ../../tutorials/add-readme.md:137
msgid ""
"Be sure to provide a copy/paste code example that will work as-is when "
"pasted into a Jupyter Notebook or .py file if that is possible."
msgstr ""
#: ../../tutorials/add-readme.md:139
msgid ""
"If there are tokens and other steps needed to run your package, be sure "
"to be clear about what those steps are."
msgstr ""
#: ../../tutorials/add-readme.md:142
msgid "For the pyosPackage, a short get started demo might look like this:"
msgstr ""
#: ../../tutorials/add-readme.md:150
msgid ""
"Or it could simply be a link to a getting started tutorial that you have "
"created. If you don't have this yet, you can leave it empty for the time "
"being."
msgstr ""
#: ../../tutorials/add-readme.md:153
msgid ""
"This would also be a great place to add links to tutorials that help "
"users understand how to use your package for common workflows."
msgstr ""
#: ../../tutorials/add-readme.md:158
msgid "Step 7: Community section"
msgstr ""
#: ../../tutorials/add-readme.md:160
msgid ""
"The community section of your README file is a place to include "
"information for users who may want to engage with your project. This "
"engagement will likely happen on a platform like GitHub or GitLab."
msgstr ""
#: ../../tutorials/add-readme.md:162
msgid ""
"In the community section, you will add links to your contributing guide "
"and `CODE_OF_CONDUCT.md`. You will create a [`CODE_OF_CONDUCT.md` file in"
" the next lesson](add-license-coc)."
msgstr ""
#: ../../tutorials/add-readme.md:165
msgid ""
"As your package grows you may also have a link to a development guide "
"that contributors and your maintainer team will follow. The development "
"guide outlines how to perform maintenance tasks such as:"
msgstr ""
#: ../../tutorials/add-readme.md:168
msgid "running tests"
msgstr ""
#: ../../tutorials/add-readme.md:169
msgid "making package releases"
msgstr ""
#: ../../tutorials/add-readme.md:170
msgid "building documentation"
msgstr ""
#: ../../tutorials/add-readme.md:171
msgid "and more."
msgstr ""
#: ../../tutorials/add-readme.md:175
msgid "Step 8: Citation information"
msgstr ""
#: ../../tutorials/add-readme.md:177
msgid ""
"Finally it is important to let users know how to cite your package. You "
"can communicate citation information in a few different ways."
msgstr ""
#: ../../tutorials/add-readme.md:180
msgid ""
"You can use a tool such as zenodo to create a DOI and associated citation"
" information for your package if it is hosted on a platform such as "
"GitHub. [Check out this short tutorial that covers setting that "
"up.](https://coderefinery.github.io/github-without-command-line/doi/)"
msgstr ""
#: ../../tutorials/add-readme.md:184
msgid ""
"Alternatively if you send your package through a peer review process such"
" as the [one lead by pyOpenSci](https://www.pyopensci.org/about-peer-"
"review/index.html). After being accepted by pyOpenSci, if your package is"
" in scope, you can be accepted by the Journal of Open Source Software and"
" get a cross-ref DOI through [our partnership with the Journal of Open "
"Source Software.](https://www.pyopensci.org/about-peer-review/index.html)"
msgstr ""
#: ../../tutorials/add-readme.md:188
msgid "The finished README file"
msgstr ""
#: ../../tutorials/add-readme.md:190
msgid "Your finished `README.md` file should look something like this:"
msgstr ""
#: ../../tutorials/add-readme.md:240
msgid ""
"It's important to consider the information that a new user or contributor"
" might need when creating your `README.md` file. While there is no "
"perfect template, above is a set of recommendations as you are just "
"getting started. You may find the need for other elements to be added to "
"this file as you further develop your package and as a community begins "
"to use your package."
msgstr ""
#: ../../tutorials/add-readme.md:246
msgid ""
"In the [next lesson](add-license-coc.md), you will add a LICENSE file to "
"your Python package. A license file is critical as it tells users how "
"they legally can (and can't) use your package. It also:"
msgstr ""
#: ../../tutorials/add-readme.md:250
msgid "Builds trust with your users"
msgstr ""
#: ../../tutorials/add-readme.md:251
msgid "Discourages misuse of your package and associated code"
msgstr ""
#: ../../tutorials/command-line-reference.md:6 ../../tutorials/intro.md:60
msgid "Command Line Reference Guide"
msgstr ""
#: ../../tutorials/command-line-reference.md:9
msgid ""
"**What these tables are:** These tables summarize the command line inputs"
" (e.g., `pipx install hatch`, `hatch build`) necessary to complete all "
"steps in the package creation process, from installing Hatch to "
"publishing the package on PyPI and conda-forge."
msgstr ""
#: ../../tutorials/command-line-reference.md:11
msgid ""
"**What these tables are not:** These tables do not cover the manual/non-"
"automated steps (e.g., create PyPI account, create PyPI API token) you "
"have to complete throughout the package creation process."
msgstr ""
#: ../../tutorials/command-line-reference.md:13
msgid ""
"**Operating system note:** The current iteration of this guide has been "
"tested on the Windows OS only. Many commands are Windows-specific. OS-"
"specific commands are indicated with parentheses after the description of"
" the command, e.g., [COMMAND_DESCRIPTION] (Windows). Corresponding "
"commands for macOS and Linux will be added in the future."
msgstr ""
#: ../../tutorials/command-line-reference.md:16
msgid "Environment Setup"
msgstr ""
#: ../../tutorials/command-line-reference.md:38
msgid "Package Development"
msgstr ""
#: ../../tutorials/command-line-reference.md:57
msgid "Package Publishing"
msgstr ""
#: ../../tutorials/command-line-reference.md:76
msgid "Versions and Environments"
msgstr ""
#: ../../tutorials/create-python-package.md:7
msgid "Create a pure Python package"
msgstr ""
#: ../../tutorials/create-python-package.md:9
#: ../../tutorials/develop-python-package-hatch.md:9
msgid "About this lesson"
msgstr ""
#: ../../tutorials/create-python-package.md:13