Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
somenetworking committed Jul 17, 2022
1 parent 8ac1448 commit 23e7a8a
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 0 deletions.
Binary file added dist/CMS-NBI-Client-0.0.1.tar.gz
Binary file not shown.
Binary file added dist/CMS_NBI_Client-0.0.1-py3-none-any.whl
Binary file not shown.
48 changes: 48 additions & 0 deletions src/CMS_NBI_Client.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Maintainer: somenetworking
Maintainer-email: [email protected]
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/)

9 changes: 9 additions & 0 deletions src/CMS_NBI_Client.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions src/CMS_NBI_Client.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 3 additions & 0 deletions src/CMS_NBI_Client.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
xmltodict>=0.13.0
requests>=2.28.0
pydash>=5.1.0
1 change: 1 addition & 0 deletions src/CMS_NBI_Client.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CMSNBIClient

0 comments on commit 23e7a8a

Please sign in to comment.