File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,18 @@ This guide also does not cover version control, but it is essential to have a
60
60
basic facility with git to use these tools successfully. We recommend the
61
61
[ Software Carpentry lesson on Git] ( https://swcarpentry.github.io/git-novice/ ) .
62
62
63
+ Other similar resources that cover Python packaging include:
64
+
65
+ - [ Python Packaging User Guide] ( https://packaging.python.org ) : The official
66
+ guide. Doesn't cover as many extra tools that can help you, like linters and
67
+ CI.
68
+ - [ Python Developer Tooling Handbook] ( https://pydevtools.com/handbook ) : Lots of
69
+ explanation and reference.
70
+ - [ pyOpenSci Python Package Guide] ( https://www.pyopensci.org/python-package-guide ) :
71
+ A community created guidebook.
72
+ - [ Intersect training: Packaging] ( https://intersect-training.org/packaging ) : A
73
+ tutorial introducing Python packaging.
74
+
63
75
{: .note-title }
64
76
65
77
> History
You can’t perform that action at this time.
0 commit comments