Publishing Python Packages MEAP V03
by Dane Hillard
English | 2021 | ISBN: 978-1617299919 | 91 pages | PDF | 6.44 MB
by Dane Hillard
English | 2021 | ISBN: 978-1617299919 | 91 pages | PDF | 6.44 MB
Create Python packages to share your code in a scalable and maintainable way. Improve team productivity, publish helpful libraries, or even start your own open source project following the latest Python packaging standards.
In Publishing Python Packages you will learn how to:
Build extensions and console script commands
Use tox to automate packaging, installing, and testing
Build a continuous integration pipeline using GitHub Actions
Improve code quality and reduce manual review using bandit, black, mypy, and radon
Create published documentation for your packages
Keep packages up to date with pyupgrade and Dependabot
Foster an open source community using GitHub features