stealth-message-cli 0.1.3__tar.gz → 0.1.4__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 (25) hide show
  1. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/PKG-INFO +2 -2
  2. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/README.md +1 -1
  3. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/pyproject.toml +1 -1
  4. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_message_cli.egg-info/PKG-INFO +2 -2
  5. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/setup.cfg +0 -0
  6. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/__init__.py +0 -0
  7. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/__main__.py +0 -0
  8. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/config.py +0 -0
  9. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/crypto/__init__.py +0 -0
  10. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/crypto/keys.py +0 -0
  11. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/crypto/messages.py +0 -0
  12. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/exceptions.py +0 -0
  13. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/network/__init__.py +0 -0
  14. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/network/client.py +0 -0
  15. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/network/server.py +0 -0
  16. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/ui/__init__.py +0 -0
  17. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/ui/chat.py +0 -0
  18. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_cli/ui/setup.py +0 -0
  19. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_message_cli.egg-info/SOURCES.txt +0 -0
  20. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_message_cli.egg-info/dependency_links.txt +0 -0
  21. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_message_cli.egg-info/entry_points.txt +0 -0
  22. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_message_cli.egg-info/requires.txt +0 -0
  23. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/stealth_message_cli.egg-info/top_level.txt +0 -0
  24. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/tests/test_crypto.py +0 -0
  25. {stealth_message_cli-0.1.3 → stealth_message_cli-0.1.4}/tests/test_network.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stealth-message-cli
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Terminal client for stealth-message — end-to-end encrypted PGP chat
5
5
  License: GPL-3.0-only
6
6
  Project-URL: Homepage, https://syberiancode.com/stealth-message
@@ -69,4 +69,4 @@ stealth-cli
69
69
 
70
70
  ## License
71
71
 
72
- GPL-3.0. See [LICENSE](https://github.com/syberiancode/stealth-message/blob/main/LICENSE).
72
+ GPL-3.0. See [LICENSE](https://github.com/Shorlo/stealth-message/blob/main/LICENSE).
@@ -37,4 +37,4 @@ stealth-cli
37
37
 
38
38
  ## License
39
39
 
40
- GPL-3.0. See [LICENSE](https://github.com/syberiancode/stealth-message/blob/main/LICENSE).
40
+ GPL-3.0. See [LICENSE](https://github.com/Shorlo/stealth-message/blob/main/LICENSE).
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "stealth-message-cli"
7
- version = "0.1.3"
7
+ version = "0.1.4"
8
8
  description = "Terminal client for stealth-message — end-to-end encrypted PGP chat"
9
9
  readme = {file = "README.md", content-type = "text/markdown"}
10
10
  license = {text = "GPL-3.0-only"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stealth-message-cli
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Terminal client for stealth-message — end-to-end encrypted PGP chat
5
5
  License: GPL-3.0-only
6
6
  Project-URL: Homepage, https://syberiancode.com/stealth-message
@@ -69,4 +69,4 @@ stealth-cli
69
69
 
70
70
  ## License
71
71
 
72
- GPL-3.0. See [LICENSE](https://github.com/syberiancode/stealth-message/blob/main/LICENSE).
72
+ GPL-3.0. See [LICENSE](https://github.com/Shorlo/stealth-message/blob/main/LICENSE).