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.0.tar.gz
(104.3 kB
view details)
Built Distribution
frid-0.4.0-py3-none-any.whl
(118.5 kB
view details)
File details
Details for the file frid-0.4.0.tar.gz
.
File metadata
- Download URL: frid-0.4.0.tar.gz
- Upload date:
- Size: 104.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fed4b96f6437e8dd0cb01df192e203ff0943ee0fe17847a9f5aae47b4fce35c8 |
|
MD5 | 574992eef8052fd2026cecfbdce8ed43 |
|
BLAKE2b-256 | c0d1aaef855718cc680e1b6b6b02d431a24a3ae946c53d77392240561effd3b6 |
File details
Details for the file frid-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.0-py3-none-any.whl
- Upload date:
- Size: 118.5 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 | 50c06a02f5028d08b39da989f81f45ee3bf8b424e3776fe9102918c30351d9ee |
|
MD5 | 8cb59801d53c6f496b8e14fa895bd6b1 |
|
BLAKE2b-256 | 0a28054dbcd1656cee4799c7f334582ec91f90a036ee40dd9e09427ecaa1c04d |