-
Notifications
You must be signed in to change notification settings - Fork 4
OpenDaylight Northband REST API Python Interface
License
bestdpf/pyodl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Introduction This is a python interface of OpenDaylight Northband REST API. It contains most of APIs except OpenStack's OpenDaylight management APIs. 2. Dependcies This software uses requests for HTTP connection. It uses tabulate for printing the report of the API tests in an orderly fashion. You can install it using pip tools just like: pip install requests pip install tabulate 3. Usage test-API.py is a sample of how to use this software. Use it as follows : ./test-API.py -u <username> -p <password> -d <OpenDaylight Server URL> -P <port number> -s <Secure port number> 4. Bugs and Problems This software still needs much test. 5. To Do - Make the compliant with PEP8 coding guidelines - Restructuring the code : Pythonize it :) - High-level APIs based on REST APIs is under developing. - OpenStack's OpenDaylight management will be added soon. 6. License This software is under GPLv2. Read License for details. 7. Contacts If you have any questions, please feel free to send me an email. email: pengfeituan at gmail dot com
About
OpenDaylight Northband REST API Python Interface
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published