Metadata-Version: 2.0
Name: yalchemy
Version: 0.2.5
Summary: Convert SQLAlchemy table definitions to yaml and vice versa
Home-page: https://github.com/CloverHealth/yalchemy
Author: Clover Health
Author-email: dev@cloverhealth.com
License: BSD 3-Clause
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Requires-Dist: geoalchemy2 (==0.4.2)
Requires-Dist: sqlalchemy (==1.2.6)
Requires-Dist: pyyaml (==3.12)

yalchemy
########################################################################

Documentation
=============

`View the yalchemy docs here <http://yalchemy.readthedocs.io/>`_.

Installation
============

yalchemy can be installed with::

    pip3 install yalchemy


Contributing Guide
==================

For information on setting up yalchemy for development and contributing changes, view `CONTRIBUTING.rst <CONTRIBUTING.rst>`_.



