Skip to main content

Build Tool

Project description

tal

Deploys python GCP Functions with private git requirements.

Install

pip install tal

Deploying Functions:

  1. Add the following to main.py

     import sys
     sys.path.append('lib')
    
  2. Put git dependencies in private_requirements.txt.

  3. Make sure there is no lib/ directory.

  4. Run tal func deploy my_func --stage dev.

Creating Repositories:

  1. Run tal repo create my_repo

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.5.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

tal-0.0.5-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page