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.2.8.tar.gz
(82.3 kB
view details)
Built Distribution
frid-0.2.8-py3-none-any.whl
(92.2 kB
view details)
File details
Details for the file frid-0.2.8.tar.gz
.
File metadata
- Download URL: frid-0.2.8.tar.gz
- Upload date:
- Size: 82.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c054c6137d2dd65f6bee86a8ea297fb77d62f2c4b6893ddf2aeba96ca9920bc |
|
MD5 | 56bbd15c7d0f696b794e291953c55f00 |
|
BLAKE2b-256 | c00971f2373b35da18b779d3628d7b04d0c5ce8dddbed6a0f1f8ffea70078c63 |
File details
Details for the file frid-0.2.8-py3-none-any.whl
.
File metadata
- Download URL: frid-0.2.8-py3-none-any.whl
- Upload date:
- Size: 92.2 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 | a3f488fd2b8f8726bf75016f2275c0e1c434dc6f1b14954e6073721c3b7eae4e |
|
MD5 | bfd789fbee2f31462ed883294ff79231 |
|
BLAKE2b-256 | f165bc59598514faa9226fd6b83125dbd982e8958ad079726ebeee58873f3094 |