Iotic-Labs / py-ubjson

Universal Binary JSON draft-12 serializer for Python
Apache License 2.0
42 stars 12 forks source link

Option to disable cython #2

Closed oberstet closed 8 years ago

oberstet commented 8 years ago

Could we have an option to disable building of Cython extension modules? Like an env var UBJSON_NO_EXTENSION=1?

vtermanis commented 8 years ago

Does the referenced commit on the dev-contrib branch do what you're looking for?

oberstet commented 8 years ago

@vtermanis Yep, cool! That would do.

vtermanis commented 8 years ago

I'm a bit busy at the moment but I'll make a new PyPI release probably this Wednesday (assuming fix for #1 also works).

oberstet commented 8 years ago

Awesome! Thanks for quick fixes. Yes, can confirm, the other one does also work.

oberstet commented 8 years ago

FWIW, all our unit tests pass now using the dev branch:

We'll move to the new release when it's on PyPI .. until then https://github.com/crossbario/autobahn-python/blob/master/tox.ini#L27

Thanks!

vtermanis commented 8 years ago

Available in v0.8.4

oberstet commented 8 years ago

Thanks for quick release! We'll have UBJSON via py-ubjson support in AutobahnPython and Crossbar.io in the next releases.

vtermanis commented 8 years ago

You're welcome. The WebSocket framework in AutobahnPython might useful to us in the near future (depending on internal priorities).