Metadata-Version: 2.1
Name: drizm-commons
Version: 0.1.1
Summary: Python3 commons for the Drizm organization
Home-page: https://github.com/drizm-team/python-commons
License: MIT
Keywords: commons,sqlalchemy
Author: ThaRising
Author-email: kochbe.ber@gmail.com
Maintainer: Dominik Lewandowski
Maintainer-email: dominik.lewandow@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: sqlalchemy (==1.3.20)
Project-URL: Repository, https://github.com/drizm-team/python-commons
Description-Content-Type: text/markdown

# Python Commons

This package includes shared code used by
the Drizm organizations development team.  

It is not intended for public usage but you
may still download, redistribute or 
modify it to your liking.

## Usage

Install:  
>pip install drizm-commons

Import like so:  
import drizm_commons

## Documentation

pass

## Changelog

### 0.1.1

- Added SQLAlchemy JSON Encoder
- Fixed bugs related to the Introspection
API
- Added table registry
- Added additional utilities

