lojack5 / structuredLinks
Annotated classes which pack and unpack with Python's struct module.
☆16Updated last year
Alternatives and similar repositories for structured
Users that are interested in structured are comparing it to the libraries listed below
Sorting:
- Converting dataclasses to and from fixed-length binary data using Python's stdlib module `struct`☆22Updated last month
- Faster C implementation of the bitstruct Python library☆22Updated last year
- Compares Python's text parsing libraries☆26Updated 3 years ago
- ☆36Updated 2 months ago
- Guidelines for using Cython (documentation)☆11Updated 2 years ago
- A pure-python module to read and write binary packed data☆18Updated last year
- Try Pyright in your browser☆21Updated 2 years ago
- like shlex, but for windows☆36Updated last year
- A fast RLock implementation for CPython☆31Updated last year
- A Python parser combinator and formatter combinator library that's fast, easy to use, and provides informative error messages☆37Updated 3 years ago
- C-style structs for Python☆73Updated this week
- The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.☆101Updated 2 months ago
- Small portable regex in C (cbmc verified, and extended)☆14Updated 2 years ago
- A pyx/pxd to pyi compiler for cython. (This is a Rough Draft for a bigger pull request I have planned)☆13Updated 11 months ago
- Package your python code into an executable zip file (with the requirements). Based on pure python zipapp, for Python3.6+.☆77Updated 4 months ago
- Pythonic C-style structs for parsing binary data☆17Updated 3 years ago
- A friendly fork of autopxd☆50Updated 3 weeks ago
- Automatically comments Python code, adding docstrings and type annotations, with optional translation to other languages.☆25Updated last year
- Mutable variant of namedtuple -- recordclass, which support assignments, compact dataclasses and other memory saving variants.☆35Updated last week
- Sans-io socks 4/5 client/server library/framework (https://sans-io.readthedocs.io)☆17Updated 2 years ago
- ☆15Updated 6 months ago
- Fastest general-purpose parsing library for Python with a familiar API☆49Updated 6 months ago
- Ctypes bindings for the high-level API in libfuse 2 and 3☆22Updated 2 weeks ago
- Python bindings to Zstandard (zstd) compression library, the API style is similar to Python's bz2/lzma/zlib modules.☆49Updated 3 weeks ago
- Parse GNU Makefiles with Python. Work in progress!☆39Updated 9 months ago
- Python base class for creating binary parsing and packing classes☆16Updated last month
- Creating minimal perfect hash functions☆63Updated 3 months ago
- Interop between asyncio and Qt for Python.☆20Updated 2 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- A Python library that allows you to define abstract properties for dataclasses, bridging the gap between abstract base classes (ABCs) and…☆17Updated 4 months ago