jonasrk / gcp_functional_todos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Install dependencies with:

`poetry install`

  • From now on, run everything in a poetry shell.
  • Run black initially

`black --line-length=79 .`

  • Make sure make lint and make test execute with no issues.
  • Install pre-commit hook with:

`pre-commit install`

Deploy using

`gcloud functions deploy --project gcp-functional-todos function-1 --source=/Users/Jonas_Kemper/Desktop/gcp_functional_todos/gcp_functional_todos/`

gcp_functional_todos

Documentation Status

Python Boilerplate contains all the boilerplate you need to create a Python package.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

License:MIT License


Languages

Language:Makefile 56.9%Language:Python 43.1%