arcanechat-tui 0.11.0__tar.gz → 0.11.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {arcanechat_tui-0.11.0/arcanechat_tui.egg-info → arcanechat_tui-0.11.1}/PKG-INFO +7 -8
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/README.md +5 -6
- arcanechat_tui-0.11.1/arcanechat_tui/__init__.py +3 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/_version.py +2 -2
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/composer.py +1 -1
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1/arcanechat_tui.egg-info}/PKG-INFO +7 -8
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/docs/user-guide.md +9 -9
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/pyproject.toml +1 -1
- arcanechat_tui-0.11.1/screenshots/e1.png +0 -0
- arcanechat_tui-0.11.0/arcanechat_tui/__init__.py +0 -3
- arcanechat_tui-0.11.0/screenshots/e1.png +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/.github/workflows/python-ci.yml +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/.gitignore +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/LICENSE +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/__main__.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/application.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/cards_widget.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/chatlist.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/cli.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/container.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/conversation.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/eventcenter.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/lazylistwaker.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/logger.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/main.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/util.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/welcome_widget.py +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/SOURCES.txt +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/dependency_links.txt +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/entry_points.txt +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/requires.txt +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/top_level.txt +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/pylama.ini +0 -0
- {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: arcanechat-tui
|
|
3
|
-
Version: 0.11.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.11.1
|
|
4
|
+
Summary: ArcaneChat client for the command line
|
|
5
5
|
Author-email: adbenitez <adb@merlinux.eu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/ArcaneChat/arcanechat-tui
|
|
7
7
|
Project-URL: Issues, https://github.com/ArcaneChat/arcanechat-tui/issues
|
|
@@ -29,10 +29,9 @@ Requires-Dist: pylint; extra == "dev"
|
|
|
29
29
|
Requires-Dist: pylama; extra == "dev"
|
|
30
30
|
Requires-Dist: pytest; extra == "dev"
|
|
31
31
|
|
|
32
|
-
#
|
|
32
|
+
# ArcaneChat TUI
|
|
33
33
|
|
|
34
34
|
[](https://pypi.org/project/arcanechat-tui)
|
|
35
|
-
[](https://pepy.tech/project/arcanechat-tui)
|
|
36
35
|
[](https://pypi.org/project/arcanechat-tui)
|
|
37
36
|
[](https://github.com/ArcaneChat/arcanechat-tui/actions/workflows/python-ci.yml)
|
|
38
37
|
[](https://github.com/psf/black)
|
|
@@ -40,10 +39,10 @@ Requires-Dist: pytest; extra == "dev"
|
|
|
40
39
|
> a lightweight ArcaneChat client for the command line
|
|
41
40
|
|
|
42
41
|
<p align="center">
|
|
43
|
-
<img src="https://github.com/ArcaneChat/arcanechat-tui/blob/main/screenshots/e1.png?raw=true" alt="screenshot of
|
|
42
|
+
<img src="https://github.com/ArcaneChat/arcanechat-tui/blob/main/screenshots/e1.png?raw=true" alt="screenshot of ArcaneChat"/>
|
|
44
43
|
</p>
|
|
45
44
|
|
|
46
|
-
|
|
45
|
+
ArcaneChat TUI is a ncurses Delta Chat client developed in Python with the urwid library.
|
|
47
46
|
|
|
48
47
|
#### Features
|
|
49
48
|
|
|
@@ -67,7 +66,7 @@ Cursed Delta is a ncurses Delta Chat client developed in Python with the urwid l
|
|
|
67
66
|
|
|
68
67
|
## Installation
|
|
69
68
|
|
|
70
|
-
Install
|
|
69
|
+
Install ArcaneChat TUI with pip:
|
|
71
70
|
|
|
72
71
|
```
|
|
73
72
|
$ pip install -U arcanechat-tui
|
|
@@ -80,5 +79,5 @@ if you want to try to install it using pip run:
|
|
|
80
79
|
$ pip install -U arcanechat-tui[full]
|
|
81
80
|
```
|
|
82
81
|
|
|
83
|
-
After installation the command `
|
|
82
|
+
After installation the command `arcanechat-tui` (and `arcanechat` alias) should be available.
|
|
84
83
|
For more tips and info check [the user guide](https://github.com/ArcaneChat/arcanechat-tui/blob/main/docs/user-guide.md)
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ArcaneChat TUI
|
|
2
2
|
|
|
3
3
|
[](https://pypi.org/project/arcanechat-tui)
|
|
4
|
-
[](https://pepy.tech/project/arcanechat-tui)
|
|
5
4
|
[](https://pypi.org/project/arcanechat-tui)
|
|
6
5
|
[](https://github.com/ArcaneChat/arcanechat-tui/actions/workflows/python-ci.yml)
|
|
7
6
|
[](https://github.com/psf/black)
|
|
@@ -9,10 +8,10 @@
|
|
|
9
8
|
> a lightweight ArcaneChat client for the command line
|
|
10
9
|
|
|
11
10
|
<p align="center">
|
|
12
|
-
<img src="https://github.com/ArcaneChat/arcanechat-tui/blob/main/screenshots/e1.png?raw=true" alt="screenshot of
|
|
11
|
+
<img src="https://github.com/ArcaneChat/arcanechat-tui/blob/main/screenshots/e1.png?raw=true" alt="screenshot of ArcaneChat"/>
|
|
13
12
|
</p>
|
|
14
13
|
|
|
15
|
-
|
|
14
|
+
ArcaneChat TUI is a ncurses Delta Chat client developed in Python with the urwid library.
|
|
16
15
|
|
|
17
16
|
#### Features
|
|
18
17
|
|
|
@@ -36,7 +35,7 @@ Cursed Delta is a ncurses Delta Chat client developed in Python with the urwid l
|
|
|
36
35
|
|
|
37
36
|
## Installation
|
|
38
37
|
|
|
39
|
-
Install
|
|
38
|
+
Install ArcaneChat TUI with pip:
|
|
40
39
|
|
|
41
40
|
```
|
|
42
41
|
$ pip install -U arcanechat-tui
|
|
@@ -49,5 +48,5 @@ if you want to try to install it using pip run:
|
|
|
49
48
|
$ pip install -U arcanechat-tui[full]
|
|
50
49
|
```
|
|
51
50
|
|
|
52
|
-
After installation the command `
|
|
51
|
+
After installation the command `arcanechat-tui` (and `arcanechat` alias) should be available.
|
|
53
52
|
For more tips and info check [the user guide](https://github.com/ArcaneChat/arcanechat-tui/blob/main/docs/user-guide.md)
|
|
@@ -72,7 +72,7 @@ class ComposerWidget(urwid.Filler):
|
|
|
72
72
|
subtitle = shorten_text(get_subtitle(self.client.rpc, chat[0], info), 40)
|
|
73
73
|
text = f" {verified}[ {name} ]{muted} -- {subtitle}"
|
|
74
74
|
else:
|
|
75
|
-
text = f"
|
|
75
|
+
text = f" ArcaneChat {__version__}"
|
|
76
76
|
|
|
77
77
|
self.status_bar.set_text(text)
|
|
78
78
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: arcanechat-tui
|
|
3
|
-
Version: 0.11.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.11.1
|
|
4
|
+
Summary: ArcaneChat client for the command line
|
|
5
5
|
Author-email: adbenitez <adb@merlinux.eu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/ArcaneChat/arcanechat-tui
|
|
7
7
|
Project-URL: Issues, https://github.com/ArcaneChat/arcanechat-tui/issues
|
|
@@ -29,10 +29,9 @@ Requires-Dist: pylint; extra == "dev"
|
|
|
29
29
|
Requires-Dist: pylama; extra == "dev"
|
|
30
30
|
Requires-Dist: pytest; extra == "dev"
|
|
31
31
|
|
|
32
|
-
#
|
|
32
|
+
# ArcaneChat TUI
|
|
33
33
|
|
|
34
34
|
[](https://pypi.org/project/arcanechat-tui)
|
|
35
|
-
[](https://pepy.tech/project/arcanechat-tui)
|
|
36
35
|
[](https://pypi.org/project/arcanechat-tui)
|
|
37
36
|
[](https://github.com/ArcaneChat/arcanechat-tui/actions/workflows/python-ci.yml)
|
|
38
37
|
[](https://github.com/psf/black)
|
|
@@ -40,10 +39,10 @@ Requires-Dist: pytest; extra == "dev"
|
|
|
40
39
|
> a lightweight ArcaneChat client for the command line
|
|
41
40
|
|
|
42
41
|
<p align="center">
|
|
43
|
-
<img src="https://github.com/ArcaneChat/arcanechat-tui/blob/main/screenshots/e1.png?raw=true" alt="screenshot of
|
|
42
|
+
<img src="https://github.com/ArcaneChat/arcanechat-tui/blob/main/screenshots/e1.png?raw=true" alt="screenshot of ArcaneChat"/>
|
|
44
43
|
</p>
|
|
45
44
|
|
|
46
|
-
|
|
45
|
+
ArcaneChat TUI is a ncurses Delta Chat client developed in Python with the urwid library.
|
|
47
46
|
|
|
48
47
|
#### Features
|
|
49
48
|
|
|
@@ -67,7 +66,7 @@ Cursed Delta is a ncurses Delta Chat client developed in Python with the urwid l
|
|
|
67
66
|
|
|
68
67
|
## Installation
|
|
69
68
|
|
|
70
|
-
Install
|
|
69
|
+
Install ArcaneChat TUI with pip:
|
|
71
70
|
|
|
72
71
|
```
|
|
73
72
|
$ pip install -U arcanechat-tui
|
|
@@ -80,5 +79,5 @@ if you want to try to install it using pip run:
|
|
|
80
79
|
$ pip install -U arcanechat-tui[full]
|
|
81
80
|
```
|
|
82
81
|
|
|
83
|
-
After installation the command `
|
|
82
|
+
After installation the command `arcanechat-tui` (and `arcanechat` alias) should be available.
|
|
84
83
|
For more tips and info check [the user guide](https://github.com/ArcaneChat/arcanechat-tui/blob/main/docs/user-guide.md)
|
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
## Installation
|
|
4
4
|
|
|
5
|
-
Install
|
|
5
|
+
Install ArcaneChat TUI with pip:
|
|
6
6
|
|
|
7
7
|
```
|
|
8
|
-
$ pip install -U
|
|
8
|
+
$ pip install -U arcanechat-tui
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
|
-
After installation the command `
|
|
14
|
-
`python3 -m
|
|
15
|
-
`
|
|
13
|
+
After installation the command `arcanechat` should be available, or you can use
|
|
14
|
+
`python3 -m arcanechat-tui`. You can check if it is installed running the command
|
|
15
|
+
`arcanechat --version` or `arcanechat --help` to see all the options
|
|
16
16
|
|
|
17
17
|
### Creating new account
|
|
18
18
|
|
|
19
|
-
The first time you use
|
|
19
|
+
The first time you use ArcaneChat TUI you need to configure your account:
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
$
|
|
22
|
+
$ arcanechat init me@example.com MyPassword
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
Then run `
|
|
25
|
+
Then run `arcanechat` command to start the application with your configured account.
|
|
26
26
|
|
|
27
27
|
### Opening accounts from other Delta Chat clients
|
|
28
28
|
|
|
@@ -30,7 +30,7 @@ If you want to use an already existent account, for example to open an account f
|
|
|
30
30
|
the official Delta Chat client:
|
|
31
31
|
|
|
32
32
|
```
|
|
33
|
-
$
|
|
33
|
+
$ arcanechat -f ~/.config/DeltaChat/
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
## Tips
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "arcanechat-tui"
|
|
7
|
-
description = "
|
|
7
|
+
description = "ArcaneChat client for the command line"
|
|
8
8
|
dynamic = ["version"]
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|