protocyt
protocyt copied to clipboard
Compiles protobuf files into python extension modules using cython
Testing
Standart way to run tests:
python -m protocyt.tests.test_main
Runnting tests using nose
:
nosetests protocyt --with-doctest --with-coverage --cover-package=protocyt
Dependencies
- cython >= 0.13
- jinja2 >= 2.5
- argparse