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.0.14.tar.gz
(67.5 kB
view details)
Built Distribution
frid-0.0.14-py3-none-any.whl
(76.3 kB
view details)
File details
Details for the file frid-0.0.14.tar.gz
.
File metadata
- Download URL: frid-0.0.14.tar.gz
- Upload date:
- Size: 67.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | defebc20a736e9cb19ce3e2e4451874ad12d7e343f94f7d64746056a9ee7a113 |
|
MD5 | 277c57fa0174d46e83213b67a91a5888 |
|
BLAKE2b-256 | 20bb6c46be68457067672a5117613cedd48558f55100ef7fe88dc9013a2db26a |
File details
Details for the file frid-0.0.14-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.14-py3-none-any.whl
- Upload date:
- Size: 76.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47c9e42b76759607a0c4957b3f5ad120faecc4e41c3f6fc1547623b4211d9954 |
|
MD5 | 3eb9a12b65c15924f8aba6e2a1d5997f |
|
BLAKE2b-256 | 370c3960b30b32e283df8b7c690cf8f1733131f6e9be47b6ec38c67cd7983aeb |