Metadata-Version: 2.1
Name: ampho
Version: 0.4
Summary: Ampho is a Python library that provides simple and convenient way to develop Flask applications
Home-page: https://github.com/ampho-cms/ampho
Author: Alexander Shepetko
Author-email: a@shepetko.com
Maintainer: Alexander Shepetko
Maintainer-email: a@shepetko.com
License: MIT
Project-URL: Code, https://github.com/ampho-cms/ampho
Project-URL: Documentation, https://github.com/ampho-cms/ampho/blob/master/doc/index.rst
Project-URL: Issue tracker, https://github.com/ampho-cms/ampho/issues
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Requires-Dist: flask (==1.*)
Requires-Dist: colorama (==0.*)
Requires-Dist: htmlmin (==0.*)
Requires-Dist: blinker (==1.*)

Ampho
=====

**Ampho** is a Python library that provides simple and convenient way to develop applications by splitting them into
small, easily maintainable parts.

Build status
------------

.. image:: https://travis-ci.org/ampho-cms/ampho.svg?branch=develop
    :target: https://travis-ci.org/ampho-cms/ampho
    :alt: Build status

.. image:: https://codecov.io/gh/ampho-cms/ampho/branch/develop/graph/badge.svg
    :target: https://codecov.io/gh/ampho-cms/ampho
    :alt: Code coverage


Documentation
-------------

See the `documentation`_ for details.


Changelog
---------

See the `CHANGELOG.rst`_ for details.


Support
-------

Use project's `issue tracker`_.


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

See the `CONTRIBUTING.rst`_ for details.


Authors
-------

- `Alexander Shepetko`_ -- initial work.


License
-------

This project is licensed under the MIT License. See the `LICENSE.rst`_ file for details.


.. _Flask: https://palletsprojects.com/p/flask/
.. _Ampho CMS: https://ampho.xyz
.. _documentation: doc/index.rst
.. _CHANGELOG.rst: CHANGELOG.rst
.. _issue tracker: https://github.com/ampho-cms/ampho/issues
.. _CONTRIBUTING.rst: CONTRIBUTING.rst
.. _Alexander Shepetko: https://shepetko.com
.. _LICENSE.rst: LICENSE.rst


