A tiny route dispatcher for Google Cloud Functions.
app = rafi.App("demo_app")
@app.route("/hello/<name>")
def index(name):
return f"hello {name}"
In your Google Cloud Function set Function to execute to app.
Release files for rafi 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rafi-0.2.1.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rafi-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / rafi-0.2.1.tar.gz
| Download URL | rafi-0.2.1.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2b89f17661ef81976f79c15bb472b52a6498e25eb06df6f5517dc3625118bc96
|
|
BLAKE2b-256 checksum How to use checksums |
359882bd3773064aca72e5730b1e9c061eba344ec7a6a79c0a2f5b454089e575
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/0.12.10 CPython/3.7.1 Linux/4.15.0-20-generic
|
Release files / rafi-0.2.1-py3-none-any.whl
| Download URL | rafi-0.2.1-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
099398d863081ad9647c1bb314f942e43828df608c48e95bbe54ec8590694329
|
|
BLAKE2b-256 checksum How to use checksums |
54ec3b2f048d1dbed56548a945da822d3d6b03063b6201c0eacb631360ce7ccf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/0.12.10 CPython/3.7.1 Linux/4.15.0-20-generic
|