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.1.7.tar.gz
(70.9 kB
view details)
Built Distribution
frid-0.1.7-py3-none-any.whl
(79.8 kB
view details)
File details
Details for the file frid-0.1.7.tar.gz
.
File metadata
- Download URL: frid-0.1.7.tar.gz
- Upload date:
- Size: 70.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd34c65c29d8393f1cd4d5fae197b8d71d0da57c8df7684818ec5e885e39141e |
|
MD5 | 3a43db466fb6fbdb7f98e8354346aa9f |
|
BLAKE2b-256 | 890e5581c856c8685394c027cd83cd4ff98eb2f6473ed7cf8674f66f68cb3bf2 |
File details
Details for the file frid-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: frid-0.1.7-py3-none-any.whl
- Upload date:
- Size: 79.8 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 | 3f44e4d87c0566b3f8cab6fa5e23a594141641d9559258c1dcb0d4421c97cb73 |
|
MD5 | 22d370710381823789edf7fff101bcee |
|
BLAKE2b-256 | c79955cb9c6ea5e905751b57085132710e2ff3328c0c9bf503cdd3cbf2a48ebf |