/python4gnokii

Python binding for the Gnokii project (no more maintained).

Primary LanguageCGNU General Public License v3.0GPL-3.0

python4gnokii

PyPI Package Build Status Code Coverage

python4gnokii is a Python binding of the Gnokii project.

This project is no more maintained.

Dependencies

To build and make the Python module work, you need the following elements:

  • libgnokii and its headers
  • The setuptools package

On Fedora

sudo dnf install gnokii gnokii-devel python3-setuptools

On Debian

sudo apt install gnokii-cli libgnokii-dev python3-setuptools

Installation

With pip (recommanded)

pip3 install --upgrade python4gnokii

From sources

git clone git@github.com:SkypLabs/python4gnokii.git
cd python4gnokii
python3 setup.py install

How to

The best way to learn how it works is to look at the examples available in the examples folder.

License

GPL version 3