Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 22:06
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/a74353a7151b1b55a5358e288f4f14d0 to your computer and use it in GitHub Desktop.
Save ryantm/a74353a7151b1b55a5358e288f4f14d0 to your computer and use it in GitHub Desktop.
/nix/store/ppi7d175cra2ysy3lwk4apy35gqav6l7-python3.7-Yapsy-1.12.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── yapsy
│   │   ├── AutoInstallPluginManager.py
│   │   ├── compat.py
│   │   ├── ConfigurablePluginManager.py
│   │   ├── FilteredPluginManager.py
│   │   ├── IMultiprocessChildPlugin.py
│   │   ├── IMultiprocessPlugin.py
│   │   ├── __init___flymake.py
│   │   ├── __init__.py
│   │   ├── IPluginLocator.py
│   │   ├── IPlugin.py
│   │   ├── MultiprocessPluginManager.py
│   │   ├── MultiprocessPluginProxy.py
│   │   ├── PluginFileLocator.py
│   │   ├── PluginInfo.py
│   │   ├── PluginManagerDecorator.py
│   │   ├── PluginManager.py
│   │   ├── __pycache__
│   │   │   ├── AutoInstallPluginManager.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── ConfigurablePluginManager.cpython-37.pyc
│   │   │   ├── FilteredPluginManager.cpython-37.pyc
│   │   │   ├── IMultiprocessChildPlugin.cpython-37.pyc
│   │   │   ├── IMultiprocessPlugin.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __init___flymake.cpython-37.pyc
│   │   │   ├── IPlugin.cpython-37.pyc
│   │   │   ├── IPluginLocator.cpython-37.pyc
│   │   │   ├── MultiprocessPluginManager.cpython-37.pyc
│   │   │   ├── MultiprocessPluginProxy.cpython-37.pyc
│   │   │   ├── PluginFileLocator.cpython-37.pyc
│   │   │   ├── PluginInfo.cpython-37.pyc
│   │   │   ├── PluginManager.cpython-37.pyc
│   │   │   ├── PluginManagerDecorator.cpython-37.pyc
│   │   │   └── VersionedPluginManager.cpython-37.pyc
│   │   └── VersionedPluginManager.py
│   └── Yapsy-1.12.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment