-
Notifications
You must be signed in to change notification settings - Fork 0
a wrapper around simplejson that de-serializes decimals to Decimal instead of to float
License
zookos/jsonutil
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This was originally part of jsonutil http://tahoe-lafs.org/trac/jsonutil http://pypi.python.org/pypi/jsonutil python ./setup.py test Some modules have self-benchmarks provided. For example, to benchmark the cache module, do python -OOu -c 'from jsonutil.test import test_cache; test_cache.quick_bench()' or for more complete and time-consuming results: python -OOu -c 'from jsonutil.test import test_cache; test_cache.slow_bench()' (The "-O" is important when benchmarking, since cache has extensive self-tests that are optimized out when -O is included.) LICENCE You may use this package under the GNU General Public License, version 2 or, at your option, any later version. You may use this package under the Transitive Grace Period Public Licence, version 1.0, or at your option, any later version. (You may choose to use this package under the terms of either licence, at your option.) You may use this package under the Simple Permissive Licence, version 1 or, at your option, any later version. See the file COPYING.GPL for the terms of the GNU General Public License, version 2. See the file COPYING.TGPPL.html for the terms of the Transitive Grace Period Public Licence, version 1.0. See the file COPYING.SPL.txt for the terms of the Simple Permissive Licence, version 1.
About
a wrapper around simplejson that de-serializes decimals to Decimal instead of to float
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published