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.5.tar.gz
(109.8 kB
view details)
Built Distribution
frid-0.4.5-py3-none-any.whl
(124.5 kB
view details)
File details
Details for the file frid-0.4.5.tar.gz
.
File metadata
- Download URL: frid-0.4.5.tar.gz
- Upload date:
- Size: 109.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f54963fb8a9b133a9b1e6549ec0073e5681034cf6cc6650b75b8c96b223c7524 |
|
MD5 | dc569717c750844e175444f214366210 |
|
BLAKE2b-256 | 29d1bee54bc69a1ac8d265d8f106e8e306b23ada6e88916928c3ad126c1ea418 |
File details
Details for the file frid-0.4.5-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.5-py3-none-any.whl
- Upload date:
- Size: 124.5 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 | d1b6ef2ec37d0a948b2f35727ffc747ee9d8f857682770a97fdcad427fe3bca4 |
|
MD5 | 0b68be6a01aab93174f42395f7f9f76f |
|
BLAKE2b-256 | 668709b1d1155bb10beea4e0af90b629375dba314245a8125bd16207e0f06a8d |