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.2.13.tar.gz
(83.0 kB
view details)
Built Distribution
frid-0.2.13-py3-none-any.whl
(92.6 kB
view details)
File details
Details for the file frid-0.2.13.tar.gz
.
File metadata
- Download URL: frid-0.2.13.tar.gz
- Upload date:
- Size: 83.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c2351ad63a8110875ee4ebde3e186a38550c46b3fe2ade29b488a3178d77d3b |
|
MD5 | b1aa2682135d4b3ff9ec09eac7e9ed75 |
|
BLAKE2b-256 | ea71b64023e5eecaee22a6b23012904f931b9904bf2e814956592195b45fc093 |
File details
Details for the file frid-0.2.13-py3-none-any.whl
.
File metadata
- Download URL: frid-0.2.13-py3-none-any.whl
- Upload date:
- Size: 92.6 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 | 3ec0a4bc13009119d741aa8631ccdb59aca9d91b7ac2c49319b3b2690d047d6e |
|
MD5 | 0c8a2bd6932b8163fb68527cb530ba1e |
|
BLAKE2b-256 | 11d977e1823acf1cb4d23f7b530f541dc3d442543b49f8e8351593b9f2d73896 |