diff --git a/dist/CMS-NBI-Client-0.0.1.tar.gz b/dist/CMS-NBI-Client-0.0.1.tar.gz new file mode 100644 index 0000000..28ff2aa Binary files /dev/null and b/dist/CMS-NBI-Client-0.0.1.tar.gz differ diff --git a/dist/CMS_NBI_Client-0.0.1-py3-none-any.whl b/dist/CMS_NBI_Client-0.0.1-py3-none-any.whl new file mode 100644 index 0000000..3ae586b Binary files /dev/null and b/dist/CMS_NBI_Client-0.0.1-py3-none-any.whl differ diff --git a/src/CMS_NBI_Client.egg-info/PKG-INFO b/src/CMS_NBI_Client.egg-info/PKG-INFO new file mode 100644 index 0000000..f761e4d --- /dev/null +++ b/src/CMS_NBI_Client.egg-info/PKG-INFO @@ -0,0 +1,48 @@ +Metadata-Version: 2.1 +Name: CMS-NBI-Client +Version: 0.0.1 +Summary: Python Module to interact with the Calix Management System +Home-page: https://github.com/somenetworking/CMS-NBI-Client +Author: somenetworking +Author-email: andrewshea06@gmail.com +Maintainer: somenetworking +Maintainer-email: andrewshea06@gmail.com +License: GPL v3.0 +Keywords: CMS,Calix,NETCONF,API,Networking,Automation +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Topic :: System :: Networking +Classifier: Intended Audience :: Telecommunications Industry +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +License-File: LICENSE + +# CMS-NBI-CLIENT + +CMS-NBI-CLIENT is a python package in the works, to interact with Calix Management System(CMS) NBIs(Northbound Interfaces). + + +## Resources +___ +## Official Calix Documentation + - [Calix Management System (CMS) R14.1 Northbound Interface API Guide](https://paultclark.com/network/calix/Calix%20Management%20System%20(CMS)%20R14.1%20Northbound%20Interface%20API%20Guide.pdf) + - [Calix E-Series (E7 OS R2.5) Engineering and Planning Guide](https://paultclark.com/network/calix/Calix%20E-Series%20(E7%20OS%20R2.6)%20Engineering%20and%20Planning%20Guide.pdf) + - [Paul Clark's website contains a good amount of Calix docs](https://paultclark.com/network/calix/) + + - [FOR CURRENT CALIX DOCUMENTATION YOU WILL NEED A CALIX ACCOUNT TO GAIN ACCESS TO THEIR LIBRARY](https://www.calix.com) +## Examples +___ + --can be found in /Examples folder + +## Authors +___ +- [@Andrewshea](https://github.com/AndrewSheaM) + + +## License +___ +[GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/) + diff --git a/src/CMS_NBI_Client.egg-info/SOURCES.txt b/src/CMS_NBI_Client.egg-info/SOURCES.txt new file mode 100644 index 0000000..5add52a --- /dev/null +++ b/src/CMS_NBI_Client.egg-info/SOURCES.txt @@ -0,0 +1,9 @@ +LICENSE +README.md +setup.py +src/CMSNBIClient.py +src/CMS_NBI_Client.egg-info/PKG-INFO +src/CMS_NBI_Client.egg-info/SOURCES.txt +src/CMS_NBI_Client.egg-info/dependency_links.txt +src/CMS_NBI_Client.egg-info/requires.txt +src/CMS_NBI_Client.egg-info/top_level.txt \ No newline at end of file diff --git a/src/CMS_NBI_Client.egg-info/dependency_links.txt b/src/CMS_NBI_Client.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/CMS_NBI_Client.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/src/CMS_NBI_Client.egg-info/requires.txt b/src/CMS_NBI_Client.egg-info/requires.txt new file mode 100644 index 0000000..624e11c --- /dev/null +++ b/src/CMS_NBI_Client.egg-info/requires.txt @@ -0,0 +1,3 @@ +xmltodict>=0.13.0 +requests>=2.28.0 +pydash>=5.1.0 diff --git a/src/CMS_NBI_Client.egg-info/top_level.txt b/src/CMS_NBI_Client.egg-info/top_level.txt new file mode 100644 index 0000000..6a208f5 --- /dev/null +++ b/src/CMS_NBI_Client.egg-info/top_level.txt @@ -0,0 +1 @@ +CMSNBIClient