Metadata-Version: 2.3
Name: metro_db
Version: 0.4.0
Summary: A wrapper around the sqlite3 database for easy database development
Project-URL: Homepage, https://github.com/DLu/metro_db
Project-URL: Bug Tracker, https://github.com/DLu/metro_db/issues
Author-email: "David V. Lu!!" <davidvlu@gmail.com>
Maintainer-email: "David V. Lu!!" <davidvlu@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Requires-Python: >=3.8
Requires-Dist: pyyaml
Requires-Dist: tabulate
Provides-Extra: test
Requires-Dist: pytest-cov>=2; extra == 'test'
Requires-Dist: pytest>=4; extra == 'test'
Description-Content-Type: text/markdown

# MetroDB
A wrapper around the sqlite3 database for easy database development

The overall goal is to write less SQL and more Python.

## Installation
[![PyPI version](https://badge.fury.io/py/metro_db.svg)](https://badge.fury.io/py/metro_db)

    sudo pip3 install metro_db

## Documentation
[![readthedocs badge](https://readthedocs.org/projects/metro_db/badge/?version=latest)](http://metro-db.readthedocs.org/)

[`http://metro-db.readthedocs.org/`](http://metro-db.readthedocs.org/)

## Continuous Integration
[![Build Status](https://app.travis-ci.com/DLu/metro_db.svg?branch=main)](https://app.travis-ci.com/DLu/metro_db)
