Metadata-Version: 2.1
Name: appseed-shell
Version: 0.0.4
Summary: Implements the Python interface to all services exposed by AppSeed
Home-page: https://github.com/app-generator/appseed-shell-py
Author: AppSeed.us
Author-email: support@appseed.us
License: MIT License
Description: # AppSeed Shell
        
        Implements the Python interface to all services exposed by AppSeed
        
        > Links
        
        - PyPi Page: [AppSeed Shell](https://pypi.org/project/appseed-shell/)
        - **Support**: 24/7 LIVE Support via [Discord] (registered users)
        
        <br />
        
        ## Table of contents
        
         * [Technologies](#technologies)
         * [Setup](#setup)
         * [Quick use](#quick-use)
         * [License](#license)
        
        <br />
        
        ## Technologies
        
        Project create with:
         * Python3
        
        <br />
        
        ## Setup
        
        Install it locally using PyPI:
        
        ```bash
        $ pip install appseed-shell
        ```
        
        <br />
        
        ## Quick use
        
        Simply and functional example/s of use.
        
        Example:
        
        ```python
        from appseed_shell import hello
        
        print( hello() )
        ```
        
        ## Generate Django project
        
        Example:
        
        ```python
        from appseed_shell import generate_django
        
        generate_django() 
        ```
        
        <br />
        
        ## License
        
        @MIT License
        
        <br />
        
        ---
        AppSeed Shell (Python Interface) - provided by AppSeed [App Generator](https://appseed.us)
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: User Interfaces
Description-Content-Type: text/markdown
