Kijewski / pyjson5Links
A JSON5 serializer and parser library for Python 3 written in Cython.
☆176Updated last month
Alternatives and similar repositories for pyjson5
Users that are interested in pyjson5 are comparing it to the libraries listed below
Sorting:
- Advanced Enumerations for Python☆207Updated 7 months ago
- A Python Enum that inherits from str.☆121Updated last year
- Serialization library for Exceptions and Tracebacks.☆180Updated 2 months ago
- A simple immutable dictionary for Python☆176Updated 2 weeks ago
- Automatic __slots__ for your Python classes☆69Updated 2 months ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆119Updated last week
- Utilities based on Pythons iterators and generators.☆97Updated last month
- Decorator which checks whether the function is called with the correct type of parameters.☆117Updated 3 weeks ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆224Updated last year
- a re-implementation of the asyncio mainloop on top of Trio☆204Updated 10 months ago
- Python composable command line utility, trio-compatible version☆170Updated 3 months ago
- A fast and flexible reimplementation of data classes☆85Updated 3 years ago
- MIGRATED TO CODEBERG. Python library to load dynamically typed data into statically typed data structures☆261Updated last year
- Runtime inspection utilities for Python typing module☆376Updated 2 weeks ago
- Python @deprecated decorator to deprecate old python classes, functions or methods.☆329Updated last month
- A library to handle automated deprecations☆93Updated 2 years ago
- A command line tool, to simplify vendoring pure Python dependencies.☆83Updated last week
- A Python module that tries to figure out what your local timezone is☆215Updated 6 months ago
- The multidict implementation☆480Updated last week
- Python decorator for async properties.