How to create build and upload to PyPI
python3 setup.py sdist bdist_wheel twine upload dist/*
How to use the package
pip install breezo
from breezo.client import ConfigClient c = ConfigClient() print(c.display())
Python package for dynamic centralized configuration manager for microservices
pip install breezo==1.0.14
python3 setup.py sdist bdist_wheel twine upload dist/*
pip install breezo
from breezo.client import ConfigClient c = ConfigClient() print(c.display())