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.3.7.tar.gz
(102.6 kB
view details)
Built Distribution
frid-0.3.7-py3-none-any.whl
(115.5 kB
view details)
File details
Details for the file frid-0.3.7.tar.gz
.
File metadata
- Download URL: frid-0.3.7.tar.gz
- Upload date:
- Size: 102.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6793fe50eafea985fb7cb8a01d0568352e92a33e69f4dc7b9722c0f42896ddac |
|
MD5 | bf460fdefa9c703c68137d9f538819ec |
|
BLAKE2b-256 | 5cf73df86e5ed51018336e1ec44833052404ac5dd5afc411e5c30279318d4b30 |
File details
Details for the file frid-0.3.7-py3-none-any.whl
.
File metadata
- Download URL: frid-0.3.7-py3-none-any.whl
- Upload date:
- Size: 115.5 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 | 148f250e927731f5a0bab4bf418cfa15e878f9850b381aeab854a5df5e361082 |
|
MD5 | 375df859946fea37892cdb963f0a6761 |
|
BLAKE2b-256 | dc2b219ddf27e5c9db9e29fbbb0cc54982a7e7105168ee9775fbf6e66ddc4430 |