https://github.com/markdouthwaite/simple-python-package
This repo provides a template for a simple, modern Python package.
https://github.com/markdouthwaite/simple-python-package
Last synced: 7 months ago
JSON representation
This repo provides a template for a simple, modern Python package.
- Host: GitHub
- URL: https://github.com/markdouthwaite/simple-python-package
- Owner: markdouthwaite
- License: mit
- Created: 2023-06-16T13:48:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T16:21:52.000Z (over 2 years ago)
- Last Synced: 2025-03-19T22:05:08.200Z (7 months ago)
- Language: Python
- Homepage: https://markdouthwaite.github.io/simple-python-package/
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modern-python-package
This repo provides a minimal template for a modern Python package.* Uses Python >=3.9
sphinx-build -b html docs/source/ docs/build/html* structure
* docs
* inc. custom css
* publishing
* tests (inc. linting, coverage)
* templates: issues