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.20.tar.gz
(69.3 kB
view details)
Built Distribution
frid-0.0.20-py3-none-any.whl
(78.4 kB
view details)
File details
Details for the file frid-0.0.20.tar.gz
.
File metadata
- Download URL: frid-0.0.20.tar.gz
- Upload date:
- Size: 69.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5049a4f3e11cbdc837f777b09026c5f1357ed43e8f6e90b8c39659f0bccebc0 |
|
MD5 | 6b2d83ba98d1700a663974e6ebb187c2 |
|
BLAKE2b-256 | b053e68da20667fc6b94ebbae7edfb6aa8fc25d3e53b97e4354726b5c1963f35 |
File details
Details for the file frid-0.0.20-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.20-py3-none-any.whl
- Upload date:
- Size: 78.4 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 | 01ccd45256feed71d5b7d3f9a476a27c9c7a7f037f3c7a3ca8fa306578e72d32 |
|
MD5 | b6df5e68207c8a599b5e8b5944d43fe3 |
|
BLAKE2b-256 | ae671686d2e94d39a3b82769482be03360d5ee8e551091721c85c8e92442cad2 |