# A sample Python project ![Python Logo](https://www.python.org/static/community_logos/python-logo.png "Sample inline image") - Testing: [![GitHub workflows status](https://github.com/borda/py_sample-project/workflows/Python%20project/badge.svg)](https://github.com/Borda/py_sample-project/actions) [![Build Status](https://www.travis-ci.org/Borda/py_sample-project.svg?branch=master)](https://www.travis-ci.org/Borda/py_sample-project) [![CircleCI](https://circleci.com/gh/Borda/py_sample-project/tree/master.svg?style=svg)](https://circleci.com/gh/Borda/py_sample-project/tree/master) [![Build status](https://ci.appveyor.com/api/projects/status/57nanoy463aw91gp?svg=true)](https://ci.appveyor.com/project/Borda/py-sample-project) [![Build Status](https://dev.azure.com/jborovec/sample%20project/_apis/build/status/Borda.py_sample-project?branchName=master)](https://dev.azure.com/jborovec/sample%20project/_build/latest?definitionId=3&branchName=master) - Coverage: [![codecov](https://codecov.io/gh/Borda/py_sample-project/branch/master/graph/badge.svg)](https://codecov.io/gh/Borda/py_sample-project) [![Coverage Status](https://coveralls.io/repos/github/Borda/py_sample-project/badge.svg?branch=master)](https://coveralls.io/github/Borda/py_sample-project?branch=master) [![Test Coverage](https://api.codeclimate.com/v1/badges/06dc5d15ea9a3282e3b8/test_coverage)](https://codeclimate.com/github/Borda/py_sample-project/test_coverage) [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/1b6c741fe8fc4fc9aa776730846d43e2)](https://www.codacy.com/gh/Borda/py_sample-project/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Borda/py_sample-project&utm_campaign=Badge_Coverage) - Quality: [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Borda/py_sample-project/master.svg)](https://results.pre-commit.ci/latest/github/Borda/py_sample-project/master) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/1b6c741fe8fc4fc9aa776730846d43e2)](https://www.codacy.com/gh/Borda/py_sample-project/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Borda/py_sample-project&utm_campaign=Badge_Grade) [![CodeFactor](https://www.codefactor.io/repository/github/borda/py_sample-project/badge)](https://www.codefactor.io/repository/github/borda/py_sample-project) [![Maintainability](https://api.codeclimate.com/v1/badges/06dc5d15ea9a3282e3b8/maintainability)](https://codeclimate.com/github/Borda/py_sample-project/maintainability) [![codebeat badge](https://codebeat.co/badges/fa1654fd-bbbc-4fb6-96a2-192cbf87ae1b)](https://codebeat.co/projects/github-com-borda-py_sample-project-master) - Development: [![Board Status](https://dev.azure.com/jborovec/1dceaf51-3549-4be4-b6b1-fbde44358f2b/f5c44894-45d6-4a99-a4e0-13f773a95c2b/_apis/work/boardbadge/a437d96e-406d-4e54-b1c9-c30cbe9c6e6c)](https://dev.azure.com/jborovec/1dceaf51-3549-4be4-b6b1-fbde44358f2b/_boards/board/t/f5c44894-45d6-4a99-a4e0-13f773a95c2b/Microsoft.RequirementCategory) - Documentation: [![Documentation Status](https://readthedocs.org/projects/py-sample-project/badge/?version=latest)](https://py-sample-project.readthedocs.io/en/latest/?badge=latest) A sample project that exists as an aid to the [Python Packaging User Guide][packaging guide]'s [Tutorial on Packaging and Distributing Projects][distribution tutorial]. A sample project that exists as an aid to the [Python Packaging User Guide][packaging guide]'s [Tutorial on Packaging and Distributing Projects][distribution tutorial]. This project does not aim to cover best practices for Python project development as a whole. For example, it does not provide guidance or tool recommendations for version control, documentation, or testing. [The source for this project is available here][src]. Most of the configuration for a Python project is done in the `setup.py` file, an example of which is included in this project. You should edit this file accordingly to adapt this sample project to your needs. ______________________________________________________________________ **This is the README file for the project.** The file should use UTF-8 encoding and can be written using [reStructuredText][rst] or [markdown][md use] with the appropriate [key set][md use]. It will be used to generate the project webpage on PyPI and will be displayed as the project homepage on common code-hosting services, and should be written for that purpose. Typical contents for this file would include an overview of the project, basic usage examples, etc. Generally, including the project changelog in here is not a good idea, although a simple “What's New” section for the most recent version may be appropriate. [distribution tutorial]: https://packaging.python.org/tutorials/packaging-projects/ [md use]: https://packaging.python.org/specifications/core-metadata/#description-content-type-optional [packaging guide]: https://packaging.python.org [rst]: http://docutils.sourceforge.net/rst.html [src]: https://github.com/pypa/sampleproject