Skip to main content

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

  1. Clone the repository
  2. Run the make install-dev command to install the development dependencies
  3. 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 hashes)

Uploaded Source

Built Distribution

shortprint-0.0.5-py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page