Metadata-Version: 1.1
Name: apicore
Version: 1.0.0
Summary: Core lib for REST API
Home-page: https://github.com/meezio/apicore
Author: Meezio SAS
Author-email: dev@meez.io
License: MIT
Description: 
        apicore
        =======
        
        Set of core libraries usefull for building REST API and Microservices based on Flask.
        
        The code is open source, release under MIT and written in Python 3.
        
        .. code:: bash
        
            pip install apicore
        
        
        Features
        --------
        
        * Cross-origin resource sharing (CORS) ready
        * Data caching with redis server or direct in memory
        * Configuration file loader
        * A simple Logger
        * Raise exception conform to HTTP status codes
        * Authorization using JSON Web Token(JWT) issued from an OpenID Connect provider.
        
        Links
        -----
        
        * `documentation <http://apicore.readthedocs.io/en/latest/>`_
        * `sources <https://github.com/meezio/apicore>`_
        * `compagny <https://meez.io>`_
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Topic :: Software Development :: Libraries
