Metadata-Version: 2.1
Name: sqlsimple
Version: 0
Summary: SQLSimple framework, easy to learn, fast to code, ready for production.
Home-page: https://github.com/bernardocouto/sqlsimple
License: MIT
Author: Bernardo Couto
Author-email: bernardocouto.py@gmail.com
Requires-Python: >=3.6.1,<4.0.0
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.10
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: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Typing :: Typed
Requires-Dist: dbutils (>=3.0.2,<4.0.0)
Requires-Dist: psycopg2 (>=2.9.3,<3.0.0)
Requires-Dist: pystache (>=0.6.0,<0.7.0)
Project-URL: Repository, https://github.com/bernardocouto/sqlsimple
Description-Content-Type: text/markdown

**Documentation**:
    <a href="https://sqlsimple.tiangolo.com" target="_blank">
        https://sqlsimple.bernardocouto.com
    </a>

**Source Code**:
    <a href="https://github.com/bernardocouto/sqlsimple" target="_blank">
        https://github.com/bernardocouto/sqlsimple
    </a>

## Installation

```shell
$ pip install sqlsimple
```

## License

This project is licensed under the terms of the [MIT license](https://github.com/bernardocouto/sqlsimple/blob/main/LICENSE).

