https://github.com/robpol86/boilerplate-python-app
Boilerplate for my Python projects. Using Poetry instead of setuptools.
https://github.com/robpol86/boilerplate-python-app
Last synced: 3 months ago
JSON representation
Boilerplate for my Python projects. Using Poetry instead of setuptools.
- Host: GitHub
- URL: https://github.com/robpol86/boilerplate-python-app
- Owner: Robpol86
- License: bsd-2-clause
- Created: 2020-09-07T23:42:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T19:17:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T19:25:02.586Z (5 months ago)
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BoilerplatePython
Boilerplate for my Python projects. Using Poetry instead of setuptools.
* Python 3.7, 3.8, and 3.9 supported on Linux, macOS, and Windows.
📖 Full documentation: https://boilerplatepython.readthedocs.io
[![Github-CI][github-ci]][github-link]
[![Coverage Status][codecov-badge]][codecov-link]
[![Documentation Status][rtd-badge]][rtd-link]
[![Code style: black][black-badge]][black-link]
[![PyPI][pypi-badge]][pypi-link]
[![PyPI Downloads][pypi-dl-badge]][pypi-dl-link][github-ci]: https://github.com/Robpol86/boilerplatepython/actions/workflows/ci.yml/badge.svg?branch=main
[github-link]: https://github.com/Robpol86/boilerplatepython/actions/workflows/ci.yml
[codecov-badge]: https://codecov.io/gh/Robpol86/boilerplatepython/branch/main/graph/badge.svg
[codecov-link]: https://codecov.io/gh/Robpol86/boilerplatepython
[rtd-badge]: https://readthedocs.org/projects/boilerplatepython/badge/?version=latest
[rtd-link]: https://boilerplatepython.readthedocs.io/en/latest/?badge=latest
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black-link]: https://github.com/ambv/black
[pypi-badge]: https://img.shields.io/pypi/v/boilerplatepython.svg
[pypi-link]: https://pypi.org/project/boilerplatepython
[pypi-dl-badge]: https://img.shields.io/pypi/dw/boilerplatepython?label=pypi%20downloads
[pypi-dl-link]: https://pypistats.org/packages/boilerplatepython## Quickstart
To install run the following:
```bash
pip install boilerplatepython
```