Metadata-Version: 2.1
Name: easy-postgres
Version: 0.0.2
Summary: Abstraction layer for PostgreSQL database manipulation based on the `psycopg2` package
Home-page: http://github.com/natiiix/easy_postgres
Author: Ivo Meixner
Author-email: natiwastaken@gmail.com
License: MIT
Keywords: postgresql postgres pgsql psql database psycopg2 easy
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Description-Content-Type: text/markdown
Requires-Dist: psycopg2

# Easy Postgres

**Abstraction layer for PostgreSQL database manipulation based on the `psycopg2` package**

Primary focuses are **lightweight API** and **high flexibility** when it comes to handling user input. This should make the package very easy to use while maintaining a usable performance level.

## WARNING: Work in Progress

*This package is currently under heavy development and should NOT be used in production. The current API is very likely to change in the near future.*

## License

This package is available under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).


