The module to help you understand your data
Project description
ShortPrint, the module to help you understand your data in an instant
How to use Shortprint
First, you need to install our module
pip install shortprint
Then, you simply need to do the following in your code:
from shortprint import shortprint
from requests import Request()
your_object = Request()
# Print a preview of the result of you function
# Without having hundred lines filled with text
shortprint(your_object)
And the result could be the following:
List[]
headers: Dict[]
hooks: Dict[
(1) str: List[]
]
json: None
method: None
params: Dict[]
url: None
)
How to contribute
- Clone the repository
- Run the
make install-dev
command to install the development dependencies - Enjoy !
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shortprint-0.0.5.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file shortprint-0.0.5.tar.gz
.
File metadata
- Download URL: shortprint-0.0.5.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82df6f06b7782b6f1459c49be2bd7f8d054475f1d5b479c5e2dbaccef28e859c |
|
MD5 | 13e12c425075b535ed3ff4cd4f671beb |
|
BLAKE2b-256 | 3694b1486dd27dbcdb8e0f15ab1cd4d63f5047059d331facc046d9aa448d251c |
File details
Details for the file shortprint-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: shortprint-0.0.5-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f1bbcb45651d7e37c92292284001f098c1e04193d046e2d9581d240fff1995a |
|
MD5 | d0520d7372134b59234d05df7c47e571 |
|
BLAKE2b-256 | 675bbcd20004c286cf574596e74fba142ec8e632d5e6b9c98dabb8519bd35877 |