Skip to content

Commit

Permalink
Add ujson, an ultra fast JSON encoder and decoder
Browse files Browse the repository at this point in the history
This dependency is required by openstack/monasca-common.
1. Is the library actively maintained?

    Yes

 2. Is the library good code?

    Yes

 3. Is the library python 3 compatible?
    Yes

 4. Is the library license compatible?

    Yes, BSD

 5. Is the library already packaged in the distros we target (Ubuntu
    latest / Fedora latest) ?
    Yes (Ubuntu: ujson, Fedora: python-ujson)

 6. Is the function of this library covered by other libraries?

    No

 7. Is the library required for OpenStack project or related dev
    or infrastructure setup? Which?

    openstack/monasca-common

Change-Id: Ib295d126c521b137f8a03cfd4950e09b914d2da8
  • Loading branch information
Kaiyan Sheng committed Jun 30, 2016
1 parent 162019b commit f610e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions global-requirements.txt
Expand Up @@ -343,6 +343,7 @@ testresources>=0.2.4 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
trollius>=1.0 # Apache-2.0
ujson>=1.35 # BSD
unittest2 # BSD
virtualenv # MIT
wrapt>=1.7.0 # BSD License
Expand Down
1 change: 1 addition & 0 deletions upper-constraints.txt
Expand Up @@ -354,6 +354,7 @@ tripleo-common===2.0.0
trollius===2.1
txaio===2.5.1
tzlocal===1.2.2
ujson===1.35
unicodecsv===0.14.1;python_version=='2.7'
unittest2===1.1.0
uritemplate===0.6
Expand Down

0 comments on commit f610e12

Please sign in to comment.