Metadata-Version: 1.1
Name: snakeless
Version: 0.1.0
Summary: Create Google Cloud based serverless apps with joy
Home-page: https://github.com/tasyp/snakeless
Author: German Ivanov
Author-email: germivanov@gmail.com
License: MIT
Description: # Snakeless [![image](https://img.shields.io/pypi/v/snakeless.svg)](https://python.org/pypi/snakeless) [![image](https://img.shields.io/pypi/l/snakeless.svg)](https://python.org/pypi/snakeless) [![image](https://img.shields.io/pypi/pyversions/snakeless.svg)](https://python.org/pypi/snakeless)
        
        > Write true serverless apps with joy
        
        ## Description
        
        **Snakeless** is a tool that tries to simplify deployment of serverless apps on
        different platforms. 
        *Only Google Cloud is supported at the moment*
        
        It is easily extensible by plugins. You can a plugin for additional functionality 
        or even write a wrapper for a new service provider!
        
        ## Features
        -   Supports multiple serverless providers.
        -   Loads `.env` Automatically. 
        -   Configuration is done in one simple `.yaml` file
        -   Wide range of available aspects to configure.
        -   Deploy all functions at once or by one - you choose!
        -   *WIP*: Possible to invoke functions locally 
        ## Usage
        ### Installation
        ```
        $ pipenv install snakeless
        ```
        
        ### Development
        
        ```
        WIP
        ```
        
        ### Production
        ```
        WIP
        ```
        
        ### Testing
        ```
        WIP
        ```
        
        ## Documentation
        WIP
        
        ## Contributions
        
        Feel free to send some [pull request](https://github.com/Tasyp/snakeless/pulls) or [issue](https://github.com/Tasyp/snakeless/issues).
        
        ## License
        MIT license
        
        © 2018 [German Ivanov](https://github.com/Tasyp)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
