LICENSE
MANIFEST.in
README.rst
pyuic.json
requirements-dev.txt
requirements.txt
setup.py
data/forms/dlg_create_virtualenv.ui
data/forms/dlg_edit_breakpoints.ui
data/forms/dlg_rope_rename.ui
data/forms/hackedit_python.qrc
data/forms/python-logo.png
data/forms/settings_page_editor.ui
data/forms/settings_page_interpreters.ui
hackedit_python/__init__.py
hackedit_python/add_import.py
hackedit_python/clean_pyc.py
hackedit_python/context_menus.py
hackedit_python/editor.py
hackedit_python/index.py
hackedit_python/interpreters.py
hackedit_python/open_module.py
hackedit_python/pyconsole.py
hackedit_python/pyqode_server.py
hackedit_python/refactor.py
hackedit_python/run.py
hackedit_python/system.py
hackedit_python/templates.py
hackedit_python/workspaces.py
hackedit_python.egg-info/PKG-INFO
hackedit_python.egg-info/SOURCES.txt
hackedit_python.egg-info/dependency_links.txt
hackedit_python.egg-info/entry_points.txt
hackedit_python.egg-info/requires.txt
hackedit_python.egg-info/top_level.txt
hackedit_python/forms/__init__.py
hackedit_python/forms/dlg_create_virtualenv_ui.py
hackedit_python/forms/dlg_edit_breakpoints_ui.py
hackedit_python/forms/dlg_rope_rename_ui.py
hackedit_python/forms/hackedit_python_rc.py
hackedit_python/forms/settings_page_editor_ui.py
hackedit_python/forms/settings_page_interpreters_ui.py
hackedit_python/templates/python_library/.gitignore
hackedit_python/templates/python_library/README.rst
hackedit_python/templates/python_library/requirements.txt
hackedit_python/templates/python_library/setup.py
hackedit_python/templates/python_library/template.json
hackedit_python/templates/python_library/.hackedit/run.json
hackedit_python/templates/python_library/@package@/__init__.py
hackedit_python/templates/python_library/tests/test_@package@.py
hackedit_python/templates/python_script/@fn@.py
hackedit_python/templates/python_script/template.json
hackedit_python/vendor/__init__.py
hackedit_python/vendor/virtualenv.py
hackedit_python/vendor/rope/__init__.py
hackedit_python/vendor/rope/base/__init__.py
hackedit_python/vendor/rope/base/arguments.py
hackedit_python/vendor/rope/base/ast.py
hackedit_python/vendor/rope/base/astutils.py
hackedit_python/vendor/rope/base/builtins.py
hackedit_python/vendor/rope/base/change.py
hackedit_python/vendor/rope/base/codeanalyze.py
hackedit_python/vendor/rope/base/default_config.py
hackedit_python/vendor/rope/base/evaluate.py
hackedit_python/vendor/rope/base/exceptions.py
hackedit_python/vendor/rope/base/fscommands.py
hackedit_python/vendor/rope/base/history.py
hackedit_python/vendor/rope/base/libutils.py
hackedit_python/vendor/rope/base/prefs.py
hackedit_python/vendor/rope/base/project.py
hackedit_python/vendor/rope/base/pycore.py
hackedit_python/vendor/rope/base/pynames.py
hackedit_python/vendor/rope/base/pynamesdef.py
hackedit_python/vendor/rope/base/pyobjects.py
hackedit_python/vendor/rope/base/pyobjectsdef.py
hackedit_python/vendor/rope/base/pyscopes.py
hackedit_python/vendor/rope/base/resourceobserver.py
hackedit_python/vendor/rope/base/resources.py
hackedit_python/vendor/rope/base/simplify.py
hackedit_python/vendor/rope/base/stdmods.py
hackedit_python/vendor/rope/base/taskhandle.py
hackedit_python/vendor/rope/base/worder.py
hackedit_python/vendor/rope/base/oi/__init__.py
hackedit_python/vendor/rope/base/oi/doa.py
hackedit_python/vendor/rope/base/oi/docstrings.py
hackedit_python/vendor/rope/base/oi/memorydb.py
hackedit_python/vendor/rope/base/oi/objectdb.py
hackedit_python/vendor/rope/base/oi/objectinfo.py
hackedit_python/vendor/rope/base/oi/runmod.py
hackedit_python/vendor/rope/base/oi/soa.py
hackedit_python/vendor/rope/base/oi/soi.py
hackedit_python/vendor/rope/base/oi/transform.py
hackedit_python/vendor/rope/base/utils/__init__.py
hackedit_python/vendor/rope/base/utils/datastructures.py
hackedit_python/vendor/rope/base/utils/pycompat.py
hackedit_python/vendor/rope/contrib/__init__.py
hackedit_python/vendor/rope/contrib/autoimport.py
hackedit_python/vendor/rope/contrib/changestack.py
hackedit_python/vendor/rope/contrib/codeassist.py
hackedit_python/vendor/rope/contrib/finderrors.py
hackedit_python/vendor/rope/contrib/findit.py
hackedit_python/vendor/rope/contrib/fixmodnames.py
hackedit_python/vendor/rope/contrib/fixsyntax.py
hackedit_python/vendor/rope/contrib/generate.py
hackedit_python/vendor/rope/refactor/__init__.py
hackedit_python/vendor/rope/refactor/change_signature.py
hackedit_python/vendor/rope/refactor/encapsulate_field.py
hackedit_python/vendor/rope/refactor/extract.py
hackedit_python/vendor/rope/refactor/functionutils.py
hackedit_python/vendor/rope/refactor/inline.py
hackedit_python/vendor/rope/refactor/introduce_factory.py
hackedit_python/vendor/rope/refactor/introduce_parameter.py
hackedit_python/vendor/rope/refactor/localtofield.py
hackedit_python/vendor/rope/refactor/method_object.py
hackedit_python/vendor/rope/refactor/move.py
hackedit_python/vendor/rope/refactor/multiproject.py
hackedit_python/vendor/rope/refactor/occurrences.py
hackedit_python/vendor/rope/refactor/patchedast.py
hackedit_python/vendor/rope/refactor/rename.py
hackedit_python/vendor/rope/refactor/restructure.py
hackedit_python/vendor/rope/refactor/similarfinder.py
hackedit_python/vendor/rope/refactor/sourceutils.py
hackedit_python/vendor/rope/refactor/suites.py
hackedit_python/vendor/rope/refactor/topackage.py
hackedit_python/vendor/rope/refactor/usefunction.py
hackedit_python/vendor/rope/refactor/wildcards.py
hackedit_python/vendor/rope/refactor/importutils/__init__.py
hackedit_python/vendor/rope/refactor/importutils/actions.py
hackedit_python/vendor/rope/refactor/importutils/importinfo.py
hackedit_python/vendor/rope/refactor/importutils/module_imports.py
scripts/update_vendor.py
scripts/git-hooks/copy_hooks.py
scripts/git-hooks/pre-commit.py
scripts/git-hooks/readme.rst
scripts/tr/compile_catalog.py
scripts/tr/extract_messages.py
scripts/tr/init_catalog.py
scripts/tr/update_catalog.py