Metadata-Version: 2.1
Name: sho
Version: 0.4.24
Summary: Visualize python objects in the best way possible
Home-page: https://github.com/davewd/sho
Author: David Dawson
Author-email: davedawson.co@gmail.com
License: MIT license
Keywords: sho
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pip (==20.2.2)
Requires-Dist: bump2version (==1.0.0)
Requires-Dist: llvmlite (==0.34.0)
Requires-Dist: wheel (==0.35.1)
Requires-Dist: watchdog (==0.10.2)
Requires-Dist: flake8 (==3.8.1)
Requires-Dist: ipython (==7.16.0)
Requires-Dist: tox (==3.19.0)
Requires-Dist: coverage (==5.1)
Requires-Dist: Sphinx (==3.2.1)
Requires-Dist: twine (==3.1.1)
Requires-Dist: pandas (==1.1.1)
Requires-Dist: numpy (==1.19.1)
Requires-Dist: pivottablejs (==0.9.0)
Requires-Dist: pandas-profiling (==2.8.0)
Requires-Dist: seaborn (==0.10.1)
Requires-Dist: pytest (==6.0.1)
Requires-Dist: pytest-runner (==5.2)

===
sho
===


.. image:: https://img.shields.io/pypi/v/sho.svg
        :target: https://pypi.python.org/pypi/sho

.. image:: https://img.shields.io/travis/davewd/sho.svg
        :target: https://travis-ci.org/davewd/sho

.. image:: https://readthedocs.org/projects/sho/badge/?version=latest
        :target: https://sho.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://readthedocs.org/projects/sho/badge/?version=latest
        :target: https://sho.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/davewd/sho/shield.svg
     :target: https://pyup.io/repos/github/davewd/sho/
     :alt: Updates

.. image:: https://img.shields.io/pypi/dm/sho
     :target: https://pypistats.org/packages/sho
     :alt: PyPI - Downloads


* Free software: MIT license
* Documentation: https://sho.readthedocs.io.


Features
--------

* to test the unit tests run : python -m unittest test.test_sho

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-11-12)
------------------

* First release on PyPI.


