-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ac1448
commit 23e7a8a
Showing
7 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CMSNBIClient |