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).
- Host: GitHub
- URL: https://github.com/skyplabs/python4gnokii
- Owner: SkypLabs
- License: gpl-3.0
- Archived: true
- Created: 2014-12-10T18:59:17.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-19T21:07:43.000Z (about 4 years ago)
- Last Synced: 2025-01-14T06:43:25.119Z (12 months ago)
- Topics: c, gnokii, python, python-3, python-bindings
- Language: C
- Homepage: https://pypi.python.org/pypi/python4gnokii
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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