Metadata-Version: 2.1
Name: bravaweb
Version: 0.0.3
Summary: SDK ASGI BravaWeb 
Home-page: https://github.com/robertons/bravaweb
Author: Roberto Neves
Author-email: robertonsilva@gmail.com
License: MIT
Description: 
        # SDK ASGI Python BravaWeb 
        
        SDK para aplicações WEB baseada em Python3 ASGI
        
        # Instalação
        Instalação utilizando Pip
        ```bash
        pip install bravaweb
        ```
        Git/Clone
        ```
        git clone https://github.com/robertons/bravaweb
        cd bravaweb
        pip install -r requirements.txt
        python setup.py install
        ```
        
Keywords: asgi,wsgi,python3,web,http,framework,mysql,mariadb
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
