Metadata-Version: 1.1
Name: swaggerit
Version: 0.11.0
Summary: A Framework featuring Swagger, SQLAlchemy and Redis
Home-page: https://github.com/dutradda/swaggerit
Author: Diogo Dutra
Author-email: dutradda@gmail.com
License: MIT
Download-URL: http://github.com/dutradda/swaggerit/archive/master.zip
Description-Content-Type: UNKNOWN
Description: Create a swagger API from a set of classes.
        
        Main features:
        
        - Request validation and casting types according to the specification.
        - ORM with sqlalchemy basic operations insert/update/delete/get/get_many/get_all.
        - sqlalchemy/redis integration, keeping the database in memory updated, the ACID is guaranteed by relational database. The swaggerit does all the synchronization.
        - ORM only with redis basic operations insert/update/delete/get/get_many/get_all.
        - Asynchronous jobs submissions, than you can do a get request to know the status/result of it.
        
        https://github.com/dutradda/swaggerit
        
Keywords: framework swagger openapi sqlalchemy redis crud
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
