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.4.15.tar.gz
(115.1 kB
view details)
Built Distribution
frid-0.4.15-py3-none-any.whl
(130.6 kB
view details)
File details
Details for the file frid-0.4.15.tar.gz
.
File metadata
- Download URL: frid-0.4.15.tar.gz
- Upload date:
- Size: 115.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c9588350b998e927eb43638c408eea03b0c02223f44ceb073326bb89f160bec |
|
MD5 | 2785bea392eb8c4a53aea1f4869fc640 |
|
BLAKE2b-256 | 3a53474d095702739d0db964a5e3226aad5ea5b1bd036730d47883607ec32f85 |
File details
Details for the file frid-0.4.15-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.15-py3-none-any.whl
- Upload date:
- Size: 130.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 | a54a360e9d0210c5cd91e9c78ef1d475ceb53951921790c55f94d27e5a13927e |
|
MD5 | 0a070fd1eb3074637ed44182b83b02b1 |
|
BLAKE2b-256 | 3a02ed31c93180d565a86f9d692494fac77e5b8941f47916432654a4ffeacfb0 |