Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2019 07:48
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/f33c15fbd424c0f42156f054064693a5 to your computer and use it in GitHub Desktop.
Save ryantm/f33c15fbd424c0f42156f054064693a5 to your computer and use it in GitHub Desktop.
/nix/store/7snpni19rqgjh7pdf4nkadrkw5dhqjvw-python3.7-elpy-1.28.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── elpy
│   │   ├── auto_pep8.py
│   │   ├── blackutil.py
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── jedibackend.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── auto_pep8.cpython-37.pyc
│   │   │   ├── blackutil.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jedibackend.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── pydocutils.cpython-37.pyc
│   │   │   ├── refactor.cpython-37.pyc
│   │   │   ├── rpc.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   └── yapfutil.cpython-37.pyc
│   │   ├── pydocutils.py
│   │   ├── refactor.py
│   │   ├── rpc.py
│   │   ├── server.py
│   │   ├── tests
│   │   │   ├── compat.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── support.cpython-37.pyc
│   │   │   │   ├── test_auto_pep8.cpython-37.pyc
│   │   │   │   ├── test_black.cpython-37.pyc
│   │   │   │   ├── test_jedibackend.cpython-37.pyc
│   │   │   │   ├── test_pydocutils.cpython-37.pyc
│   │   │   │   ├── test_refactor.cpython-37.pyc
│   │   │   │   ├── test_rpc.cpython-37.pyc
│   │   │   │   ├── test_server.cpython-37.pyc
│   │   │   │   ├── test_support.cpython-37.pyc
│   │   │   │   └── test_yapf.cpython-37.pyc
│   │   │   ├── support.py
│   │   │   ├── test_auto_pep8.py
│   │   │   ├── test_black.py
│   │   │   ├── test_jedibackend.py
│   │   │   ├── test_pydocutils.py
│   │   │   ├── test_refactor.py
│   │   │   ├── test_rpc.py
│   │   │   ├── test_server.py
│   │   │   ├── test_support.py
│   │   │   └── test_yapf.py
│   │   └── yapfutil.py
│   └── elpy-1.28.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment