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.12.tar.gz
(64.6 kB
view details)
Built Distribution
frid-0.0.12-py3-none-any.whl
(73.0 kB
view details)
File details
Details for the file frid-0.0.12.tar.gz
.
File metadata
- Download URL: frid-0.0.12.tar.gz
- Upload date:
- Size: 64.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c86df6b081e91dae17e47ffb57824db55ea3c4a13c253dde17677a0049941ee |
|
MD5 | 65b87f50e5fefd3e614ce20f8aca2365 |
|
BLAKE2b-256 | 9b9e293101211587993ac30abbbcd4318c64caf6156d88427148357323d68005 |
File details
Details for the file frid-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.12-py3-none-any.whl
- Upload date:
- Size: 73.0 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 | c9c9df4606f4279de4d6477f9f590eeddab6838792f98e0e45a3878891220873 |
|
MD5 | eb90d4a1094e9524af5ef65abfc05995 |
|
BLAKE2b-256 | 1002f2630a8660acc37724f5e68b99760495787acf982e71c63acc3b72147fd1 |