Metadata-Version: 2.1
Name: deltachat-cursed
Version: 0.9.0
Summary: Delta Chat client for the command line
Author-email: adbenitez <adb@merlinux.eu>
Project-URL: Homepage, https://github.com/adbenitez/deltachat-cursed
Project-URL: Issues, https://github.com/adbenitez/deltachat-cursed/issues
Keywords: deltachat,ncurses,tui
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: deltachat2 >=0.2.0
Requires-Dist: urwid >=2.6.10
Requires-Dist: urwid-readline >=0.14
Requires-Dist: appdirs >=1.4.4
Provides-Extra: dev
Requires-Dist: deltachat-rpc-server ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pylama ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Provides-Extra: full
Requires-Dist: deltachat-rpc-server >=1.136.6 ; extra == 'full'

# Cursed Delta

ncurses Delta Chat client developed in Python with the urwid library.

<p align="center">
  <img src="https://github.com/adbenitez/deltachat-cursed/blob/master/screenshots/e1.png" alt="screenshot of Cursed Delta"/>
</p>

[![Latest Release](https://img.shields.io/pypi/v/deltachat-cursed.svg)](https://pypi.org/project/deltachat-cursed)
[![Downloads](https://pepy.tech/badge/deltachat-cursed)](https://pepy.tech/project/deltachat-cursed)
[![License](https://img.shields.io/pypi/l/deltachat-cursed.svg)](https://pypi.org/project/deltachat-cursed)
[![CI](https://github.com/adbenitez/deltachat-cursed/actions/workflows/python-ci.yml/badge.svg)](https://github.com/adbenitez/deltachat-cursed/actions/workflows/python-ci.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

#### Features

- [X] Create accounts
- [X] Tweak account configuration (ex. set display name and status)
- [X] Ability to send text messages :)
- [X] Read receipts ✓✓
- [X] Display quoted messages
- [ ] Account switcher
- [ ] Chat operations: delete, pin/unpin, mute/unmute, archive/unarchive, add/remove members, etc.
- [ ] Message operations: reply, delete, open attachment/links, see info, jump to quote
- [ ] Import/export keys and backups
- [ ] Ability to send files
- [ ] Notifications
- [ ] Support for contact verification and group invitations links
- [ ] Block/unblock contacts and see the list of blocked contacts
- [ ] See contact list
- [ ] Search messages and chats
- [ ] Open HTML messages
- [ ] View archived chats

## Installation

Install Cursed Delta with pip:

```
$ pip install -U deltachat-cursed
```

After installation the command `delta` should be available.
For more tips and info check [the user guide](./docs/user-guide.md)
