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.
Files changed (34) hide show
  1. {arcanechat_tui-0.11.0/arcanechat_tui.egg-info → arcanechat_tui-0.11.1}/PKG-INFO +7 -8
  2. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/README.md +5 -6
  3. arcanechat_tui-0.11.1/arcanechat_tui/__init__.py +3 -0
  4. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/_version.py +2 -2
  5. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/composer.py +1 -1
  6. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1/arcanechat_tui.egg-info}/PKG-INFO +7 -8
  7. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/docs/user-guide.md +9 -9
  8. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/pyproject.toml +1 -1
  9. arcanechat_tui-0.11.1/screenshots/e1.png +0 -0
  10. arcanechat_tui-0.11.0/arcanechat_tui/__init__.py +0 -3
  11. arcanechat_tui-0.11.0/screenshots/e1.png +0 -0
  12. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/.github/workflows/python-ci.yml +0 -0
  13. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/.gitignore +0 -0
  14. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/LICENSE +0 -0
  15. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/__main__.py +0 -0
  16. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/application.py +0 -0
  17. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/cards_widget.py +0 -0
  18. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/chatlist.py +0 -0
  19. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/cli.py +0 -0
  20. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/container.py +0 -0
  21. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/conversation.py +0 -0
  22. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/eventcenter.py +0 -0
  23. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/lazylistwaker.py +0 -0
  24. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/logger.py +0 -0
  25. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/main.py +0 -0
  26. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/util.py +0 -0
  27. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui/welcome_widget.py +0 -0
  28. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/SOURCES.txt +0 -0
  29. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/dependency_links.txt +0 -0
  30. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/entry_points.txt +0 -0
  31. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/requires.txt +0 -0
  32. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/arcanechat_tui.egg-info/top_level.txt +0 -0
  33. {arcanechat_tui-0.11.0 → arcanechat_tui-0.11.1}/pylama.ini +0 -0
  34. {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.0
4
- Summary: Delta Chat client for the command line
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
- # Cursed Delta
32
+ # ArcaneChat TUI
33
33
 
34
34
  [![Latest Release](https://img.shields.io/pypi/v/arcanechat-tui.svg)](https://pypi.org/project/arcanechat-tui)
35
- [![Downloads](https://pepy.tech/badge/arcanechat-tui)](https://pepy.tech/project/arcanechat-tui)
36
35
  [![License](https://img.shields.io/pypi/l/arcanechat-tui.svg)](https://pypi.org/project/arcanechat-tui)
37
36
  [![CI](https://github.com/ArcaneChat/arcanechat-tui/actions/workflows/python-ci.yml/badge.svg)](https://github.com/ArcaneChat/arcanechat-tui/actions/workflows/python-ci.yml)
38
37
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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 Cursed Delta"/>
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
- Cursed Delta is a ncurses Delta Chat client developed in Python with the urwid library.
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 Cursed Delta with pip:
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 `curseddelta` (and `delta` alias) should be available.
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
- # Cursed Delta
1
+ # ArcaneChat TUI
2
2
 
3
3
  [![Latest Release](https://img.shields.io/pypi/v/arcanechat-tui.svg)](https://pypi.org/project/arcanechat-tui)
4
- [![Downloads](https://pepy.tech/badge/arcanechat-tui)](https://pepy.tech/project/arcanechat-tui)
5
4
  [![License](https://img.shields.io/pypi/l/arcanechat-tui.svg)](https://pypi.org/project/arcanechat-tui)
6
5
  [![CI](https://github.com/ArcaneChat/arcanechat-tui/actions/workflows/python-ci.yml/badge.svg)](https://github.com/ArcaneChat/arcanechat-tui/actions/workflows/python-ci.yml)
7
6
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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 Cursed Delta"/>
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
- Cursed Delta is a ncurses Delta Chat client developed in Python with the urwid library.
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 Cursed Delta with pip:
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 `curseddelta` (and `delta` alias) should be available.
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)
@@ -0,0 +1,3 @@
1
+ """ArcaneChat TUI, a Delta Chat client for the command line"""
2
+
3
+ APP_NAME = "ArcaneChat"
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.11.0'
21
- __version_tuple__ = version_tuple = (0, 11, 0)
20
+ __version__ = version = '0.11.1'
21
+ __version_tuple__ = version_tuple = (0, 11, 1)
@@ -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" Cursed Delta {__version__}"
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.0
4
- Summary: Delta Chat client for the command line
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
- # Cursed Delta
32
+ # ArcaneChat TUI
33
33
 
34
34
  [![Latest Release](https://img.shields.io/pypi/v/arcanechat-tui.svg)](https://pypi.org/project/arcanechat-tui)
35
- [![Downloads](https://pepy.tech/badge/arcanechat-tui)](https://pepy.tech/project/arcanechat-tui)
36
35
  [![License](https://img.shields.io/pypi/l/arcanechat-tui.svg)](https://pypi.org/project/arcanechat-tui)
37
36
  [![CI](https://github.com/ArcaneChat/arcanechat-tui/actions/workflows/python-ci.yml/badge.svg)](https://github.com/ArcaneChat/arcanechat-tui/actions/workflows/python-ci.yml)
38
37
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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 Cursed Delta"/>
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
- Cursed Delta is a ncurses Delta Chat client developed in Python with the urwid library.
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 Cursed Delta with pip:
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 `curseddelta` (and `delta` alias) should be available.
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 Cursed Delta with pip:
5
+ Install ArcaneChat TUI with pip:
6
6
 
7
7
  ```
8
- $ pip install -U deltachat-cursed
8
+ $ pip install -U arcanechat-tui
9
9
  ```
10
10
 
11
11
  ## Usage
12
12
 
13
- After installation the command `delta` should be available, or you can use
14
- `python3 -m deltachat-cursed`. You can check if it is installed running the command
15
- `delta --version` or `delta --help` to see all the options
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 Cursed Delta you need to configure your account:
19
+ The first time you use ArcaneChat TUI you need to configure your account:
20
20
 
21
21
  ```
22
- $ delta init me@example.com MyPassword
22
+ $ arcanechat init me@example.com MyPassword
23
23
  ```
24
24
 
25
- Then run `delta` command to start the application with your configured account.
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
- $ delta -f ~/.config/DeltaChat/
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 = "Delta Chat client for the command line"
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
@@ -1,3 +0,0 @@
1
- """Cursed Delta, a TUI Delta Chat client for the command line"""
2
-
3
- APP_NAME = "CursedDelta"
Binary file
File without changes