Metadata-Version: 2.1
Name: MOM-Tapyr
Version: 3.9
Summary: Framework for the implementation of essential object models.
Home-page: https://codeberg.org/tanzer/tapyr
Author: Christian Tanzer
Author-email: tanzer@swing.co.at
License: BSD License
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: TFL (>=3)
Requires-Dist: CAL (>=3)
Requires-Dist: babel
Requires-Dist: python-dateutil
Requires-Dist: sqlalchemy
Provides-Extra: bcrypt
Requires-Dist: bcrypt ; extra == 'bcrypt'
Provides-Extra: deploy
Requires-Dist: plumbum ; extra == 'deploy'
Provides-Extra: doc
Requires-Dist: plumbum ; extra == 'doc'
Requires-Dist: sphinx ; extra == 'doc'
Provides-Extra: postgresql
Requires-Dist: psycopg2 ; extra == 'postgresql'

MOM provides a framework for the definition and implementation of essential
object models. MOM supports multiple database backends, one of them based on
sqlalchemy.

MOM is distributed under the conditions of the `BSD 3-Clause
License <https://www.gg32.com/license/bsd_3c.html>`_.

MOM is available as a `git repository`_.
You can clone that repository with::

    git clone git@codeberg.org:tanzer/tapyr.git

Reports of bugs in MOM should be submitted to the `git repository`_.

.. _`git repository`: https://codeberg.org/tanzer/tapyr
