Metadata-Version: 2.1
Name: sqlalchemy-query-helper
Version: 0.0.3
Summary: Query helper for sql alchemy
Home-page: https://github.com/akin-tekeoglu/sqlalchemy-query-helper
Author: Akın Tekeoğlu
Author-email: akin.tekeoglu@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: SQLAlchemy

# SQLAlchemy query helpermake

## Usage

## Development

- Install `pipenv`

- `make install`

- Make your changes and open PR

## Test

- Install `sqllite3`

- `make test`


