Metadata-Version: 2.1
Name: sqlalchemy-query-helper
Version: 0.0.1
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
Description: # SQLAlchemy query helper
        
        ## Usage
        
        ## Development
        
        - Install `pipenv`
        
        - `make install`
        
        - Make your changes and open PR
        
        ## Test
        
        - Install `sqllite3`
        
        - `make test`
        
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
