Skip to main content

PythonPlayground

Full plugin download PythonPlayground Includes: │ plugin.json │ └───plugin_package │ client.py │ console.py │ serve...

Updated over 2 months ago

Full plugin download PythonPlayground

Includes:

│   plugin.json
│
└───plugin_package
    │   client.py
    │   console.py
    │   server.py
    │   utils.py
    │   __init__.py
    │
    └───lib
        │   readline.py
        │
        ├───pyreadline
        │   │   error.py
        │   │   get_doc.py
        │   │   logger.py
        │   │   logserver.py
        │   │   py3k_compat.py
        │   │   release.py
        │   │   rlmain.py
        │   │   unicode_helper.py
        │   │   __init__.py
        │   │
        │   ├───clipboard
        │   │       ironpython_clipboard.py
        │   │       no_clipboard.py
        │   │       win32_clipboard.py
        │   │       __init__.py
        │   │
        │   ├───configuration
        │   │       pyreadlineconfig.ini
        │   │       startup.py
        │   │
        │   ├───console
        │   │       ansi.py
        │   │       console.py
        │   │       consolebase.py
        │   │       console_attributes.py
        │   │       event.py
        │   │       ironpython_console.py
        │   │       __init__.py
        │   │
        │   ├───keysyms
        │   │       common.py
        │   │       ironpython_keysyms.py
        │   │       keysyms.py
        │   │       winconstants.py
        │   │       __init__.py
        │   │
        │   ├───lineeditor
        │   │       history.py
        │   │       lineobj.py
        │   │       wordmatcher.py
        │   │       __init__.py
        │   │
        │   ├───modes
        │   │       basemode.py
        │   │       emacs.py
        │   │       notemacs.py
        │   │       vi.py
        │   │       __init__.py
        │   │
        │   └───test
        │           common.py
        │           test_emacs.py
        │           test_history.py
        │           test_lineeditor.py
        │           test_vi.py
        │           __init__.py
        │
        └───pyreadline-2.1-py3.6.egg-info
                dependency_links.txt
                installed-files.txt
                PKG-INFO
                SOURCES.txt
                top_level.txt
Did this answer your question?