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.17.tar.gz
(69.0 kB
view details)
Built Distribution
frid-0.0.17-py3-none-any.whl
(78.1 kB
view details)
File details
Details for the file frid-0.0.17.tar.gz
.
File metadata
- Download URL: frid-0.0.17.tar.gz
- Upload date:
- Size: 69.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b851ecf6e2bec876f4e47509966431f1cde9a5e9232d70c9133a236c2699e7b3 |
|
MD5 | 111386d5f1174df2811f85cc250ab08d |
|
BLAKE2b-256 | 0b96ac6f1a2f959286e917b13be4d58add2a3127be1e2330f3934c78de806ff6 |
File details
Details for the file frid-0.0.17-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.17-py3-none-any.whl
- Upload date:
- Size: 78.1 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 | 70646ec1760e0e5fd75a285c125bcf85811255669def7c6157dc19717c950511 |
|
MD5 | 03de606a9a5b89c866e106750dac1bb6 |
|
BLAKE2b-256 | 96bb6cabaa624d82069323e8830e04b239b10a201e20e7b5a8b5a61740352c92 |