https://github.com/rtrlib/python-binding
A cffi based rtrlib binding for python
https://github.com/rtrlib/python-binding
Last synced: about 1 year ago
JSON representation
A cffi based rtrlib binding for python
- Host: GitHub
- URL: https://github.com/rtrlib/python-binding
- Owner: rtrlib
- License: mit
- Created: 2016-09-10T11:20:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T10:51:34.000Z (about 2 years ago)
- Last Synced: 2025-05-06T06:04:24.950Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|docs|
=============
rtrlib-python
=============
rtrlib-python is a cffi based python binding for rtrlib_.
.. _rtrlib: https://github.com/rtrlib/rtrlib
Sphinx docs can be found in the docs directory and build with ``make html``.
for usage examples see the tools directory
Features
--------
Features supported so far:
- Prefix validation
- rtr_mgr callbacks
Install Instructions
--------------------
Requirements
''''''''''''
- python 2.7 or python 3
- cffi>=1.4.0
- enum34
- six
and a c compiler at build time.
If you are using virtualenv the Requirements are installed automatically during the install step, otherwise you have to use your platforms package management tool or just run pip install -r requirements.txt.
Download and Installation
'''''''''''''''''''''''''
- ``git clone https://github.com/rtrlib/python-binding.git``
- ``cd python-binding``
- ``python setup.py build``
- ``python setup.py install``
.. |docs| image:: https://readthedocs.org/projects/python-rtrlib/badge/?version=latest
:target: http://python-rtrlib.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status