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.3.0.tar.gz
(93.7 kB
view details)
Built Distribution
frid-0.3.0-py3-none-any.whl
(105.4 kB
view details)
File details
Details for the file frid-0.3.0.tar.gz
.
File metadata
- Download URL: frid-0.3.0.tar.gz
- Upload date:
- Size: 93.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5829727d4a5caa47e00267e1820c20816cc978d783a1712380803103f210685e |
|
MD5 | 97990aed95505471b99a750db124ad0f |
|
BLAKE2b-256 | 72c8d56a28db13293e2b90a1e5bf3338913b87ef0c59ee3a40b3def0f7b8c638 |
File details
Details for the file frid-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: frid-0.3.0-py3-none-any.whl
- Upload date:
- Size: 105.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 | bfbe6498b77a05b4259bf199d8da79a9a41286203f578b5c78e5312f8e96290e |
|
MD5 | 2c50cfb39f4847107b63f9eb794d9569 |
|
BLAKE2b-256 | 6ed71a8a7b025c792b89bbbce9949bc41b325a6d11ee9f9db163253c14e29229 |