Metadata-Version: 2.1
Name: pythondev-example
Version: 0.1.0
Summary: An example python project that follows guidelines to modernize Python develpoment.
Home-page: https://github.com/dtherrick/pythondev-example
License: MIT
Keywords: pythondev
Author: Damian Herrick
Author-email: damian.herrick@sas.com
Requires-Python: >=3.7,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: desert (>=2020.11.18,<2021.0.0)
Requires-Dist: marshmallow (>=3.12.1,<4.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Project-URL: Repository, https://github.com/dtherrick/pythondev-example
Description-Content-Type: text/markdown

# pythondev-example
[![Tests](https://github.com/dtherrick/pythondev-example/workflows/Tests/badge.svg)](https://github.com/dtherrick/pythondev-example/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/dtherrick/pythondev-example/branch/master/graph/badge.svg)](https://codecov.io/gh/dtherrick/pythondev-example)
[![PyPI](https://img.shields.io/pypi/v/pythondev-example.svg)](https://pypi.org/project/pythondev-example/)

Built from the hypermodern python guide, I'm using this to build out a coding style for my team at work.

