Metadata-Version: 2.1
Name: raindrops
Version: 0.0.2
Summary: raindrops is a Python package for developing and building serverless applications in Google Cloud Platform's Cloud Functions.
Home-page: https://github.com/coelhosilva/raindrops.git
Author: Lucas Coelho e Silva
License: UNKNOWN
Download-URL: https://github.com/coelhosilva/raindrops/archive/refs/tags/v0.0.2.tar.gz
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# raindrops

[![PyPI version](https://badge.fury.io/py/raindrops.svg)](https://badge.fury.io/py/raindrops)

`raindrops` is a command-line utility for developing and building serverless applications in Google Cloud Platform's 
Cloud Functions in Python.

## Installation

The easiest way to install `raindrops` is using pip from your virtual environment.

From PyPI:

`pip install raindrops`

Or directly from GitHub:

`pip install git+https://github.com/coelhosilva/raindrops.git`

## Quickstart

Initializing an HTTP Cloud Function from boilerplate code:

```
raindrops --init http
```

## Roadmap

`raindrops` is currently in alpha development status. Features to be added:
  - gcloud wrapper for deploying a Cloud Function.


