Skip to content

rribeiro-cit/needle-forms

 
 

Repository files navigation

Needle Forms

It is a project containing classes to make easy handling GCP resources such as Datastore, PubSub and CloudSql.

Install project dependencies

On the project root folder, execute the following command:

pipenv install --dev --python ~/.pyenv/versions/3.7.3/bin/python

Note: adjust the python path according to your environment

Commands

  • Clean python compiled files and cached data.
make clean
  • Perform local tests
make test 
  • Perform tests with coverage
make cov
  • Perform lint on the files
make lint
  • Perform black on the files
make black

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.7%
  • Makefile 7.3%