Metadata-Version: 2.1
Name: ddr-lite
Version: 1.0.2
Summary: Distributed Device Reasoning (DDR) IOS-XE runtime
Home-page: https://wwwin-github.cisco.com/petervh/ddr-python
Author: Peter Van Horne
Author-email: petervh@cisco.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

#
# Instructions to build and publish updated ddr-lite
#
# 1. Edit ddr-lite/ddr-packaging/setup.py with new version number
# 2. rm -rf ddr-lite/ddr-packaging/dist
# 3. Run following commands in: ddr-lite/ddr-packaging
 
pip3 install build
pip3 install twine
pip3 install wheel
python3 -m build
python3 -m twine upload --repository pypi dist/* --verbose 
