Metadata-Version: 2.1
Name: testpoetrypypi
Version: 0.1.28
Summary: 
License: Apache-2.0
Author: Jeff
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: poetry-version (>=0.1.5,<0.2.0)
Description-Content-Type: text/markdown

# testpoetrypypi

|           | master | develop |
|:----------|:-------|:--------|
| CI Status | [![CircleCI](https://circleci.com/gh/jeff-snyk/testpoetrypypi/tree/master.svg?style=svg)](https://circleci.com/gh/jeff-snyk/testpoetrypypi/tree/master)|[![CircleCI](https://circleci.com/gh/jeff-snyk/testpoetrypypi/tree/develop.svg?style=svg)](https://circleci.com/gh/jeff-snyk/testpoetrypypi/tree/develop)|

A reference-ish implementation of a Python project that uses:
+ Poetry (and pyproject.toml)
+ pytest and Black for testing and linting
+ CircleCI
+ Git Flow (i.e. `master` + `develop` + feature branches)
+ [python-semantic-release](https://pypi.org/project/python-semantic-release/) to compute the next version and publish to PyPI upon merging `develop` into `master`.

