a class of decorators helping inspect data
Project description
DataRay
DataRay is a class of decorators helping detect the metadata of the data.
The motivation of this package is to help understand how your api request data looks like. Normally we can directly check how the api request looks like via some UI platform such as postman etc. With this package, user may directly get the data structure and some basic metadata of the requested data
Features
- Json Structure
- Further feature coming soon
Detect the Json Structure
# here is your customer request function. Now it is supposed to return list or dict you are interested in looking into
from dataray import dataray
@ dataray.ray
def request_func(*args, **kwargs):
...
Then every time calling request_func, the json structure will be printed out.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dataray-0.1.1.tar.gz.
File metadata
- Download URL: dataray-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef9a18d8ef6877f2913f133c58aa50055e13dcf902144149dd536916fcfdc038
|
|
| MD5 |
e4bee6a565946e70c2a4a01b3b05e680
|
|
| BLAKE2b-256 |
05b5171e2611b53a5cd6d3e6edc610f3d7e0a7b47696c870e36100e28cad11af
|
File details
Details for the file dataray-0.1.1-py3-none-any.whl.
File metadata
- Download URL: dataray-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bd537196c3778eac84b2e8e1f24d18864941372c6ed66bcc53bd0d0cf834ad5
|
|
| MD5 |
d76bec0d4360303067d5a53cc70b96a9
|
|
| BLAKE2b-256 |
4f1595309d706575574776ba0f731b0fb614cca9bc4337e3fe136f5d263d4921
|