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.15.tar.gz
(68.9 kB
view details)
Built Distribution
frid-0.0.15-py3-none-any.whl
(78.0 kB
view details)
File details
Details for the file frid-0.0.15.tar.gz
.
File metadata
- Download URL: frid-0.0.15.tar.gz
- Upload date:
- Size: 68.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 | 81e90bde55e56de78b52fa9306f90bd1c70e2aaeb77555b968e225a9395268dd |
|
MD5 | 20e561019be2b1854d711efdce853604 |
|
BLAKE2b-256 | b25f9428980bb9a3a5cef77fe99590130354a0e055f09a2822a46082a25933a5 |
File details
Details for the file frid-0.0.15-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.15-py3-none-any.whl
- Upload date:
- Size: 78.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 | aa5690510f81fb6d24a85bbe1f4bbf62de1bbd2e4e8fcd19c7b8056737b98d1c |
|
MD5 | 9557246742d8d62b872345f4529ebe41 |
|
BLAKE2b-256 | 0af95de8135ea0b89580db4279e31fc3bb9dbbfa73f899acfc0e6a10a1953664 |