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.4.tar.gz
(80.1 kB
view details)
Built Distribution
frid-0.2.4-py3-none-any.whl
(90.0 kB
view details)
File details
Details for the file frid-0.2.4.tar.gz
.
File metadata
- Download URL: frid-0.2.4.tar.gz
- Upload date:
- Size: 80.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 | 4c17291e5d2d4230ca690bf012d6d900c64e2708551509e1e9a0bcd12fa2a368 |
|
MD5 | 064c56258577a8f8fdd818d42b2d201f |
|
BLAKE2b-256 | e69b512f64838bac6eaea9b59a780ef469ccf16ad81f60c62a05ac5748bac139 |
File details
Details for the file frid-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: frid-0.2.4-py3-none-any.whl
- Upload date:
- Size: 90.0 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 | 53211a1411ca0ceecd57d942d899ed191abd6eba5a351d69e0c41ab60909ba90 |
|
MD5 | a0dbce9a5f1073318a3b6652e92dbb19 |
|
BLAKE2b-256 | b925f3da38b032675ea220f7d1c759ae42b3c37a5673f8f5035a7d317f971ec7 |