Metadata-Version: 2.1
Name: gostep
Version: 0.1.0b16
Summary: Serverless Templates Provider for Google Cloud platform
Home-page: https://github.com/gostep-cli/gostep
Author: Lahiru Pathirage
Author-email: lpsandaruwan@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Developed with [JetBrains](https://www.jetbrains.com/?from=gostep) [PyCharm](https://www.jetbrains.com/?from=gostep) 💓

# gostep
Serverless Templates Provider for Google cloud platform.

### Prerequisites

* [python v3.x](https://www.python.org/downloads/)
* [Subversion CLI](https://subversion.apache.org/packages.html)
* [gcloud SDK](https://cloud.google.com/sdk)


### How to install

#### From PyPI
```bash
pip install gostep
```

#### From source
Simply clone the repository or download source.
```bash
cd gostep
python setup install
```

#### CLI Help
Simply use command `gostep` to get the available command list.

### Guide
For more information please refer the [wiki](https://github.com/codimite/gostep/wiki).

## License
MIT License
Copyright (c) 2018 Lahiru Pathirage and Codimite pvt ltd.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "gostep"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


