Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/85b1b277b8fad4fcec9a4d67f474c8fe to your computer and use it in GitHub Desktop.
Save ryantm/85b1b277b8fad4fcec9a4d67f474c8fe to your computer and use it in GitHub Desktop.
/nix/store/58jjvss8gpf0h9jn3h485565xz4ibp3a-codespell-1.16.0
├── bin
│   └── codespell
├── lib
│   └── python3.7
│   └── site-packages
│   ├── codespell-1.16.0.dist-info
│   │   ├── COPYING
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── codespell_lib
│   ├── _codespell.py
│   ├── data
│   │   ├── dictionary.txt
│   │   ├── __init__.py
│   │   ├── linux-kernel.exclude
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── _codespell.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   └── tests
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   ├── test_basic.cpython-37.pyc
│   │   ├── test_basic.cpython-37-pytest-5.1.0.pyc
│   │   ├── test_dictionary.cpython-37.pyc
│   │   └── test_dictionary.cpython-37-pytest-5.1.0.pyc
│   ├── test_basic.py
│   └── test_dictionary.py
└── nix-support
└── propagated-build-inputs
12 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment