freebsd-ports/devel/py-omnijson/pkg-descr
Kubilay Kocak c53b057007 devel/py-omnijson: Switch to GitHub, Add QA bits
- Add TEST_DEPENDS
- Add regression-test target
- Switch to GITHUB
- Fix typo in pkg-descr
2014-07-27 05:11:56 +00:00

11 lines
356 B
Text

Wraps the best JSON installed, falling back on an internal simplejson.
Features:
* Loads whichever is the fastest JSON module installed
* Falls back on built in pure-python simplejson, just in case.
* Proper API (loads(), dumps())
* Vendorizable
* Supports Python 2.5-3.2 out of the box
WWW: https://github.com/kennethreitz/omnijson