Python API client for GNS3 network simulation tool
Project description
gns3-client
gns3-client is a Python library that can be used to interact with a GNS3 server using its HTTP REST API. A GNS3 server manages emulators or hypervisors such as Dynamips, VirtualBox or Qemu/KVM.
Disclaimer
This library does not aim at explaining nor documenting in any way the GNS3 server API. Please check the GNS3 server official documentation for further information.
Getting Started
Tests provide a very good starting point.
Prerequisites
You'll need a GNS3 server appliance or virtual machine to use the library. Instructions on how to install a server appliance or virtual machine can be found on the GNS3 website.
Installing
pip install gns3-client
Running the tests
You'll need a GNS3 server appliance or virtual machine to test the library. Instructions on how to install a server appliance or virtual machine can be found on the GNS3 website.
Location of this test server is provided via these 2 environment variables:
Environment variable name | Description | Example |
---|---|---|
GNS3_SERVER_URL |
The URL of the GNS3 test server | http://gns3.example.com:3080/v2 |
You then simply need to perform a python -v tests/
.
Limitations
In this version, all CRUD operations of the following object types have been implemented:
- projects
- templates
- nodes
- links
- drawings
Contributing
Please read CONTRIBUTING.md for details on our code of conduct.
Building
poetry build
poetry publish
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Olivier Desnoë - Initial work - Albatross Networks
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gns3-client-0.1.0.tar.gz
.
File metadata
- Download URL: gns3-client-0.1.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.9 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fe99ed0318d2fd14a5badd9c08fdba62589c9f5329b0234c707b518486eb0a3 |
|
MD5 | f51df4fccba60f980fe31661b83fc702 |
|
BLAKE2b-256 | 9f84cac282041627cb7dc52f53c09772df1396de77a7fc920361c2f4cc60ea8d |
File details
Details for the file gns3_client-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: gns3_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.9 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2ca588fd33a854ebed40af0eb2ed695b4bd1775e21f86c47e2ee30dfcf7efe5 |
|
MD5 | 239fc6cc71113ac773dcd2c1bcb26163 |
|
BLAKE2b-256 | 3a66ef810473f25c6984219d01f2a68f48ac30332b984f71d30307eb7bb3a372 |