Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

SkypLabs/python4gnokii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Security policy

Stars

Watchers

Forks