https://github.com/maxbalrog/seminar-packaging
Here we gather the basics of packaging
https://github.com/maxbalrog/seminar-packaging
Last synced: 5 months ago
JSON representation
Here we gather the basics of packaging
- Host: GitHub
- URL: https://github.com/maxbalrog/seminar-packaging
- Owner: maxbalrog
- License: mit
- Created: 2024-12-08T11:24:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T19:15:34.000Z (over 1 year ago)
- Last Synced: 2025-09-29T16:15:17.647Z (10 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seminar-packaging
Here we gather the basics of packaging
Resources:
1. [Python import system](https://docs.python.org/3/reference/import.html)
2. [Writing your `pyproject.toml`](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)
3. [Packaging Python projects](https://packaging.python.org/en/latest/tutorials/packaging-projects/)