Metadata-Version: 2.1
Name: tal
Version: 0.0.3
Summary: Build Tool
Home-page: https://github.com/woodpav/tal
Author: Ty Wood-Pavicich
Author-email: devwoodpav@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click

# tal

Deploys python GCP Functions with private git requirements.

### Install

    pip install tal

### Usage:


  1. Add the following to `main.py`
          import sys
          sys.path.append('lib')

  1. Put git dependencies in `private_requirements.txt`.
  2. Make sure there is no `lib/` directory.
  3. Run `tal deploy my_func --stage dev`.

### Inspiration

Build like Tal: https://www.youtube.com/watch?v=CF6w2-WNZLE


