Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 24, 2020 01:46
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 r-ryantm/28d62f5e13cabed70d8540c4ea285d67 to your computer and use it in GitHub Desktop.
Save r-ryantm/28d62f5e13cabed70d8540c4ea285d67 to your computer and use it in GitHub Desktop.
/nix/store/i6qp1ph18frqxp9a4nq000jaffdwvz7a-python3.7-pyenchant-3.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── enchant
│   │   ├── checker
│   │   │   ├── CmdLineChecker.py
│   │   │   ├── GtkSpellCheckerDialog.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── CmdLineChecker.cpython-37.pyc
│   │   │   │   ├── GtkSpellCheckerDialog.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── wxSpellCheckerDialog.cpython-37.pyc
│   │   │   └── wxSpellCheckerDialog.py
│   │   ├── _enchant.py
│   │   ├── errors.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── _enchant.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pypwl.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── pypwl.py
│   │   ├── tokenize
│   │   │   ├── en.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── en.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── utils.py
│   └── pyenchant-3.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment