caiyunapp / ultrajsonLinks
[deprecated: use ujson or orjson instead] Ultra fast JSON decoder and encoder written in C with Python bindings and NumPy bindings
☆14Updated 5 years ago
Alternatives and similar repositories for ultrajson
Users that are interested in ultrajson are comparing it to the libraries listed below
Sorting:
- Super-fast and clean conversions to numbers for Python.☆110Updated 10 months ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- Python tools for handling intervals (ranges of comparable objects).☆109Updated 3 years ago
- Fast fractions reimplementation in Cython☆39Updated 3 weeks ago
- Generates sqlalchemy models from dataclasses☆24Updated 5 years ago
- distributed Python deployment and communication☆93Updated 2 weeks ago
- PEP 567 Backport☆89Updated 6 years ago
- Serialization library for Exceptions and Tracebacks.☆179Updated 2 months ago
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆121Updated 2 years ago
- gametight lightweight caching library for python☆67Updated 3 years ago
- Read/Write Lock - synchronization primitive for asyncio☆170Updated this week
- A tiny library for monitoring and testing asyncio programs☆64Updated 4 years ago
- Asynchronous generators, context managers and other utilities for use with asyncio☆63Updated 7 years ago
- modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph …☆46Updated last week
- LRU cache for Python. Use Redis as backend. Provides a dictionary-like object as well as a method decorator. pip install redis-lru☆43Updated 3 years ago
- Pytest plugin for trio☆59Updated 3 months ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆224Updated last year
- Simple, asyncio-based inotify library for Python☆125Updated last year
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆118Updated this week
- Python bindings for simdjson using libpy☆69Updated 2 years ago
- Pyfilesystem2 over SSH using paramiko☆92Updated last year
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆52Updated last year
- Static analysis of Python import statements☆124Updated last month
- Useful Mutable Mappings☆72Updated 2 years ago
- Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.