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.2.tar.gz
(69.7 kB
view details)
Built Distribution
frid-0.1.2-py3-none-any.whl
(78.7 kB
view details)
File details
Details for the file frid-0.1.2.tar.gz
.
File metadata
- Download URL: frid-0.1.2.tar.gz
- Upload date:
- Size: 69.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3abff3cf24d24893f85f51a3b830623996057722a5fd5a93135df618ab83fe54 |
|
MD5 | df0fccda5048784ce38fa1e01861079b |
|
BLAKE2b-256 | 064a0247fff5b6ee49dd5d95c3b177265b1738d3418e92328bd521695ff0869c |
File details
Details for the file frid-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: frid-0.1.2-py3-none-any.whl
- Upload date:
- Size: 78.7 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 | ce90f02192f202cc8778909beebae9e659d47ce83428b446920cfdc3e565e1a7 |
|
MD5 | 1cc6239973e222d8b1cf200d94199041 |
|
BLAKE2b-256 | cc56b36debb75debd1a66772eb4323a698646fa24b962e7bd3eacd5febe9db84 |