Metadata-Version: 2.1
Name: Example-Project
Version: 0.2.1
Summary: An example Python project
Home-page: https://github.com/Hakonmh/example-project
Author: Håkon Magne Holmen
Author-email: haakonholmen@outlook.com
License: MIT
Project-URL: Funding, https://donate.pypi.org
Project-URL: Documentation, https://an-example-project.readthedocs.io/en/latest/index.html
Keywords: sample development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Example Project

## Description

This is an example project that is used as practice for learning [packaging][pcking].


## Features

Example Project officially supports Python 3.6–3.8.

* Feature 1
* Feature 2
* Feature 3


## Where to get it

The source code is currently hosted on GitHub at:
https://github.com/Hakonmh/example-project

To install example Python project, simply use pip:
```sh
pip install example
```


## Documentation

The official documentation is hosted on:
https://an-example-project.readthedocs.io/en/latest/index.html


## License

[MIT][mit]


## Contributions

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

Issues are posted on:
https://github.com/Hakonmh/example-project/issues


[pcking]: https://packaging.python.org
[mit]: https://github.com/Hakonmh/example-project/blob/master/LICENSE.txt
"# example-project"


