A tiny route dispatcher for Google Cloud Functions.
Project description
A tiny route dispatcher for Google Cloud Functions.
app = rafi.App("demo_app")
@app.route("/hello/<name>")
def index(name):
return "hello {}".format(name)
In your Google Cloud Function set Function to execute to app.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rafi-0.1.2.tar.gz
(2.6 kB
view details)
Built Distribution
rafi-0.1.2-py3-none-any.whl
(4.2 kB
view details)
File details
Details for the file rafi-0.1.2.tar.gz
.
File metadata
- Download URL: rafi-0.1.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.9 CPython/3.7.1 Linux/4.15.0-20-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21834ac9627eaf2b5b6ef089beeacc513a08e4c8667e024ffbed97ce11e460e0 |
|
MD5 | 04bbc5d0e2d98e7461a91de47006d6d5 |
|
BLAKE2b-256 | 43290647f8cefe0a876b4ce6c28d2e34b3d9b292ac6a93d6705941e8b479315a |
File details
Details for the file rafi-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: rafi-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.9 CPython/3.7.1 Linux/4.15.0-20-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 766e6192094b0779931a416ef91f2c79d04ba47b8e4fc7f25ab4335ccebd2521 |
|
MD5 | 6aae9eb9aebdcc41d0f709f8429f109b |
|
BLAKE2b-256 | 4b48d5354a31bc524b99b82a28714d3110ec5ae670e117700649139072b4e9e0 |