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.
Files changed (35) hide show
  1. {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/PKG-INFO +6 -6
  2. {chaterminal-2.0.2 → chaterminal-2.0.3}/PKG-INFO +6 -6
  3. {chaterminal-2.0.2 → chaterminal-2.0.3}/README.md +3 -3
  4. {chaterminal-2.0.2 → chaterminal-2.0.3}/setup.py +3 -3
  5. {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/SOURCES.txt +0 -0
  6. {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/dependency_links.txt +0 -0
  7. {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/entry_points.txt +0 -0
  8. {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/requires.txt +0 -0
  9. {chaterminal-2.0.2 → chaterminal-2.0.3}/ChaTerminal.egg-info/top_level.txt +0 -0
  10. {chaterminal-2.0.2 → chaterminal-2.0.3}/LICENSE +0 -0
  11. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/__init__.py +0 -0
  12. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/__main__.py +0 -0
  13. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/__init__.py +0 -0
  14. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/events.py +0 -0
  15. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/logger.py +0 -0
  16. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/state.py +0 -0
  17. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/core/threads.py +0 -0
  18. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/crypto/__init__.py +0 -0
  19. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/crypto/encryption.py +0 -0
  20. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/main.py +0 -0
  21. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/__init__.py +0 -0
  22. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/auth_service.py +0 -0
  23. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/firebase_service.py +0 -0
  24. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/message_service.py +0 -0
  25. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/presence_service.py +0 -0
  26. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/services/websocket_service.py +0 -0
  27. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/storage/__init__.py +0 -0
  28. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/storage/database.py +0 -0
  29. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/storage/session_store.py +0 -0
  30. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/__init__.py +0 -0
  31. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/console.py +0 -0
  32. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/panels.py +0 -0
  33. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/splash.py +0 -0
  34. {chaterminal-2.0.2 → chaterminal-2.0.3}/chaterminal/ui/terminal_ui.py +0 -0
  35. {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.2
3
+ Version: 2.0.3
4
4
  Summary: A terminal-based encrypted chat system for MemerDevs
5
- Home-page: https://github.com/Gofaone315/ChaTerminal
5
+ Home-page: https://github.com/Go4one315/ChaTerminal
6
6
  Author: Gofaone Tlalang
7
- Author-email: gofaone315@memerdevs.com
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
  ![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)
42
- ![License](https://img.shields.io/github/license/Gofaone315/ChaTerminal)
42
+ ![License](https://img.shields.io/github/license/Go4one315/ChaTerminal)
43
43
  ![Platform](https://img.shields.io/badge/Platform-Terminal-informational)
44
44
  ![Version](https://img.shields.io/badge/Version-2.0.2-brightgreen)
45
45
 
@@ -136,7 +136,7 @@ Type a command and press **Enter**.
136
136
  Examples:
137
137
 
138
138
  ```text
139
- > /dm gofaone315 Hey, are you online?
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: [@Gofaone315](https://github.com/Gofaone315)
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.2
3
+ Version: 2.0.3
4
4
  Summary: A terminal-based encrypted chat system for MemerDevs
5
- Home-page: https://github.com/Gofaone315/ChaTerminal
5
+ Home-page: https://github.com/Go4one315/ChaTerminal
6
6
  Author: Gofaone Tlalang
7
- Author-email: gofaone315@memerdevs.com
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
  ![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)
42
- ![License](https://img.shields.io/github/license/Gofaone315/ChaTerminal)
42
+ ![License](https://img.shields.io/github/license/Go4one315/ChaTerminal)
43
43
  ![Platform](https://img.shields.io/badge/Platform-Terminal-informational)
44
44
  ![Version](https://img.shields.io/badge/Version-2.0.2-brightgreen)
45
45
 
@@ -136,7 +136,7 @@ Type a command and press **Enter**.
136
136
  Examples:
137
137
 
138
138
  ```text
139
- > /dm gofaone315 Hey, are you online?
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: [@Gofaone315](https://github.com/Gofaone315)
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
  ![Python](https://img.shields.io/badge/Python-3.10+-blue.svg)
6
- ![License](https://img.shields.io/github/license/Gofaone315/ChaTerminal)
6
+ ![License](https://img.shields.io/github/license/Go4one315/ChaTerminal)
7
7
  ![Platform](https://img.shields.io/badge/Platform-Terminal-informational)
8
8
  ![Version](https://img.shields.io/badge/Version-2.0.2-brightgreen)
9
9
 
@@ -100,7 +100,7 @@ Type a command and press **Enter**.
100
100
  Examples:
101
101
 
102
102
  ```text
103
- > /dm gofaone315 Hey, are you online?
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: [@Gofaone315](https://github.com/Gofaone315)
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.2",
9
+ version="2.0.3",
10
10
  author="Gofaone Tlalang",
11
- author_email="gofaone315@memerdevs.com",
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/Gofaone315/ChaTerminal",
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