- create the dist code
python3 setup.py sdist bdist_wheel
- Install twine
pip3 install twine --user
- Upload to pipy
twine upload dist/*
For each upload, the num version should be unique ! change the version in the setup.py file
To put it in prod mode instead of dev, remove tab_build in setup.cfg
Contains all the global variables
contains every end-point
Redifine Ios specific end-point behaviour
Redifine Android specific end-point behaviour
Make the actual fetch and verify some parmas
python3 setup.py install --user
python3 -m unittest tests/plateform.py -v
python3 -m unittest tests/apptweak.py -v
python3 -m unittest tests/ressource.py -v