Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.26 KB

dev_info.md

File metadata and controls

37 lines (28 loc) · 1.26 KB

Develop Tools

Tools used to build this package and project

github Workflow

https://www.atlassian.com/es/git/tutorials/comparing-workflows/gitflow-workflow

Work will be done in the develop branch, and the releases in the master branch

CD/CI Github actions

https://github.com/features/actions

IDE

VSCODE

StyleGuide

http://google.github.io/styleguide/pyguide.html

Considerations

API keys safe (You can store your API key in an environment variable) avoid hitting rate limits.

Build package

Compile package python setup.py bdist_wheel

Upload to pip twine upload dist/*

References