Metadata-Version: 2.1
Name: hpmpy-project
Version: 0.0.4
Summary: Tweaked Hypermodern Python Project Template w/o Typing
Home-page: https://github.com/tZ3ma/hpmpy_project
License: MIT
Keywords: hypermodern,template
Author: Mathias Ammon
Author-email: mathias.ammon@tuhh.de
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Repository, https://github.com/tZ3ma/hpmpy_project
Description-Content-Type: text/x-rst

hpmpy-project
====================================================================================================

|PyPI| |Status| |Python Version| |License|

|Read the Docs| |Tests| |Codecov| |Codacy| |Codeclimate| |Scrutinizer|

|pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/hpmpy-project.svg
   :target: https://pypi.org/project/hpmpy-project/
   :alt: PyPI

.. |Status| image:: https://img.shields.io/pypi/status/hpmpy-project.svg
   :target: https://pypi.org/project/hpmpy-project/
   :alt: Status

.. |Python Version| image:: https://img.shields.io/pypi/pyversions/hpmpy-project
   :target: https://pypi.org/project/hpmpy-project
   :alt: Python Version

.. |License| image:: https://img.shields.io/pypi/l/hpmpy-project
   :target: https://opensource.org/licenses/MIT
   :alt: License

.. |Read the Docs| image:: https://img.shields.io/readthedocs/hpmpy-project/latest.svg?label=Read%20the%20Docs
   :target: https://hpmpy-project.readthedocs.io/
   :alt: Read the documentation at https://hpmpy-project.readthedocs.io/

.. |Tests| image:: https://github.com/tZ3ma/hpmpy-project/workflows/Tests/badge.svg
   :target: https://github.com/tZ3ma/hpmpy-project/actions?workflow=Tests
   :alt: Tests

.. |Codecov| image:: https://codecov.io/gh/tZ3ma/hpmpy-project/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/tZ3ma/hpmpy-project
   :alt: Codecov

.. |Codacy| image:: https://app.codacy.com/project/badge/Grade/b278433bb9224147a2e6231d783b62e4
   :target: https://app.codacy.com/gh/tZ3ma/hpmpy-project/dashboard
   :alt: Codacy Code Quality Status

.. |Codeclimate| image:: https://api.codeclimate.com/v1/badges/ff119252f0bb7f40aecb/maintainability
   :target: https://codeclimate.com/github/tZ3ma/hpmpy-project/maintainability
   :alt: Maintainability

.. |Scrutinizer| image:: https://scrutinizer-ci.com/g/tZ3ma/hpmpy-project/badges/quality-score.png?b=main
   :target: https://scrutinizer-ci.com/g/tZ3ma/hpmpy-project/
   :alt: Scrutinizer Code Quality

.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black

Newb tweaked non-typing version of the excellent Hypermodern-Python_ project
foundation proposed by `Claudio Jolowicz <cj>`_

Installation
------------

Follow the `Installation Guide`_.


Usage
-----

Please see the `Command-line Reference <Usage_>`_ for details.


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


License
-------

Distributed under the terms of the `MIT license`_,
*hpmpy-project* is free and open source software.


Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.

Credits
-------

This project was created using the `Mathias Ammon <tZ3ma>`_ tweaked version of the
Hypermodern-Python_ project foundation proposed by `Claudio Jolowicz <cj>`_.

.. _Hypermodern-Python: https://cjolowicz.github.io/posts/hypermodern-python-01-setup/
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _cj: https://github.com/cjolowicz

.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/

.. _file an issue: https://github.com/tZ3ma/hpmpy-project/issues
.. _pip: https://pip.pypa.io/

.. _tZ3ma: https://github.com/tZ3ma
.. working on github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Installation Guide: docs/source/getting_started/installation.rst

