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.9.tar.gz
(32.9 kB
view details)
Built Distribution
frid-0.0.9-py3-none-any.whl
(36.7 kB
view details)
File details
Details for the file frid-0.0.9.tar.gz
.
File metadata
- Download URL: frid-0.0.9.tar.gz
- Upload date:
- Size: 32.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 | 98d6795e028f588a1e20734dee6c30721b44347642252d5262afd25fefc1dbad |
|
MD5 | d51621a89ec3155ff5a8fc3685c03c90 |
|
BLAKE2b-256 | bf0ec9daa6c9fa362976608c4807386bb44525900903ed383fdf307e9888116a |
File details
Details for the file frid-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.9-py3-none-any.whl
- Upload date:
- Size: 36.7 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 | 75ebee2dd4e75dffca5ae093acb852dc81c9af5bb8913b855b918c6a0ff4ea3d |
|
MD5 | ad9d47a72006b999257a69fe181e6a0c |
|
BLAKE2b-256 | f7e9fc0c7534e77c94b4eefc0a5a59079a009606863e3605f889695fc0dc65d2 |