Skip to content

42nick/python_pkg_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_pkg_template

Code style: black

This repository contains a src, tests, docs-skeleton with common lintering, developing and testing tools.

It is focused to use the pyproject.toml to prevent a larger amount of boilerplate-files to configure the whole project.

As stated here PEP 518 is introducing the pyproject.toml. PEP 660 adds the functionality for editable installs which makes the setup.py irrelevant.

With PEP 631 it becomes easily to add optional-dependencies and the need for the setup.cfg is not relevant anylonger.

Building the docs

sphinx-build -b html docs/source docs/build

Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages