An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Clixon Python API



[![Build Status](https://github.com/clicon/clixon-pyapi/actions/workflows/ci.yml/badge.svg)](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)