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.10.tar.gz
(33.5 kB
view details)
Built Distribution
frid-0.0.10-py3-none-any.whl
(37.2 kB
view details)
File details
Details for the file frid-0.0.10.tar.gz
.
File metadata
- Download URL: frid-0.0.10.tar.gz
- Upload date:
- Size: 33.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efe525fca24dd950714e938258113992e1cadacdb3f0770f5166e4a115a0d98a |
|
MD5 | 24a906e72a3177eeba91980e3a670c53 |
|
BLAKE2b-256 | f7dc2ff3db2012cada7390449cb0c330499dee062b370502f5109822d01e0423 |
File details
Details for the file frid-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.10-py3-none-any.whl
- Upload date:
- Size: 37.2 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 | c46c68305d0fb2033dbfebc912980a7074e8d717884e7e1d2d997c17ec0ccaa8 |
|
MD5 | cd072e005aedc67d7705a53ae5723eab |
|
BLAKE2b-256 | 4e5c7b14243a1facdaba0a2494283d8dbb4c84c0cabca2f3b09f8026e754b55a |