Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 19:19
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/66654cf4ca0a6b0eea220781bac8189b to your computer and use it in GitHub Desktop.
Save ryantm/66654cf4ca0a6b0eea220781bac8189b to your computer and use it in GitHub Desktop.
/nix/store/zfjn4aqj5rc522yj9p2h3liqipg2nx3d-python3.7-rope-0.14.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── rope
│   │   ├── base
│   │   │   ├── arguments.py
│   │   │   ├── ast.py
│   │   │   ├── astutils.py
│   │   │   ├── builtins.py
│   │   │   ├── change.py
│   │   │   ├── codeanalyze.py
│   │   │   ├── default_config.py
│   │   │   ├── evaluate.py
│   │   │   ├── exceptions.py
│   │   │   ├── fscommands.py
│   │   │   ├── history.py
│   │   │   ├── __init__.py
│   │   │   ├── libutils.py
│   │   │   ├── oi
│   │   │   │   ├── doa.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── memorydb.py
│   │   │   │   ├── objectdb.py
│   │   │   │   ├── objectinfo.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── doa.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── memorydb.cpython-37.pyc
│   │   │   │   │   ├── objectdb.cpython-37.pyc
│   │   │   │   │   ├── objectinfo.cpython-37.pyc
│   │   │   │   │   ├── runmod.cpython-37.pyc
│   │   │   │   │   ├── soa.cpython-37.pyc
│   │   │   │   │   ├── soi.cpython-37.pyc
│   │   │   │   │   └── transform.cpython-37.pyc
│   │   │   │   ├── runmod.py
│   │   │   │   ├── soa.py
│   │   │   │   ├── soi.py
│   │   │   │   ├── transform.py
│   │   │   │   └── type_hinting
│   │   │   │   ├── evaluate.py
│   │   │   │   ├── factory.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── interfaces.py
│   │   │   │   ├── providers
│   │   │   │   │   ├── composite.py
│   │   │   │   │   ├── docstrings.py
│   │   │   │   │   ├── inheritance.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── interfaces.py
│   │   │   │   │   ├── numpydocstrings.py
│   │   │   │   │   ├── pep0484_type_comments.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── composite.cpython-37.pyc
│   │   │   │   │   ├── docstrings.cpython-37.pyc
│   │   │   │   │   ├── inheritance.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── interfaces.cpython-37.pyc
│   │   │   │   │   ├── numpydocstrings.cpython-37.pyc
│   │   │   │   │   └── pep0484_type_comments.cpython-37.pyc
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── evaluate.cpython-37.pyc
│   │   │   │   │   ├── factory.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── interfaces.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── resolvers
│   │   │   │   │   ├── composite.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── interfaces.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── composite.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── interfaces.cpython-37.pyc
│   │   │   │   │   │   └── types.cpython-37.pyc
│   │   │   │   │   └── types.py
│   │   │   │   └── utils.py
│   │   │   ├── prefs.py
│   │   │   ├── project.py
│   │   │   ├── __pycache__
│   │   │   │   ├── arguments.cpython-37.pyc
│   │   │   │   ├── ast.cpython-37.pyc
│   │   │   │   ├── astutils.cpython-37.pyc
│   │   │   │   ├── builtins.cpython-37.pyc
│   │   │   │   ├── change.cpython-37.pyc
│   │   │   │   ├── codeanalyze.cpython-37.pyc
│   │   │   │   ├── default_config.cpython-37.pyc
│   │   │   │   ├── evaluate.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── fscommands.cpython-37.pyc
│   │   │   │   ├── history.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── libutils.cpython-37.pyc
│   │   │   │   ├── prefs.cpython-37.pyc
│   │   │   │   ├── project.cpython-37.pyc
│   │   │   │   ├── pycore.cpython-37.pyc
│   │   │   │   ├── pynames.cpython-37.pyc
│   │   │   │   ├── pynamesdef.cpython-37.pyc
│   │   │   │   ├── pyobjects.cpython-37.pyc
│   │   │   │   ├── pyobjectsdef.cpython-37.pyc
│   │   │   │   ├── pyscopes.cpython-37.pyc
│   │   │   │   ├── resourceobserver.cpython-37.pyc
│   │   │   │   ├── resources.cpython-37.pyc
│   │   │   │   ├── simplify.cpython-37.pyc
│   │   │   │   ├── stdmods.cpython-37.pyc
│   │   │   │   ├── taskhandle.cpython-37.pyc
│   │   │   │   └── worder.cpython-37.pyc
│   │   │   ├── pycore.py
│   │   │   ├── pynamesdef.py
│   │   │   ├── pynames.py
│   │   │   ├── pyobjectsdef.py
│   │   │   ├── pyobjects.py
│   │   │   ├── pyscopes.py
│   │   │   ├── resourceobserver.py
│   │   │   ├── resources.py
│   │   │   ├── simplify.py
│   │   │   ├── stdmods.py
│   │   │   ├── taskhandle.py
│   │   │   ├── utils
│   │   │   │   ├── datastructures.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── datastructures.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── pycompat.cpython-37.pyc
│   │   │   │   └── pycompat.py
│   │   │   └── worder.py
│   │   ├── contrib
│   │   │   ├── autoimport.py
│   │   │   ├── changestack.py
│   │   │   ├── codeassist.py
│   │   │   ├── finderrors.py
│   │   │   ├── findit.py
│   │   │   ├── fixmodnames.py
│   │   │   ├── fixsyntax.py
│   │   │   ├── generate.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── autoimport.cpython-37.pyc
│   │   │   ├── changestack.cpython-37.pyc
│   │   │   ├── codeassist.cpython-37.pyc
│   │   │   ├── finderrors.cpython-37.pyc
│   │   │   ├── findit.cpython-37.pyc
│   │   │   ├── fixmodnames.cpython-37.pyc
│   │   │   ├── fixsyntax.cpython-37.pyc
│   │   │   ├── generate.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── refactor
│   │   ├── change_signature.py
│   │   ├── encapsulate_field.py
│   │   ├── extract.py
│   │   ├── functionutils.py
│   │   ├── importutils
│   │   │   ├── actions.py
│   │   │   ├── importinfo.py
│   │   │   ├── __init__.py
│   │   │   ├── module_imports.py
│   │   │   └── __pycache__
│   │   │   ├── actions.cpython-37.pyc
│   │   │   ├── importinfo.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── module_imports.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── inline.py
│   │   ├── introduce_factory.py
│   │   ├── introduce_parameter.py
│   │   ├── localtofield.py
│   │   ├── method_object.py
│   │   ├── move.py
│   │   ├── multiproject.py
│   │   ├── occurrences.py
│   │   ├── patchedast.py
│   │   ├── __pycache__
│   │   │   ├── change_signature.cpython-37.pyc
│   │   │   ├── encapsulate_field.cpython-37.pyc
│   │   │   ├── extract.cpython-37.pyc
│   │   │   ├── functionutils.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── inline.cpython-37.pyc
│   │   │   ├── introduce_factory.cpython-37.pyc
│   │   │   ├── introduce_parameter.cpython-37.pyc
│   │   │   ├── localtofield.cpython-37.pyc
│   │   │   ├── method_object.cpython-37.pyc
│   │   │   ├── move.cpython-37.pyc
│   │   │   ├── multiproject.cpython-37.pyc
│   │   │   ├── occurrences.cpython-37.pyc
│   │   │   ├── patchedast.cpython-37.pyc
│   │   │   ├── rename.cpython-37.pyc
│   │   │   ├── restructure.cpython-37.pyc
│   │   │   ├── similarfinder.cpython-37.pyc
│   │   │   ├── sourceutils.cpython-37.pyc
│   │   │   ├── suites.cpython-37.pyc
│   │   │   ├── topackage.cpython-37.pyc
│   │   │   ├── usefunction.cpython-37.pyc
│   │   │   └── wildcards.cpython-37.pyc
│   │   ├── rename.py
│   │   ├── restructure.py
│   │   ├── similarfinder.py
│   │   ├── sourceutils.py
│   │   ├── suites.py
│   │   ├── topackage.py
│   │   ├── usefunction.py
│   │   └── wildcards.py
│   └── rope-0.14.0.dist-info
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
25 directories, 189 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment