wnox 0.6.0__py3-none-any.whl → 0.7.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
wnox/__init__.py CHANGED
@@ -103,7 +103,8 @@ class WSX(ClientXMPP, EventEmitter):
103
103
  if "api" in json_data:
104
104
  data = {key: val for key, val in json_data.items() if key != "api"}
105
105
  data = {key: val for key, val in data.items() if key != "mid"}
106
-
106
+ data["from"] = from_jid
107
+
107
108
  if True or len(user_uid) == 24 and ObjectId.is_valid(user_uid):
108
109
  result = await self.emit(json_data["api"], data)
109
110
  if result == None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: wnox
3
- Version: 0.6.0
3
+ Version: 0.7.0
4
4
  Summary: QE nexus client.
5
5
  Home-page: https://github.com/arminkardan/pywnox
6
6
  Author: Ethan (Armin) Cardan
@@ -9,7 +9,7 @@ Project-URL: homepage, https://github.com/arminkardan/pywnox
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.12
12
+ Requires-Python: >=3.11
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE.txt
15
15
  Requires-Dist: slixmpp
@@ -19,3 +19,13 @@ Dynamic: home-page
19
19
  Dynamic: requires-python
20
20
 
21
21
  QE nexus client.
22
+
23
+ How to upload to PyPi:
24
+
25
+ pip install build
26
+ pip install twine
27
+
28
+ python -m build
29
+ twine upload dist/*
30
+
31
+ pip install --upgrade --force-reinstall wnox
@@ -0,0 +1,6 @@
1
+ wnox/__init__.py,sha256=0A8ZDb2AIEno90-9dYpcgWrbBfObb6PJ1xotKJFbs-g,8315
2
+ wnox-0.7.0.dist-info/LICENSE.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ wnox-0.7.0.dist-info/METADATA,sha256=I-B2nqRwQCDlNJdPbnG4L2XXR-zZh813VyojTDGYHIM,805
4
+ wnox-0.7.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ wnox-0.7.0.dist-info/top_level.txt,sha256=Xm9SC1bx_o6zjvo2FI-3QiZX2PZ_0UBQkGlvfYsnkwc,5
6
+ wnox-0.7.0.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- wnox/__init__.py,sha256=_M92Wza8dl4QeQWdM0ckRtphgyfZs9g4DqwwvgSvOKI,8234
2
- wnox-0.6.0.dist-info/LICENSE.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- wnox-0.6.0.dist-info/METADATA,sha256=3VPUC3E6hDdGOyBcxN0zYBd1qcbGEOldbTsCCk913MA,651
4
- wnox-0.6.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
- wnox-0.6.0.dist-info/top_level.txt,sha256=Xm9SC1bx_o6zjvo2FI-3QiZX2PZ_0UBQkGlvfYsnkwc,5
6
- wnox-0.6.0.dist-info/RECORD,,
File without changes