Evgenus / protocyt

Compiles protobuf files into python extension modules using cython

Home Page:http://evgenus.github.com/protocyt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Compiles protobuf files into python extension modules using cython

http://evgenus.github.com/protocyt/

License:MIT License


Languages

Language:Python 91.0%Language:C 9.0%