Metadata-Version: 1.1
Name: lexed
Version: 0.0.1.9
Summary: LexEd - console python editor
Home-page: http://lexycore.github.io/lexed
Author: Alexander Kovalev
Author-email: ak@alkov.pro
License: MIT
Download-URL: https://github.com/lexycore/lexed.git
Description: LexEd
        =====
        
        |build| |pypi| |license|
        
        python + ncurses based console text editor
        
        Resurrection
        ------------
        
        Former pyWarrior by T.Davis has been massively reworked.
        
        There's still a lot to do though.
        
        Install
        -------
        
        ::
        
            $ pip install lexed
        
        Usage
        -----
        
        ::
        
            $ lexed
        
        .. |build| image:: https://travis-ci.org/lexycore/lexed.svg?branch=master
           :target: https://travis-ci.org/lexycore/lexed
        .. |pypi| image:: https://img.shields.io/pypi/v/lexed.svg
           :target: https://pypi.python.org/pypi/lexed
        .. |license| image:: https://img.shields.io/pypi/l/lexed.svg
           :target: https://github.com/lexycore/lexed/blob/master/LICENSE
        
Keywords: development,editor
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
