Metadata-Version: 2.1
Name: banana-cli
Version: 0.0.3
Summary: The Banana CLI helps you build Potassium apps
Home-page: https://www.banana.dev
Author: Erik Dunteman
Author-email: erik@banana.dev
License: Apache License 2.0
Description: # banana-cli (WORK IN PROGRESS)
        
        The Banana CLI helps you build Potassium apps
        
        To download the CLI
        
        ```bash
        pip3 install -u banana-cli
        ```
        
        To initialize a Potassium backend project
        
        ```bash
        mkdir my-project
        cd my-project
        banana init
        ```
        
        To download dependencies
        
        ```bash
        virtualenv venv
        . ./venv/bin/activate
        pip3 install -r requirements.txt
        ```
        
        To run the server directly
        
        ```bash
        python3 app.py
        ```
        
Keywords: Banana server,HTTP server,Banana,Framework
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
