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.6.tar.gz
(80.2 kB
view details)
Built Distribution
frid-0.2.6-py3-none-any.whl
(90.0 kB
view details)
File details
Details for the file frid-0.2.6.tar.gz
.
File metadata
- Download URL: frid-0.2.6.tar.gz
- Upload date:
- Size: 80.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f25ba9f8a39d58fb822dd4c8e984bf7e4f3ac385b33503c1da6efb105f482beb |
|
MD5 | fbc975abc44ed0024d34eb2871392199 |
|
BLAKE2b-256 | f87ed34243ab55716a9a2265866989da01aeb41186d04d81b51f6b4917ee08bd |
File details
Details for the file frid-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: frid-0.2.6-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 | 9eb31a2c7c675e23dd2d01f9edf297f4f309666cd1db335dda57a30db4b70b89 |
|
MD5 | 8a8384d1f634912e0ef00ecad4ca050c |
|
BLAKE2b-256 | ec46bde8f8cd96d8a373a4ae93c554eb6cf6d6c0e998de4c2604c34cf3791afe |