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.3.tar.gz
(27.9 kB
view details)
Built Distribution
frid-0.0.3-py3-none-any.whl
(31.2 kB
view details)
File details
Details for the file frid-0.0.3.tar.gz
.
File metadata
- Download URL: frid-0.0.3.tar.gz
- Upload date:
- Size: 27.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6cf8932f33f877417e682f7bd66378e1119d8410137b52bd9746b41192b59ec |
|
MD5 | b7e77d55e32d379f340df2a41a09368c |
|
BLAKE2b-256 | 078b43bc71df13c86cb2f95afdda049fce0c53c85330354013ffe0256d970925 |
File details
Details for the file frid-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.3-py3-none-any.whl
- Upload date:
- Size: 31.2 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 | 40bf35d0e4a9d02d5ed608cc4d68ed3cf3792e6c77564acc40b90048a627741c |
|
MD5 | 5b7d2ba849a461044272f0c195fa9614 |
|
BLAKE2b-256 | b7d6b3792d5054f3b67a5ea7f77693a601987a8b7aaa710ce93524b6850b11ec |