Metadata-Version: 2.4
Name: iron-editor
Version: 0.0.1
Summary: Iron Editor is a terminal-based code editor built with Textual.
Project-URL: Documentation, https://github.com/EkBalam/iron-editor#readme
Project-URL: Issues, https://github.com/EkBalam/iron-editor/issues
Project-URL: Source, https://github.com/EkBalam/iron-editor
Author-email: Ekbalam <aguilarend@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: TUI,code-editor,terminal-base
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: textual[syntax]==7.5.0
Description-Content-Type: text/markdown

# iron editor

[![PyPI - Version](https://img.shields.io/pypi/v/iron-editor.svg)](https://pypi.org/project/iron-editor)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/iron-editor.svg)](https://pypi.org/project/iron-editor)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install iron-editor
```

## License

`iron-editor` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
