avilabsutils-msg

Functions to send messages.


License
MIT
Install
pip install avilabsutils-msg==0.0.1

Documentation

utils

Install depdencies

pip install build
pip install twine

Build Package

Change to the directory that contains the project.toml and setup.cfg files and then run the build package.

cd cprint
python -m build

Upload to PyPI

Change to the directory that contains the dist directory that was created as a result of running build and then run twine.

cd cprint
twine upload -u $PYPI_USER -p $PYPI_PASSWORD dist/*