Metadata-Version: 2.4
Name: moled
Version: 0.1.0
Summary: moled is the standard molecular editor
Project-URL: source, https://github.com/i-tub/moled
Author-email: Ivan Tubert-Brohman <ivan.tubert@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.11
Requires-Dist: molcat>=0.2.0
Requires-Dist: rdkit
Description-Content-Type: text/markdown

## moled - the standard molecular editor

By 1969, the user interface for editing text had already been perfected in
ed.[1](https://www.gnu.org/fun/jokes/ed-msg.txt)

Ed is the standard text editor.

Moled is the standard molecular editor.

We do bow to modern times in that we use graphics to display the molecules;
this requires a terminal supporting the graphics protocol, such as kitty,
Ghostty, or iTerm2.

Sample session:

<img alt="moled editing session"
     src="https://raw.githubusercontent.com/i-tub/moled/master/moled.png"
     width="227">

### Requirements

- Python (tested with 3.11)
- RDKit (tested with 2025.09.6)
- molcat
