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.12.tar.gz
(111.5 kB
view details)
Built Distribution
frid-0.4.12-py3-none-any.whl
(126.4 kB
view details)
File details
Details for the file frid-0.4.12.tar.gz
.
File metadata
- Download URL: frid-0.4.12.tar.gz
- Upload date:
- Size: 111.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5bb6ef836cb63a42af9f13d0cf6529295fb911e118df50d1ea33b8a885c6868 |
|
MD5 | 1a391dc09e96b037e604a008aef141d5 |
|
BLAKE2b-256 | cdf659136fc9e30a54846fb353490a6b0ef652834b0781af21db1c9dc9f9cd59 |
File details
Details for the file frid-0.4.12-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.12-py3-none-any.whl
- Upload date:
- Size: 126.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 | 0ed8b31b0124451f1fa58774643484c07b94520d14ded8aca68c36f897eefc78 |
|
MD5 | 3291228fcb736e9a1d446a5e89446b23 |
|
BLAKE2b-256 | a5f9df7c4b8b58d18345e38903065de654749c996aca01f5c5255f405c041fdb |