Metadata-Version: 1.2
Name: sqlalchemy-mate
Version: 0.0.4
Summary: A library extend sqlalchemy module, makes CRUD easier.
Home-page: https://github.com/Unknown-Github-Username/
Author: Unknown
Maintainer: Unknown
License: MIT
Download-URL: https://pypi.python.org/pypi/sqlalchemy_mate/0.0.4#downloads
Description: .. image:: https://travis-ci.org/MacHu-GWU/sqlalchemy_mate-project.svg?branch=master
            :target: https://travis-ci.org/MacHu-GWU/sqlalchemy_mate-project?branch=master
        
        .. image:: https://codecov.io/gh/MacHu-GWU/sqlalchemy_mate-project/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/MacHu-GWU/sqlalchemy_mate-project
        
        .. image:: https://img.shields.io/pypi/v/sqlalchemy_mate.svg
            :target: https://pypi.python.org/pypi/sqlalchemy_mate
        
        .. image:: https://img.shields.io/pypi/l/sqlalchemy_mate.svg
            :target: https://pypi.python.org/pypi/sqlalchemy_mate
        
        .. image:: https://img.shields.io/pypi/pyversions/sqlalchemy_mate.svg
            :target: https://pypi.python.org/pypi/sqlalchemy_mate
        
        .. image:: https://img.shields.io/badge/Star_Me_on_GitHub!--None.svg?style=social
            :target: https://github.com/MacHu-GWU/sqlalchemy_mate-project
        
        
        Welcome to ``sqlalchemy_mate`` Documentation
        ==============================================================================
        A library extend sqlalchemy module, makes CRUD easier.
        
        
        Quick Links
        ------------------------------------------------------------------------------
        - .. image:: https://img.shields.io/badge/Link-Document-red.svg
              :target: https://sqlalchemy_mate.readthedocs.io/index.html
        
        - .. image:: https://img.shields.io/badge/Link-API_Reference_and_Source_Code-red.svg
              :target: https://sqlalchemy_mate.readthedocs.io/py-modindex.html
        
        - .. image:: https://img.shields.io/badge/Link-Install-red.svg
              :target: `install`_
        
        - .. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
              :target: https://github.com/MacHu-GWU/sqlalchemy_mate-project
        
        - .. image:: https://img.shields.io/badge/Link-Submit_Issue_and_Feature_Request-blue.svg
              :target: https://github.com/MacHu-GWU/sqlalchemy_mate-project/issues
        
        - .. image:: https://img.shields.io/badge/Link-Download-blue.svg
              :target: https://pypi.python.org/pypi/sqlalchemy_mate#downloads
        
        
        .. _install:
        
        Install
        ------------------------------------------------------------------------------
        
        ``sqlalchemy_mate`` is released on PyPI, so all you need is:
        
        .. code-block:: console
        
        	$ pip install sqlalchemy_mate
        
        To upgrade to latest version:
        
        .. code-block:: console
        
        	$ pip install --upgrade sqlalchemy_mate
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
