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.1.tar.gz
(69.7 kB
view details)
Built Distribution
frid-0.1.1-py3-none-any.whl
(78.7 kB
view details)
File details
Details for the file frid-0.1.1.tar.gz
.
File metadata
- Download URL: frid-0.1.1.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 | 8cdfcb09ce348c2ba821521be44086b2c68b6883b51422881fd7a7e339b71636 |
|
MD5 | f3851cde1c35209a628dbfd42c490fcd |
|
BLAKE2b-256 | 30229542d5b3f17de7abb167904f570dfa4bf6c006cd5839f684dfb46ee2be0f |
File details
Details for the file frid-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: frid-0.1.1-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 | 7d37c60fe95fe36b528915920bc79ee24221b6b47076c2742fb845200417c796 |
|
MD5 | 25c310e49357c92a1b9ac1a743cb015f |
|
BLAKE2b-256 | 58a5e09b10f7d28b6a5d5e894c513152c16e535dc6a834a9f8f37b782bac9f0d |