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.9.tar.gz
(102.8 kB
view details)
Built Distribution
frid-0.3.9-py3-none-any.whl
(115.7 kB
view details)
File details
Details for the file frid-0.3.9.tar.gz
.
File metadata
- Download URL: frid-0.3.9.tar.gz
- Upload date:
- Size: 102.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87ad13b5a04baa3b1fde27bc3bb8f36a794c7ed26ea24d39202d68a0d37c6583 |
|
MD5 | 2c84db8ebfa700a8633e24b215b00470 |
|
BLAKE2b-256 | cd3027cb9f39d712cab94ee76ee73292e1b53cb1f92eab0dc99b161a60d4f2b1 |
File details
Details for the file frid-0.3.9-py3-none-any.whl
.
File metadata
- Download URL: frid-0.3.9-py3-none-any.whl
- Upload date:
- Size: 115.7 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 | 0118a8b0c1c5b3b1526ae8dab6ed06b2ffe2d6c34f1eb4d97697be5ed1991e28 |
|
MD5 | 6fb58a7ac62ae13cb0af69c2989a1222 |
|
BLAKE2b-256 | 77f4a34a3cfae7976304b555a7085fe04863c45b024d9802e29889947503459c |