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.4.3.tar.gz
(108.9 kB
view details)
Built Distribution
frid-0.4.3-py3-none-any.whl
(123.6 kB
view details)
File details
Details for the file frid-0.4.3.tar.gz
.
File metadata
- Download URL: frid-0.4.3.tar.gz
- Upload date:
- Size: 108.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b51005c828f5b07e109b9523b57dc6def0406a15612af6a64a2b603d076252c |
|
MD5 | 88839d9cb3679fa5f6777dc8092b5c2f |
|
BLAKE2b-256 | 9d804c9bce0e51dede0efe1d447fd6f2e470f64454311209d9fa3e5c734ebee5 |
File details
Details for the file frid-0.4.3-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.3-py3-none-any.whl
- Upload date:
- Size: 123.6 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 | d4adfd0bcb890359670048c7ace32f567faf13703950ff2bcc7430e92fa412e5 |
|
MD5 | 34dde99eae31094796780c99dd279560 |
|
BLAKE2b-256 | dba7b3857f8daa95d5af48593df7d57a0dc7ecb1da879dfa478fc5d3eb463482 |