Skip to content

RickyCode/python-repos-standards

Repository files navigation

python-repos-standards

usage

  1. Add this repo as a submodule in your python repo (microservice or lirery):
git submodule add https://github.com/RickyCode/python-repos-standards.git .standards/
  1. Run the python script that syncs the required files:
python .standards/sync.py
  1. When doin changes on your python repo don't forget to update the submodule:
git submodule update --remote
  1. Sync again:
python .standards/sync.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published