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.1.6.tar.gz
(70.9 kB
view details)
Built Distribution
frid-0.1.6-py3-none-any.whl
(79.9 kB
view details)
File details
Details for the file frid-0.1.6.tar.gz
.
File metadata
- Download URL: frid-0.1.6.tar.gz
- Upload date:
- Size: 70.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc2d565c0deb05653a489e498ca5a24756dc10fdbc601073994e83477d41d532 |
|
MD5 | 583b895142e527f3d9f7ed96267f5b25 |
|
BLAKE2b-256 | c2e102da8b1f00320ac45df45d2af2a94f1d844cb1eda79aea4d5023f90cf2e5 |
File details
Details for the file frid-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: frid-0.1.6-py3-none-any.whl
- Upload date:
- Size: 79.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db916b59a697f234270dea4f6ed44e84cc9e95d65afe7e757182ac6dd76f7ad8 |
|
MD5 | 045e66ca709ad9eef5a38b2f89a41e91 |
|
BLAKE2b-256 | bf309532eefea77aaeba7c9c7dbf799df6fbb0130316d163f0ab3ee59d7e0d18 |