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.5.tar.gz
(31.5 kB
view details)
Built Distribution
frid-0.0.5-py3-none-any.whl
(35.1 kB
view details)
File details
Details for the file frid-0.0.5.tar.gz
.
File metadata
- Download URL: frid-0.0.5.tar.gz
- Upload date:
- Size: 31.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 | 59dd734494e84209ff2c6ca11edc48a2ca3008b87376bfe8ce8013283ff16fd5 |
|
MD5 | 6fd7e0988ae6f01627ae49a23504f62a |
|
BLAKE2b-256 | 04cf1533833b108e849e3a5c643979701b82d1853064429d8cf47f5487b8dfca |
File details
Details for the file frid-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.5-py3-none-any.whl
- Upload date:
- Size: 35.1 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 | 773e4c9311e623e1a9f7c0a5095264730384815760bb864dc6a1693cf59cd37a |
|
MD5 | e750c87392c3c81b0458cf4690800aeb |
|
BLAKE2b-256 | 8bd1e42877b4c89fb55f6dc0d4fb187bd1f51d6be9169590cf142094356f1141 |