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

https://github.com/skyplabs/python4gnokii

Python binding for the Gnokii project (no more maintained).
https://github.com/skyplabs/python4gnokii

c gnokii python python-3 python-bindings

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

          

=============
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 `__

.. |Build Status| image:: https://travis-ci.org/SkypLabs/python4gnokii.svg
:target: https://travis-ci.org/SkypLabs/python4gnokii
.. |Code Coverage| image:: https://api.codacy.com/project/badge/Grade/3989785db9e346a3a9c7f872dd0a61d8
:target: https://www.codacy.com/app/skyper/python4gnokii?utm_source=github.com&utm_medium=referral&utm_content=SkypLabs/python4gnokii&utm_campaign=Badge_Grade
.. |PyPI Package| image:: https://badge.fury.io/py/python4gnokii.svg
:target: https://badge.fury.io/py/python4gnokii