Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.1 KB

README.rst

File metadata and controls

50 lines (32 loc) · 1.1 KB

Documentation Status

rtrlib-python

rtrlib-python is a cffi based python binding for 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