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.3.3.tar.gz
(96.6 kB
view details)
Built Distribution
frid-0.3.3-py3-none-any.whl
(109.0 kB
view details)
File details
Details for the file frid-0.3.3.tar.gz
.
File metadata
- Download URL: frid-0.3.3.tar.gz
- Upload date:
- Size: 96.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7da06de0ac4e6f5453e491455e052a6787519a4fac5e0d1b79d35074a2c9937f |
|
MD5 | 0d4c18e81ebe1e6881566043fda19881 |
|
BLAKE2b-256 | a802dc146ece7c69019b73a316f58697ccc95097a3e2ef313cced9ee258f767c |
File details
Details for the file frid-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: frid-0.3.3-py3-none-any.whl
- Upload date:
- Size: 109.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 | dd11ddddb10bb7862ea3efeb8f5629ace0528781de907aae16ca6f87cc016d3d |
|
MD5 | d3271305e02d3804a85787301b4aeeea |
|
BLAKE2b-256 | 360066d10a4df43eb1a606e522c05468108322699f12bc7234c4e60ab151a699 |