Metadata-Version: 1.1
Name: sshedit
Version: 0.1.1
Summary: Use a local text editor to edit remote files over SSH.
Home-page: https://github.com/lengau/sshed
Author: Alex M. Lowe
Author-email: amlowe@ieee.org
License: GNU GPLv3
Description: Text editing over SSH helper
        ----------------------------
        
        Allows the use of a local (graphical) text editor for editing remote files in
        an SSH session.
        
        Provides an agent process (similar to ssh-agent) on the client side and a
        drop-in editor process on the host side.
        
        NOTE: Right now, SSHEd requires a bit of manual work to install. Full
        installation instructions are included in the README file distributed with
        sshed.
        
Keywords: ssh,editor,text
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Editors
