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.3.1.tar.gz
(93.8 kB
view details)
Built Distribution
frid-0.3.1-py3-none-any.whl
(105.5 kB
view details)
File details
Details for the file frid-0.3.1.tar.gz
.
File metadata
- Download URL: frid-0.3.1.tar.gz
- Upload date:
- Size: 93.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 | 19e9b0568a49bf375bbdc3b5078e9a8160a9bd5bd8698870dc8bec38a8ab8577 |
|
MD5 | 5c9d6207556a21092f7948cc6084734d |
|
BLAKE2b-256 | 0ab209d51922139dda2d78474e652f9b90e8900b4d0c9a04abc17250e65a1f0c |
File details
Details for the file frid-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: frid-0.3.1-py3-none-any.whl
- Upload date:
- Size: 105.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 | a5c396019d43d5ea7b99b0c96a0d134318f5ae1eb85f29cebe9c71bec64002c4 |
|
MD5 | 353394c60074103a7535a5021180470f |
|
BLAKE2b-256 | d457ef966efa28b53d385abc886f0a7a53713a2495ea8fe229f43f513bd3acc9 |