shellwhisper-cli 1.0.0__tar.gz → 1.0.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 (23) hide show
  1. shellwhisper_cli-1.0.1/PKG-INFO +34 -0
  2. shellwhisper_cli-1.0.1/README.md +19 -0
  3. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/pyproject.toml +1 -1
  4. shellwhisper_cli-1.0.1/src/shellwhisper_cli.egg-info/PKG-INFO +34 -0
  5. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/shellwhisper_cli.egg-info/SOURCES.txt +1 -0
  6. shellwhisper_cli-1.0.0/PKG-INFO +0 -14
  7. shellwhisper_cli-1.0.0/src/shellwhisper_cli.egg-info/PKG-INFO +0 -14
  8. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/setup.cfg +0 -0
  9. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/app.py +0 -0
  10. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/components/sidebar.py +0 -0
  11. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/events.py +0 -0
  12. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/screens/chat_screen.py +0 -0
  13. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/screens/forgot_password.py +0 -0
  14. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/screens/join_screen.py +0 -0
  15. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/screens/login.py +0 -0
  16. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/screens/private_whisper_screen.py +0 -0
  17. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/screens/room_action_screen.py +0 -0
  18. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/screens/security_screen.py +0 -0
  19. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/shellwhisper_cli.egg-info/dependency_links.txt +0 -0
  20. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/shellwhisper_cli.egg-info/entry_points.txt +0 -0
  21. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/shellwhisper_cli.egg-info/requires.txt +0 -0
  22. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/shellwhisper_cli.egg-info/top_level.txt +0 -0
  23. {shellwhisper_cli-1.0.0 → shellwhisper_cli-1.0.1}/src/utils/api_client.py +0 -0
@@ -0,0 +1,34 @@
1
+ Metadata-Version: 2.4
2
+ Name: shellwhisper-cli
3
+ Version: 1.0.1
4
+ Summary: A sleek terminal-based real-time chat client for ShellWhisper
5
+ License: MIT
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Classifier: Topic :: Communications :: Chat
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: textual>=0.50.0
13
+ Requires-Dist: requests>=2.31.0
14
+ Requires-Dist: websocket-client>=1.7.0
15
+
16
+ # ShellWhisper CLI
17
+
18
+ A sleek, lightweight, and secure terminal user interface (TUI) chat client built for developers, sysadmins, and command-line enthusiasts who value fast, distraction-free messaging.
19
+
20
+ Built completely in Python utilizing the **Textual** framework, ShellWhisper features asynchronous real-time messaging powered by cloud-routed WebSockets and STOMP signaling.
21
+
22
+ ## Core Features
23
+
24
+ * **Real-time Streaming:** Sub-second delivery of channel signals and incoming real-time whispers.
25
+ * **Granular Spaces:** Seamlessly transition between persistent group rooms and secure, sorted private message channels.
26
+ * **Terminal-Native Styling:** Gorgeous high-contrast interface themes with complete dark mode toggling built-in.
27
+ * **Command-Driven Interactivity:** Execute complex room and asset tasks directly inline via terminal-native `@` macros.
28
+
29
+ ## Installation
30
+
31
+ Install ShellWhisper globally or within a virtual environment straight from PyPI:
32
+
33
+ ```bash
34
+ pip install shellwhisper-cli
@@ -0,0 +1,19 @@
1
+ # ShellWhisper CLI
2
+
3
+ A sleek, lightweight, and secure terminal user interface (TUI) chat client built for developers, sysadmins, and command-line enthusiasts who value fast, distraction-free messaging.
4
+
5
+ Built completely in Python utilizing the **Textual** framework, ShellWhisper features asynchronous real-time messaging powered by cloud-routed WebSockets and STOMP signaling.
6
+
7
+ ## Core Features
8
+
9
+ * **Real-time Streaming:** Sub-second delivery of channel signals and incoming real-time whispers.
10
+ * **Granular Spaces:** Seamlessly transition between persistent group rooms and secure, sorted private message channels.
11
+ * **Terminal-Native Styling:** Gorgeous high-contrast interface themes with complete dark mode toggling built-in.
12
+ * **Command-Driven Interactivity:** Execute complex room and asset tasks directly inline via terminal-native `@` macros.
13
+
14
+ ## Installation
15
+
16
+ Install ShellWhisper globally or within a virtual environment straight from PyPI:
17
+
18
+ ```bash
19
+ pip install shellwhisper-cli
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "shellwhisper-cli"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "A sleek terminal-based real-time chat client for ShellWhisper"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -0,0 +1,34 @@
1
+ Metadata-Version: 2.4
2
+ Name: shellwhisper-cli
3
+ Version: 1.0.1
4
+ Summary: A sleek terminal-based real-time chat client for ShellWhisper
5
+ License: MIT
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Classifier: Topic :: Communications :: Chat
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: textual>=0.50.0
13
+ Requires-Dist: requests>=2.31.0
14
+ Requires-Dist: websocket-client>=1.7.0
15
+
16
+ # ShellWhisper CLI
17
+
18
+ A sleek, lightweight, and secure terminal user interface (TUI) chat client built for developers, sysadmins, and command-line enthusiasts who value fast, distraction-free messaging.
19
+
20
+ Built completely in Python utilizing the **Textual** framework, ShellWhisper features asynchronous real-time messaging powered by cloud-routed WebSockets and STOMP signaling.
21
+
22
+ ## Core Features
23
+
24
+ * **Real-time Streaming:** Sub-second delivery of channel signals and incoming real-time whispers.
25
+ * **Granular Spaces:** Seamlessly transition between persistent group rooms and secure, sorted private message channels.
26
+ * **Terminal-Native Styling:** Gorgeous high-contrast interface themes with complete dark mode toggling built-in.
27
+ * **Command-Driven Interactivity:** Execute complex room and asset tasks directly inline via terminal-native `@` macros.
28
+
29
+ ## Installation
30
+
31
+ Install ShellWhisper globally or within a virtual environment straight from PyPI:
32
+
33
+ ```bash
34
+ pip install shellwhisper-cli
@@ -1,3 +1,4 @@
1
+ README.md
1
2
  pyproject.toml
2
3
  src/app.py
3
4
  src/events.py
@@ -1,14 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: shellwhisper-cli
3
- Version: 1.0.0
4
- Summary: A sleek terminal-based real-time chat client for ShellWhisper
5
- License: MIT
6
- Classifier: Programming Language :: Python :: 3
7
- Classifier: License :: OSI Approved :: MIT License
8
- Classifier: Operating System :: OS Independent
9
- Classifier: Topic :: Communications :: Chat
10
- Requires-Python: >=3.10
11
- Description-Content-Type: text/markdown
12
- Requires-Dist: textual>=0.50.0
13
- Requires-Dist: requests>=2.31.0
14
- Requires-Dist: websocket-client>=1.7.0
@@ -1,14 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: shellwhisper-cli
3
- Version: 1.0.0
4
- Summary: A sleek terminal-based real-time chat client for ShellWhisper
5
- License: MIT
6
- Classifier: Programming Language :: Python :: 3
7
- Classifier: License :: OSI Approved :: MIT License
8
- Classifier: Operating System :: OS Independent
9
- Classifier: Topic :: Communications :: Chat
10
- Requires-Python: >=3.10
11
- Description-Content-Type: text/markdown
12
- Requires-Dist: textual>=0.50.0
13
- Requires-Dist: requests>=2.31.0
14
- Requires-Dist: websocket-client>=1.7.0