Metadata-Version: 2.1
Name: hpmpy-project
Version: 0.0.1
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|

|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
.. |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`_,
*Zettelkasten* is free and open source software.


Issues
------

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


.. _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/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Installation Guide: docs/source/getting_started/installation.rst

