pyrogram-client 0.0.13__tar.gz → 0.0.13.dev0__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. {pyrogram_client-0.0.13/pyrogram_client.egg-info → pyrogram_client-0.0.13.dev0}/PKG-INFO +2 -2
  2. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyproject.toml +1 -1
  3. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0/pyrogram_client.egg-info}/PKG-INFO +2 -2
  4. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyrogram_client.egg-info/requires.txt +1 -1
  5. pyrogram_client-0.0.13.dev0/pyrogram_client.egg-info/scm_version.json +8 -0
  6. pyrogram_client-0.0.13/pyrogram_client.egg-info/scm_version.json +0 -8
  7. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/.env.sample +0 -0
  8. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/.gitignore +0 -0
  9. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/.pre-commit-config.yaml +0 -0
  10. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/makefile +0 -0
  11. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyro_client/client/base.py +0 -0
  12. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyro_client/client/bot.py +0 -0
  13. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyro_client/client/dc.json +0 -0
  14. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyro_client/client/file.py +0 -0
  15. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyro_client/client/filler.py +0 -0
  16. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyro_client/client/user.py +0 -0
  17. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyro_client/loader.py +0 -0
  18. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyro_client/storage.py +0 -0
  19. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyrogram_client.egg-info/SOURCES.txt +0 -0
  20. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyrogram_client.egg-info/dependency_links.txt +0 -0
  21. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyrogram_client.egg-info/scm_file_list.json +0 -0
  22. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/pyrogram_client.egg-info/top_level.txt +0 -0
  23. {pyrogram_client-0.0.13 → pyrogram_client-0.0.13.dev0}/setup.cfg +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrogram-client
3
- Version: 0.0.13
3
+ Version: 0.0.13.dev0
4
4
  Author-email: Mike Artemiev <mixartemev@gmail.com>
5
5
  Project-URL: Homepage, https://gitlab.com/XyncNet/pyro-client
6
6
  Project-URL: Repository, https://gitlab.com/XyncNet/pyro-client
7
7
  Requires-Python: >=3.11
8
- Requires-Dist: xn-pyrogram>=2.2.24
8
+ Requires-Dist: xn-pyrogram>=2.2.23
9
9
  Requires-Dist: tgcrypto
10
10
  Requires-Dist: xn-auth
11
11
  Provides-Extra: dev
@@ -7,7 +7,7 @@ authors = [
7
7
  dynamic = ["version"]
8
8
 
9
9
  dependencies = [
10
- "xn-pyrogram>=2.2.24",
10
+ "xn-pyrogram>=2.2.23",
11
11
  "tgcrypto",
12
12
  "xn-auth",
13
13
  ]
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrogram-client
3
- Version: 0.0.13
3
+ Version: 0.0.13.dev0
4
4
  Author-email: Mike Artemiev <mixartemev@gmail.com>
5
5
  Project-URL: Homepage, https://gitlab.com/XyncNet/pyro-client
6
6
  Project-URL: Repository, https://gitlab.com/XyncNet/pyro-client
7
7
  Requires-Python: >=3.11
8
- Requires-Dist: xn-pyrogram>=2.2.24
8
+ Requires-Dist: xn-pyrogram>=2.2.23
9
9
  Requires-Dist: tgcrypto
10
10
  Requires-Dist: xn-auth
11
11
  Provides-Extra: dev
@@ -1,4 +1,4 @@
1
- xn-pyrogram>=2.2.24
1
+ xn-pyrogram>=2.2.23
2
2
  tgcrypto
3
3
  xn-auth
4
4
 
@@ -0,0 +1,8 @@
1
+ {
2
+ "tag": "0.0.12",
3
+ "distance": 0,
4
+ "node": "g87a7de98047245c8ce86245dbe63fd4a1b496378",
5
+ "dirty": true,
6
+ "branch": "main",
7
+ "node_date": "2026-06-23"
8
+ }
@@ -1,8 +0,0 @@
1
- {
2
- "tag": "0.0.13",
3
- "distance": 0,
4
- "node": "g63537a1d01b1ac382662c06e29e344fa63712f6b",
5
- "dirty": false,
6
- "branch": "main",
7
- "node_date": "2026-06-23"
8
- }