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

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.

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
```