Build Tool
Project description
tal
Deploys python GCP Functions with private git requirements.
Install
pip install tal
Deploying Functions:
-
Add the following to
main.py
import sys sys.path.append('lib')
-
Put git dependencies in
private_requirements.txt
. -
Make sure there is no
lib/
directory. -
Run
tal func deploy my_func --stage dev
.
Creating Repositories:
- Run
tal repo create my_repo
Creating Buckets:
- Run
tal storage create-bucket my_bucket
Deleting Buckets:
- Run
tal storage delete-bucket my_bucket
Uploading Files:
- Run
tal storage upload my_file.txt --bucket=my_bucket --path=my/nested/path
Inspiration
Build like Tal: https://www.youtube.com/watch?v=CF6w2-WNZLE
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
tal-0.0.6.tar.gz
(2.9 kB
view details)
Built Distribution
tal-0.0.6-py3-none-any.whl
(6.0 kB
view details)
File details
Details for the file tal-0.0.6.tar.gz
.
File metadata
- Download URL: tal-0.0.6.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ce5347f8c6cb8b2e962e8d5323355ebdab30ee36ae11924dc7f029cc76adfcf |
|
MD5 | 62e2b9d58078500cd67c064c9c95aece |
|
BLAKE2b-256 | d650121540c5f7e175072b4c6e853d1dbb9149566a920c78ea4b36bbae30dc11 |
File details
Details for the file tal-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: tal-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d358dbf48564e58b5c16d754faf3cad309d0c1c7b031f5a9694ae1d30e7b615 |
|
MD5 | 3bce31c1c7bff1ed67001b6931c6096c |
|
BLAKE2b-256 | 8c49265591043e782502d8ab2f7c880121eb05d355dd3a6c8854f868a14965ac |