Metadata-Version: 2.1
Name: SQLAlchemyBlender
Version: 0.1.4
Summary: Helpers package for SQL-Alchemy
Home-page: https://github.com/kmjbyrne/sqlalchemy-blender
Author: Keith Byrne
Author-email: keithmbyrne@gmail.com
License: MIT
Description: # SQLAlchemy Morphic
        
        For use with Flask-SQLAlchemy and SQLAlchemy projects.
        
        
        Flask SQLAlchemy query string morph helper. Translates query strings into base query modifications
        
        ## Installation
        
        ```
        pip install SQLAlchemy-Morphic
        ```
        ## Basic Usage
        
        ## Available Morphs
        
        |:Argument String|Example Values|
        |---|---|
        |...|...|
        |...|...|
        |...|...|
        |...|...|
        
Keywords: python library utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
