Flexibly Represented Interactive Data
Project description
FRID: Flexibly Represented Interactive Data
This Python package is a tool for data manipulation.
Supported data types include:
- All JSON types: string, integer, floating point, boolean, null, array (as Python lists), and object (as Python dictionaries).
- Additional data types: binary types (bytes/bytearray/memoryview) and date types (date/time/datetime).
- Base classes are provided for user-extensible data structures, allowing users to convert between any customized data structures and string representations.
Current key features include:
- Data can be dumped into and loaded from a string representation that is more concise than the JSON format.
- The library is capable of encoding data in fully JSON- or JSON5-compatible formats, including escape sequences in strings to support additional data types.
- Comparison of two data trees using a highly flexible comparator.
- Web application support tools, such as:
- Converting data from HTTP request bodies based on content type.
- Converting data types to HTTP requests and setting the correct headers.
- Sending streaming responses if the data of the body comes from an asynchronous iterator.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
frid-0.4.13.tar.gz
(114.4 kB
view details)
Built Distribution
frid-0.4.13-py3-none-any.whl
(129.7 kB
view details)
File details
Details for the file frid-0.4.13.tar.gz
.
File metadata
- Download URL: frid-0.4.13.tar.gz
- Upload date:
- Size: 114.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16841c75bddbfb9635bb24b8a076665846c6ab45ebfe4294b77a4f539e58d76b |
|
MD5 | c3a4d2435f6684040ffe08cbaa18fae7 |
|
BLAKE2b-256 | 5de23f8650cb509260cfce246191e808e381d3c4d71cba19e71af298f1d44726 |
File details
Details for the file frid-0.4.13-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.13-py3-none-any.whl
- Upload date:
- Size: 129.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4f3d2914e0604e055c7b776713c5185ccf88bab2fcacb4b58f4e06e2c5316e0 |
|
MD5 | 61bd6c6a63d220533e55d605fab7d127 |
|
BLAKE2b-256 | 1d40df51a7264208165ac6b6889cf272fee0ad36ec0574b46bff9c897e66a163 |