Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 1, 2020 05:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save r-ryantm/89a189120b5407103c69f67416129217 to your computer and use it in GitHub Desktop.
/nix/store/c82pzbw40bx01zqclrax3qgknci9cqsn-python3.7-seaborn-0.11.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── seaborn
│   │   ├── algorithms.py
│   │   ├── axisgrid.py
│   │   ├── categorical.py
│   │   ├── cm.py
│   │   ├── colors
│   │   │   ├── crayons.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── crayons.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── xkcd_rgb.cpython-37.pyc
│   │   │   └── xkcd_rgb.py
│   │   ├── conftest.py
│   │   ├── _core.py
│   │   ├── _decorators.py
│   │   ├── distributions.py
│   │   ├── _docstrings.py
│   │   ├── external
│   │   │   ├── docscrape.py
│   │   │   ├── husl.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── docscrape.cpython-37.pyc
│   │   │   ├── husl.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── matrix.py
│   │   ├── miscplot.py
│   │   ├── palettes.py
│   │   ├── __pycache__
│   │   │   ├── algorithms.cpython-37.pyc
│   │   │   ├── axisgrid.cpython-37.pyc
│   │   │   ├── categorical.cpython-37.pyc
│   │   │   ├── cm.cpython-37.pyc
│   │   │   ├── conftest.cpython-37.pyc
│   │   │   ├── _core.cpython-37.pyc
│   │   │   ├── _decorators.cpython-37.pyc
│   │   │   ├── distributions.cpython-37.pyc
│   │   │   ├── _docstrings.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── matrix.cpython-37.pyc
│   │   │   ├── miscplot.cpython-37.pyc
│   │   │   ├── palettes.cpython-37.pyc
│   │   │   ├── rcmod.cpython-37.pyc
│   │   │   ├── regression.cpython-37.pyc
│   │   │   ├── relational.cpython-37.pyc
│   │   │   ├── _statistics.cpython-37.pyc
│   │   │   ├── _testing.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── widgets.cpython-37.pyc
│   │   ├── rcmod.py
│   │   ├── regression.py
│   │   ├── relational.py
│   │   ├── _statistics.py
│   │   ├── _testing.py
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_algorithms.cpython-37.pyc
│   │   │   │   ├── test_axisgrid.cpython-37.pyc
│   │   │   │   ├── test_categorical.cpython-37.pyc
│   │   │   │   ├── test_core.cpython-37.pyc
│   │   │   │   ├── test_decorators.cpython-37.pyc
│   │   │   │   ├── test_distributions.cpython-37.pyc
│   │   │   │   ├── test_docstrings.cpython-37.pyc
│   │   │   │   ├── test_matrix.cpython-37.pyc
│   │   │   │   ├── test_miscplot.cpython-37.pyc
│   │   │   │   ├── test_palettes.cpython-37.pyc
│   │   │   │   ├── test_rcmod.cpython-37.pyc
│   │   │   │   ├── test_regression.cpython-37.pyc
│   │   │   │   ├── test_relational.cpython-37.pyc
│   │   │   │   ├── test_statistics.cpython-37.pyc
│   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   ├── test_algorithms.py
│   │   │   ├── test_axisgrid.py
│   │   │   ├── test_categorical.py
│   │   │   ├── test_core.py
│   │   │   ├── test_decorators.py
│   │   │   ├── test_distributions.py
│   │   │   ├── test_docstrings.py
│   │   │   ├── test_matrix.py
│   │   │   ├── test_miscplot.py
│   │   │   ├── test_palettes.py
│   │   │   ├── test_rcmod.py
│   │   │   ├── test_regression.py
│   │   │   ├── test_relational.py
│   │   │   ├── test_statistics.py
│   │   │   └── test_utils.py
│   │   ├── utils.py
│   │   └── widgets.py
│   └── seaborn-0.11.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 92 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment