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.2.19.tar.gz
(85.7 kB
view details)
Built Distribution
frid-0.2.19-py3-none-any.whl
(95.4 kB
view details)
File details
Details for the file frid-0.2.19.tar.gz
.
File metadata
- Download URL: frid-0.2.19.tar.gz
- Upload date:
- Size: 85.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 | b3be7cb097c6fb6fab355353bfeaebeebe2ea6206ee5fd2d6617c45569873c14 |
|
MD5 | f6e40ead9e5042398eaf41fb32e719a8 |
|
BLAKE2b-256 | 2ee2a7e341160e040425f60a280a6a70842bfad1300056e41d83ab5d172dfa23 |
File details
Details for the file frid-0.2.19-py3-none-any.whl
.
File metadata
- Download URL: frid-0.2.19-py3-none-any.whl
- Upload date:
- Size: 95.4 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 | 46baf2a198bd2fe811b604bf1fe6e22bb6d5a86a9cd78ecdf49085b04df432ca |
|
MD5 | db2d36e276c389be8fd0acbfe8ebf354 |
|
BLAKE2b-256 | 9e7addad44279446bd2560faabaf170227e5ebcddfbfc7478da924008c60bfcf |