Metadata-Version: 2.1
Name: ampho-model
Version: 0.1
Summary: Ampho abstract data model
Home-page: https://github.com/ampho-cms/ampho-model
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-model
Project-URL: Documentation, https://github.com/ampho-cms/ampho-model/blob/master/README.rst
Project-URL: Issue tracker, https://github.com/ampho-cms/ampho-model/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: ampho (~=0.4)

Ampho Data Model
================
Abstract base data model for using in Ampho applications.


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

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


Installation
------------
.. sourcecode:: shell

    pip install -U ampho-model

Usage
-----
Use ``ampho_model.Model`` as a base class for your models.


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.


.. _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


