Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 07:53
Show Gist options
  • Save ryantm/e75f5f7920a82d10db7e79242a7a5396 to your computer and use it in GitHub Desktop.
Save ryantm/e75f5f7920a82d10db7e79242a7a5396 to your computer and use it in GitHub Desktop.
/nix/store/9p0fc1msaa4w1gg8q0bs383a0l5mx6vp-python3.6-pylama-7.6.5
├── bin
│   └── pylama
├── lib
│   └── python3.6
│   └── site-packages
│   ├── pylama
│   │   ├── check_async.py
│   │   ├── config.py
│   │   ├── core.py
│   │   ├── errors.py
│   │   ├── hook.py
│   │   ├── __init__.py
│   │   ├── libs
│   │   │   ├── importlib.py
│   │   │   ├── inirama.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── importlib.cpython-36.pyc
│   │   │   ├── inirama.cpython-36.pyc
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── lint
│   │   │   ├── extensions.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── extensions.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── pylama_eradicate.cpython-36.pyc
│   │   │   │   ├── pylama_mccabe.cpython-36.pyc
│   │   │   │   ├── pylama_pycodestyle.cpython-36.pyc
│   │   │   │   ├── pylama_pydocstyle.cpython-36.pyc
│   │   │   │   ├── pylama_pyflakes.cpython-36.pyc
│   │   │   │   ├── pylama_pylint.cpython-36.pyc
│   │   │   │   └── pylama_radon.cpython-36.pyc
│   │   │   ├── pylama_eradicate.py
│   │   │   ├── pylama_mccabe.py
│   │   │   ├── pylama_pycodestyle.py
│   │   │   ├── pylama_pydocstyle.py
│   │   │   ├── pylama_pyflakes.py
│   │   │   ├── pylama_pylint.py
│   │   │   └── pylama_radon.py
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── __pycache__
│   │   │   ├── check_async.cpython-36.pyc
│   │   │   ├── config.cpython-36.pyc
│   │   │   ├── core.cpython-36.pyc
│   │   │   ├── errors.cpython-36.pyc
│   │   │   ├── hook.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   ├── main.cpython-36.pyc
│   │   │   └── pytest.cpython-36.pyc
│   │   └── pytest.py
│   └── pylama-7.6.5.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment