An open API service indexing awesome lists of open source software.

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.

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