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.4.tar.gz
(108.9 kB
view details)
Built Distribution
frid-0.4.4-py3-none-any.whl
(123.6 kB
view details)
File details
Details for the file frid-0.4.4.tar.gz
.
File metadata
- Download URL: frid-0.4.4.tar.gz
- Upload date:
- Size: 108.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 356c3c7c49dcff46ed284f7d1816860bb0dbf6a83b88b16caf49120b82c5e7f6 |
|
MD5 | 4835a39b8e9055f23fc44996315fe6e3 |
|
BLAKE2b-256 | 6dfcdde0c7a835f5239d9f339818146f331c672e1026619002eccce9c40a748c |
File details
Details for the file frid-0.4.4-py3-none-any.whl
.
File metadata
- Download URL: frid-0.4.4-py3-none-any.whl
- Upload date:
- Size: 123.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 | d3a14b056fa14811d5d974abe93613b0ba1879cb6effc62f52018d324ffc3877 |
|
MD5 | 2d437ceadb09ac91c8d8da46ebf1c386 |
|
BLAKE2b-256 | c5f4f73aefc0022ee192eb9ce11ed6138bc3a756adb3a3d9fd943a531b54937a |