session-python 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 (18) hide show
  1. {session_python-1.0.0/session_python.egg-info → session_python-1.0.1}/PKG-INFO +3 -3
  2. {session_python-1.0.0 → session_python-1.0.1}/README.md +2 -2
  3. {session_python-1.0.0 → session_python-1.0.1}/pyproject.toml +1 -1
  4. {session_python-1.0.0 → session_python-1.0.1/session_python.egg-info}/PKG-INFO +3 -3
  5. {session_python-1.0.0 → session_python-1.0.1}/LICENSE +0 -0
  6. {session_python-1.0.0 → session_python-1.0.1}/session_python/__init__.py +0 -0
  7. {session_python-1.0.0 → session_python-1.0.1}/session_python/client.py +0 -0
  8. {session_python-1.0.0 → session_python-1.0.1}/session_python/crypto.py +0 -0
  9. {session_python-1.0.0 → session_python-1.0.1}/session_python/mnemonic.py +0 -0
  10. {session_python-1.0.0 → session_python-1.0.1}/session_python/network.py +0 -0
  11. {session_python-1.0.0 → session_python-1.0.1}/session_python/polling.py +0 -0
  12. {session_python-1.0.0 → session_python-1.0.1}/session_python/protobuf/__init__.py +0 -0
  13. {session_python-1.0.0 → session_python-1.0.1}/session_python/protobuf/signalservice_pb2.py +0 -0
  14. {session_python-1.0.0 → session_python-1.0.1}/session_python.egg-info/SOURCES.txt +0 -0
  15. {session_python-1.0.0 → session_python-1.0.1}/session_python.egg-info/dependency_links.txt +0 -0
  16. {session_python-1.0.0 → session_python-1.0.1}/session_python.egg-info/requires.txt +0 -0
  17. {session_python-1.0.0 → session_python-1.0.1}/session_python.egg-info/top_level.txt +0 -0
  18. {session_python-1.0.0 → session_python-1.0.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: session-python
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A pure Python implementation of the Session Messenger protocol client
5
5
  Author-email: Towux <towux@users.noreply.github.com>
6
6
  Project-URL: Homepage, https://github.com/towux/session-python
@@ -51,10 +51,10 @@ This library is a 1-to-1 port of the official `@session.js` (Bun) client modules
51
51
 
52
52
  ## 📦 Installation
53
53
 
54
- To install `session-python` along with its dependencies:
54
+ To install `session-python`:
55
55
 
56
56
  ```bash
57
- pip install pynacl cryptography protobuf requests pysocks
57
+ pip install session-python
58
58
  ```
59
59
 
60
60
  ---
@@ -29,10 +29,10 @@ This library is a 1-to-1 port of the official `@session.js` (Bun) client modules
29
29
 
30
30
  ## 📦 Installation
31
31
 
32
- To install `session-python` along with its dependencies:
32
+ To install `session-python`:
33
33
 
34
34
  ```bash
35
- pip install pynacl cryptography protobuf requests pysocks
35
+ pip install session-python
36
36
  ```
37
37
 
38
38
  ---
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "session-python"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "A pure Python implementation of the Session Messenger protocol client"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: session-python
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A pure Python implementation of the Session Messenger protocol client
5
5
  Author-email: Towux <towux@users.noreply.github.com>
6
6
  Project-URL: Homepage, https://github.com/towux/session-python
@@ -51,10 +51,10 @@ This library is a 1-to-1 port of the official `@session.js` (Bun) client modules
51
51
 
52
52
  ## 📦 Installation
53
53
 
54
- To install `session-python` along with its dependencies:
54
+ To install `session-python`:
55
55
 
56
56
  ```bash
57
- pip install pynacl cryptography protobuf requests pysocks
57
+ pip install session-python
58
58
  ```
59
59
 
60
60
  ---
File without changes
File without changes