Metadata-Version: 1.1
Name: linkero
Version: 0.9.17
Summary: Restful API for external requests
Home-page: https://github.com/ingran/linkero
Author: Rubén de Celis Hernández
Author-email: contact@rdch106.hol.es
License: LGPL v3
Download-URL: https://github.com/ingran/linkero/archive/v0.9.17.tar.gz
Description: 
        Linkero is compatible with **Python-2** and **Python-3**.
        
        ************************************
        What can I do with Linkero?
        ************************************
        
        - Run REST API server
        - Mount your Python developments or wrappers as API REST service. Only spend time developing your APIs behaviour.
        - Add new APIs easily to already existing gateway development.
        - Generate Public APIs.
        - Generate Private APIs.
            - Security using user and password authentication.
            - Security using token.
            - Grant privileges to desired APIs or only a group of calls of API to specific users.
        - User accounts persistence using SQLite DB.
        - Integration with other WSGI (Web Server Gateway Interface):
            - Gevent_
            - Waitress_
        
        .. _Gevent: https://github.com/gevent/gevent
        .. _Waitress: https://github.com/Pylons/waitress
        
        
        Installation
        ============
        
        You can install or upgrade linkero with:
        
        - ``$ pip install linkero --upgrade``
        
        Or you can install from source with:
        
        - ``$ git clone https://github.com/ingran/linkero.git --recursive``
        
        - ``$ cd linkero``
        
        - ``$ pip install .``
           
Keywords: framework rest-api restful-api web-services
Platform: UNKNOWN
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: PyPy
