Metadata-Version: 2.1
Name: ampho
Version: 0.2
Summary: Ampho is the core part of the Ampho CMS
Home-page: https://github.com/ampho-cms/ampho
Author: Oleksandr Shepetko
Author-email: a@shepetko.com
Maintainer: Oleksandr Shepetko
Maintainer-email: a@shepetko.com
License: MIT
Project-URL: Code, https://github.com/ampho-cms/ampho
Project-URL: Documentation, https://ampho.readthedocs.io
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 the core part of the `Ampho CMS`_.


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

.. image:: https://readthedocs.org/projects/ampho/badge/?version=develop
    :target: https://ampho.readthedocs.io/en/develop/?badge=develop
    :alt: Documentation Status


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

Please visit https://ampho.readthedocs.io for details.


Testing
-------

Install `tox`_,  chdir into the project directory and issue command:

.. sourcecode:: text

    tox


Support
-------

Please use project's `issue tracker`_.


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

Please refer to the `CONTRIBUTING.rst`_ for details.


Authors
-------

- `Oleksandr Shepetko`_ -- initial work.


License
-------

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


.. _Ampho CMS: https://ampho.xyz
.. _tox: https://pypi.org/project/tox
.. _issue tracker: https://github.com/ampho-cms/ampho/issues
.. _Oleksandr Shepetko: https://shepetko.com
.. _LICENSE.rst: LICENSE.rst
.. _CONTRIBUTING.rst: CONTRIBUTING.rst


