Python package template for PyPI
2024-06-15 22:04:35 +02:00
src/projectname Remove hashbangs and add docstrings 2024-06-15 22:04:35 +02:00
tests Update template 2023-06-12 13:44:36 +02:00
.gitignore Add Python and JetBrains gitignore 2022-05-17 23:33:11 +02:00
.python-version Update Python dev version 2023-06-13 12:19:01 +02:00
build.sh Remove editor config lines from files 2023-07-07 17:18:03 +02:00
LICENSE Initial commit 2022-05-17 20:02:33 +02:00
MANIFEST.in Update template 2023-06-12 13:44:36 +02:00
pyproject.toml Update setuptools version 2022-08-26 21:17:04 +02:00
README.md Adjust readme headers 2022-09-23 22:06:57 +02:00
requirements-dev.txt Update template 2023-06-12 13:44:36 +02:00
requirements.txt Increment logger requirement version 2024-06-15 22:01:10 +02:00
setup.cfg Update template 2023-06-12 13:44:36 +02:00

Python package template

Replace 'projectname' with the actual name of the project in all places

License

Mozilla Public License 2.0

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.

Acknowledgements