https://github.com/clicon/clixon-pyapi
Clixon python API layer using internal NETCONF
https://github.com/clicon/clixon-pyapi
Last synced: 4 months ago
JSON representation
Clixon python API layer using internal NETCONF
- Host: GitHub
- URL: https://github.com/clicon/clixon-pyapi
- Owner: clicon
- License: apache-2.0
- Created: 2022-12-10T10:33:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-04T09:58:05.000Z (5 months ago)
- Last Synced: 2026-02-04T22:21:08.274Z (5 months ago)
- Language: Python
- Size: 462 KB
- Stars: 2
- Watchers: 3
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Publiccode: publiccode.yml
Awesome Lists containing this project
README
# Clixon Python API
[](https://github.com/clicon/clixon-pyapi/actions/workflows/ci.yml)
Clixon Python API is a network services API for [Clixon controller](https://github.com/clicon/clixon-controller).
See [User guide](https://clixon-controller-docs.readthedocs.io/en/latest/) and [Clixon controller FAQ](https://github.com/clicon/clixon-controller/blob/main/FAQ.md).
## Installation
To install first install the dependencies either using Pip or, if you are using Ubuntu or Debian, use the requirements-apt.sh script.
Pip:
```
$ pip3 install -r requirements.txt
```
Ubuntu or Debian:
```
$ ./requirements-apt.sh
```
Then install the Clixon Python API:
```
./install.sh
```
## License
License The Clixon controller Python API is open-source Apache
License, Version 2.0, see
[LICENSE](https://github.com/clicon/clixon-pyapi/blob/main/LICENSE).
The controller has a main branch continuously tested with CI.
Clixon controller Python API is sponsored by [SUNET](https://www.sunet.se)