.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/license.rst
docs/_static/.gitignore
docs/examples/basic_usage.rst
docs/examples/index.rst
docs/examples/penguins_eda.rst
examples/basic_usage.py
examples/penguins_eda.py
src/shellplot/__init__.py
src/shellplot/axis.py
src/shellplot/drawing.py
src/shellplot/pandas_api.py
src/shellplot/plots.py
src/shellplot/utils.py
src/shellplot.egg-info/PKG-INFO
src/shellplot.egg-info/SOURCES.txt
src/shellplot.egg-info/dependency_links.txt
src/shellplot.egg-info/entry_points.txt
src/shellplot.egg-info/not-zip-safe
src/shellplot.egg-info/requires.txt
src/shellplot.egg-info/top_level.txt
src/shellplot/datasets/penguins.csv
tests/conftest.py
tests/test_axis.py
tests/test_drawing.py
tests/test_pandas_api.py
tests/test_plots.py
tests/test_utils.py