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.8.tar.gz
(110.8 kB
view details)
Built Distribution
frid-0.4.8-py3-none-any.whl
(125.7 kB
view details)
File details
Details for the file frid-0.4.8.tar.gz
.
File metadata
- Download URL: frid-0.4.8.tar.gz
- Upload date:
- Size: 110.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 | fc41e41d31c22acba2ebcd95f859dddb56cfb781485fe473217484745e702019 |
|
MD5 | a8d0b7e39d001a1966706bdbc42b3375 |
|
BLAKE2b-256 | c4e95dac5d803bdc48ec67f63e023f4437c1f43ef9f47cc58ae9fdfb6bf3f624 |
File details
Details for the file frid-0.4.8-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.8-py3-none-any.whl
- Upload date:
- Size: 125.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 | 4239618c38f3e73170c2949cc767e49bc36da65121490e08fed07742405dbb16 |
|
MD5 | 2f03d21686f0ae85c6bba036395ec2af |
|
BLAKE2b-256 | 6ed10e230beef43b1e244ae132ca16bc08d74a8e48ed635794c92e364effc837 |