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.12.tar.gz
(82.6 kB
view details)
Built Distribution
frid-0.2.12-py3-none-any.whl
(92.4 kB
view details)
File details
Details for the file frid-0.2.12.tar.gz
.
File metadata
- Download URL: frid-0.2.12.tar.gz
- Upload date:
- Size: 82.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63e9eecd2aa41070806a9045487f2ebbc61df47ff001592c665545dca9720184 |
|
MD5 | 18016bb6784bb945851689d200a33c94 |
|
BLAKE2b-256 | 47c91e914c7e8206368a0d7c75cb111693f95ffcf7e6b53c2b67f2e2182e323b |
File details
Details for the file frid-0.2.12-py3-none-any.whl
.
File metadata
- Download URL: frid-0.2.12-py3-none-any.whl
- Upload date:
- Size: 92.4 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 | 69527d3de6bdc52c8f43f5a040403ce03f948e83eaa8e8f1a060a903120fb61d |
|
MD5 | 9c2b6249659a22983687b99822439220 |
|
BLAKE2b-256 | 5a5b14d93c308c5a9e36645032103e8c0eaf00adeb5f431350d32edaad567a8b |