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.9.tar.gz
(110.9 kB
view details)
Built Distribution
frid-0.4.9-py3-none-any.whl
(125.9 kB
view details)
File details
Details for the file frid-0.4.9.tar.gz
.
File metadata
- Download URL: frid-0.4.9.tar.gz
- Upload date:
- Size: 110.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2d5deab044c137aea95f5f1a21f5a9dcfa2917f0d56b3f865643253716339e1 |
|
MD5 | 42adee848e1476ab589ac25b1e59f34b |
|
BLAKE2b-256 | 1677f2291a3caf8333fdf04cc824fdf6bcf901cc988316b10b421b68084c7495 |
File details
Details for the file frid-0.4.9-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.9-py3-none-any.whl
- Upload date:
- Size: 125.9 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 | fe36f388549832b0dc591a659d40f6980c1ab012e2da5de60ba988ea6a96eb74 |
|
MD5 | 137f9d8a33901da909e1e9a52db08c56 |
|
BLAKE2b-256 | 77c9fd9e9e819ab6acef861f9938a84ac17f8a694b69c875a57b7a7797513234 |