Metadata-Version: 1.1
Name: pygrest
Version: 0.2
Summary: Build REST APIs with Neo4j and Flask, as quickly as possible!
Home-page: https://github.com/mostafa/GRest
Author: Mostafa Moradian
Author-email: mostafamoradian0@gmail.com
License: GPLv3
Description: 
        gREST
        =====
        
        gREST (Graph-based REST API Framework) is a RESTful API development
        framework on top of Python, Flask, Neo4j and Neomodel. Its primary
        purpose is to ease development of RESTful APIs with little effort and
        miminum amount of code.
        
        For more information, visit github page of `the project <https://github.com/mostafa/GRest>`_.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Framework :: Flask
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
