aresch / rencode

Python module for fast (basic) object serialization similar to bencode
GNU General Public License v3.0
29 stars 7 forks source link

Fix pip cython alt #19

Closed cas-- closed 6 years ago

cas-- commented 6 years ago

An alternative to #18 that does not require cython to build from source distribution.

Added:

Changed:

Fixed:

Removed:

jhgit commented 5 years ago

Maybe a setup.py option to force a build from a dist not to use cython would be helpful. If a user has cython installed for his own needs, he may wish to just use the distributed .c rather than spin extra cycles using cython/.pyx to build. I don't have a patch yet - just inquiring at the moment.