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.2.tar.gz
(94.0 kB
view details)
Built Distribution
frid-0.3.2-py3-none-any.whl
(105.6 kB
view details)
File details
Details for the file frid-0.3.2.tar.gz
.
File metadata
- Download URL: frid-0.3.2.tar.gz
- Upload date:
- Size: 94.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c2422afc2cd7c5c8211bc221b5e708d801aa1dabd2c98bd8eff91eb8943fc6e |
|
MD5 | c8a9240d2237778709b8130a16298ac0 |
|
BLAKE2b-256 | b95da15e1ea5bb8cdaf468b24bbb2eebcf27d147dcefb52578652097f72663a9 |
File details
Details for the file frid-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: frid-0.3.2-py3-none-any.whl
- Upload date:
- Size: 105.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 | 270d5ff4ce24617639f60c74e1c155d715ed74eb4c12b5c5b5bf3751c0bffa4e |
|
MD5 | 94c81e707518f52abec25e4edc4a1624 |
|
BLAKE2b-256 | 433664186594c6939e33d5f74fa036feabf904429f1d825316f6705aecb9cf56 |