https://github.com/daneah/publishing-python-packages
Examples and exercises for Publishing Python Packages from Manning Books 🐍 📦 ⬆️
https://github.com/daneah/publishing-python-packages
book package-development package-management packaging pubpypack pypi pytest python python-package-management python-packaging tox
Last synced: 5 months ago
JSON representation
Examples and exercises for Publishing Python Packages from Manning Books 🐍 📦 ⬆️
- Host: GitHub
- URL: https://github.com/daneah/publishing-python-packages
- Owner: daneah
- License: mit
- Created: 2021-08-08T13:28:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T09:21:54.000Z (over 1 year ago)
- Last Synced: 2024-04-26T16:21:19.803Z (over 1 year ago)
- Topics: book, package-development, package-management, packaging, pubpypack, pypi, pytest, python, python-package-management, python-packaging, tox
- Language: Python
- Homepage: https://pypackages.com
- Size: 95.7 KB
- Stars: 75
- Watchers: 4
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Exercises for Publishing Python Packages: Test, share, and automate your projects 🐍 📦 ⬆️

This repository contains the source code for the examples and exercises contained in [_Publishing Python Packages: Test, share, and automate your projects_](https://pypackages.com). The repository is a template repository, so if you'd like to follow along with the book you can [make your own copy](https://github.com/daneah/publishing-python-packages/generate).
Each chapter's examples are in their own directory. In some chapters, you'll find multiple snippets in a single module. These won't always produce output when you run them, and are occasionally meant only as snippets to demonstrate a concept. In later chapters, some modules act as an entrypoint to run a program from the command line, importing other modules along the way. Follow along in the book for more context!
## Errata and questions
If you find an error in the code or the book, or if you have a question about the content, please read the [contribution guidelines](.github/CONTRIBUTING.md) to understand the best course of action. Errata found after the book has been printed will be published on [the book's homepage](https://pypackages.com).