Metadata-Version: 2.1
Name: schemy
Version: 0.1.3
Summary: Data structure to represent schemas in databases.
Home-page: https://github.com/samuelcorradi/schemy
Author: Samuel Corradi
Author-email: samuelcorradi@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE

# Schemy

Data structure to represent schemas in databases.

# Change history

**0.1.3**

- Removed the need for the schema to have a name to represent the repository name. The schema will only define the internal structure (fields, keys, constraints, etc.) from here on out.
