issues
search
MohamedKari
/
pytemplate
Repo template for docker-based python apps with a best-practice-conformant setup for logging, conf managment and packaging
1
stars
0
forks
source link
Next steps
#1
Open
MohamedKari
opened
4 years ago
MohamedKari
commented
4 years ago
Use asciinema for terminal session.
unittest
argparse to module
env vars for tests locally and for testing in the container
exclude tests from setup.py but deploy for testing inside container (create a test wheel and prod wheel by passing an arg to setup.py:
https://stackoverflow.com/questions/677577/distutils-how-to-pass-a-user-defined-parameter-to-setup-py
)
MohamedKari
commented
4 years ago
add .github/actions