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.0.7.tar.gz
(31.6 kB
view details)
Built Distribution
frid-0.0.7-py3-none-any.whl
(35.2 kB
view details)
File details
Details for the file frid-0.0.7.tar.gz
.
File metadata
- Download URL: frid-0.0.7.tar.gz
- Upload date:
- Size: 31.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dde384cefed2d9194b0af62c866059ec634c0f9282e6dcd5a65401b48dcd78a |
|
MD5 | bc183f4fce22adf294476313077c482a |
|
BLAKE2b-256 | a29ba2f1e306994530e32fc81c92f103ddd531eb9c737a58b95a0b03a4e753b5 |
File details
Details for the file frid-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: frid-0.0.7-py3-none-any.whl
- Upload date:
- Size: 35.2 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 | 277b125e176e85c75cb3bf4cd3249f32a186350016f551abf0576c1c6b85667c |
|
MD5 | 07256719255331ca0433e74eafc7c43c |
|
BLAKE2b-256 | be571455083361c2aa5e4175048e835bfc8dc3c3ab051da9f6f9a6128ff07fa8 |