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.1.tar.gz
(105.7 kB
view details)
Built Distribution
frid-0.4.1-py3-none-any.whl
(119.8 kB
view details)
File details
Details for the file frid-0.4.1.tar.gz
.
File metadata
- Download URL: frid-0.4.1.tar.gz
- Upload date:
- Size: 105.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d924eb939703701ef036cbb7e6b37aaf36675e8b770e27c235ea8e5384c8637 |
|
MD5 | e1953d6957c26e4344d49370806d2f53 |
|
BLAKE2b-256 | cdcb8a39d0a5b9beea919ffdb68177bd668c3bd4fef69b49765354a332975db9 |
File details
Details for the file frid-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.1-py3-none-any.whl
- Upload date:
- Size: 119.8 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 | 40d8820d8e2101606ceb14a34364b7702072025e850d48171c7c4e9949d66a6f |
|
MD5 | 08a005add07444a550e5619476f38583 |
|
BLAKE2b-256 | aba5060e678363f0f703feee6cf858434c8df11ca985105aa570897dc86c9006 |