Metadata-Version: 2.1
Name: theia-open
Version: 0.1.0
Summary: A command line to open file from within theia
Home-page: UNKNOWN
License: UNKNOWN
Description: Command line utility to open file from theia, part of `theia-open` extension.
        
        Needs the following environment variables set:
        
        - `THEIA_URL` the base URL of the theia instance.
        - `THEIA_OPEN_EDITOR_TOKEN` the token to authenticated with theia. Theia server also needs this same token, so the easiest is to set this environment variable when starting theia and it will be inherited in the terminal processes.
        
        This is intended to be set as `EDITOR` environment variable, using the `--wait` flag so that programs wait for the editor to be closed.
        
Keywords: theia editor
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
