Metadata-Version: 2.1
Name: odbms
Version: 0.2.8
Summary: Database client for Mysql, MongoDB and Sqlite
Author: Amos Amissah
Author-email: theonlyamos@gmail.com
Project-URL: Source, https://github.com/theonlyamos/odbms/
Project-URL: Tracker, https://github.com/theonlyamos/odbms/issues
Keywords: python3 runit developer serverless architecture docker sqlite mysql mongodb
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv
Requires-Dist: pymongo
Requires-Dist: psycopg2

# odbms
Python package for Managing Mysql, Mongodb and Sqlite instances

## Installation

```shell
pip install odbms
```
