ChaTerminal 2.0.2__tar.gz → 2.0.3__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.
- {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/PKG-INFO +6 -6
- {chaterminal-2.0.2 → chaterminal-2.0.3}/PKG-INFO +6 -6
- {chaterminal-2.0.2 → chaterminal-2.0.3}/README.md +3 -3
- {chaterminal-2.0.2 → chaterminal-2.0.3}/setup.py +3 -3
- {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/SOURCES.txt +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/dependency_links.txt +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/entry_points.txt +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/requires.txt +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/top_level.txt +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/LICENSE +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/__init__.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/__main__.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/__init__.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/events.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/logger.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/state.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/threads.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/crypto/__init__.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/crypto/encryption.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/main.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/__init__.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/auth_service.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/firebase_service.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/message_service.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/presence_service.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/websocket_service.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/storage/__init__.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/storage/database.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/storage/session_store.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/__init__.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/console.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/panels.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/splash.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/terminal_ui.py +0 -0
- {chaterminal-2.0.2 → chaterminal-2.0.3}/setup.cfg +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ChaTerminal
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: A terminal-based encrypted chat system for MemerDevs
|
|
5
|
-
Home-page: https://github.com/
|
|
5
|
+
Home-page: https://github.com/Go4one315/ChaTerminal
|
|
6
6
|
Author: Gofaone Tlalang
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: go4one315@memerdevs.com
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
@@ -39,7 +39,7 @@ Dynamic: summary
|
|
|
39
39
|
**ChaTerminal** is the official terminal chat client for [MemerDevs](https://memerdevs.com). It lets you send end-to-end encrypted direct messages to other MemerDevs users from your terminal.
|
|
40
40
|
|
|
41
41
|

|
|
42
|
-

|
|
43
43
|

|
|
44
44
|

|
|
45
45
|
|
|
@@ -136,7 +136,7 @@ Type a command and press **Enter**.
|
|
|
136
136
|
Examples:
|
|
137
137
|
|
|
138
138
|
```text
|
|
139
|
-
> /dm
|
|
139
|
+
> /dm go4one315 Hey, are you online?
|
|
140
140
|
```
|
|
141
141
|
|
|
142
142
|
```text
|
|
@@ -227,7 +227,7 @@ This project is proprietary. See `LICENSE` for more info.
|
|
|
227
227
|
## Author
|
|
228
228
|
|
|
229
229
|
**Gofaone Tlalang**
|
|
230
|
-
GitHub: [@
|
|
230
|
+
GitHub: [@Go4one315](https://github.com/Go4one315)
|
|
231
231
|
|
|
232
232
|
---
|
|
233
233
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ChaTerminal
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: A terminal-based encrypted chat system for MemerDevs
|
|
5
|
-
Home-page: https://github.com/
|
|
5
|
+
Home-page: https://github.com/Go4one315/ChaTerminal
|
|
6
6
|
Author: Gofaone Tlalang
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: go4one315@memerdevs.com
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
@@ -39,7 +39,7 @@ Dynamic: summary
|
|
|
39
39
|
**ChaTerminal** is the official terminal chat client for [MemerDevs](https://memerdevs.com). It lets you send end-to-end encrypted direct messages to other MemerDevs users from your terminal.
|
|
40
40
|
|
|
41
41
|

|
|
42
|
-

|
|
43
43
|

|
|
44
44
|

|
|
45
45
|
|
|
@@ -136,7 +136,7 @@ Type a command and press **Enter**.
|
|
|
136
136
|
Examples:
|
|
137
137
|
|
|
138
138
|
```text
|
|
139
|
-
> /dm
|
|
139
|
+
> /dm go4one315 Hey, are you online?
|
|
140
140
|
```
|
|
141
141
|
|
|
142
142
|
```text
|
|
@@ -227,7 +227,7 @@ This project is proprietary. See `LICENSE` for more info.
|
|
|
227
227
|
## Author
|
|
228
228
|
|
|
229
229
|
**Gofaone Tlalang**
|
|
230
|
-
GitHub: [@
|
|
230
|
+
GitHub: [@Go4one315](https://github.com/Go4one315)
|
|
231
231
|
|
|
232
232
|
---
|
|
233
233
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
**ChaTerminal** is the official terminal chat client for [MemerDevs](https://memerdevs.com). It lets you send end-to-end encrypted direct messages to other MemerDevs users from your terminal.
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
|
|
@@ -100,7 +100,7 @@ Type a command and press **Enter**.
|
|
|
100
100
|
Examples:
|
|
101
101
|
|
|
102
102
|
```text
|
|
103
|
-
> /dm
|
|
103
|
+
> /dm go4one315 Hey, are you online?
|
|
104
104
|
```
|
|
105
105
|
|
|
106
106
|
```text
|
|
@@ -191,7 +191,7 @@ This project is proprietary. See `LICENSE` for more info.
|
|
|
191
191
|
## Author
|
|
192
192
|
|
|
193
193
|
**Gofaone Tlalang**
|
|
194
|
-
GitHub: [@
|
|
194
|
+
GitHub: [@Go4one315](https://github.com/Go4one315)
|
|
195
195
|
|
|
196
196
|
---
|
|
197
197
|
|
|
@@ -6,13 +6,13 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8")
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name="ChaTerminal",
|
|
9
|
-
version="2.0.
|
|
9
|
+
version="2.0.3",
|
|
10
10
|
author="Gofaone Tlalang",
|
|
11
|
-
author_email="
|
|
11
|
+
author_email="go4one315@memerdevs.com",
|
|
12
12
|
description="A terminal-based encrypted chat system for MemerDevs",
|
|
13
13
|
long_description=long_description,
|
|
14
14
|
long_description_content_type="text/markdown",
|
|
15
|
-
url="https://github.com/
|
|
15
|
+
url="https://github.com/Go4one315/ChaTerminal",
|
|
16
16
|
packages=find_packages(),
|
|
17
17
|
entry_points={
|
|
18
18
|
"console_scripts": [
|
|
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
|
|
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
|