Metadata-Version: 2.1
Name: lexed
Version: 0.0.1.dev6
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
Keywords: development,editor
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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

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=develop
   :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


