wnox 0.1.0__tar.gz → 0.3.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {wnox-0.1.0 → wnox-0.3.0}/PKG-INFO +2 -8
- {wnox-0.1.0 → wnox-0.3.0}/pyproject.toml +3 -3
- {wnox-0.1.0 → wnox-0.3.0}/setup.py +2 -2
- {wnox-0.1.0 → wnox-0.3.0}/wnox.egg-info/PKG-INFO +2 -8
- wnox-0.3.0/wnox.egg-info/requires.txt +2 -0
- wnox-0.1.0/wnox.egg-info/requires.txt +0 -8
- {wnox-0.1.0 → wnox-0.3.0}/LICENSE.txt +0 -0
- {wnox-0.1.0 → wnox-0.3.0}/README.md +0 -0
- {wnox-0.1.0 → wnox-0.3.0}/setup.cfg +0 -0
- {wnox-0.1.0 → wnox-0.3.0}/wnox/__init__.py +0 -0
- {wnox-0.1.0 → wnox-0.3.0}/wnox.egg-info/SOURCES.txt +0 -0
- {wnox-0.1.0 → wnox-0.3.0}/wnox.egg-info/dependency_links.txt +0 -0
- {wnox-0.1.0 → wnox-0.3.0}/wnox.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: wnox
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.0
|
4
4
|
Summary: A short description of your package
|
5
5
|
Home-page: https://github.com/arminkardan/pywnox
|
6
6
|
Author: Ethan (Armin) Cardan
|
@@ -9,17 +9,11 @@ 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
|
+
Requires-Python: >=3.12
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
License-File: LICENSE.txt
|
15
|
-
Requires-Dist: asyncio
|
16
|
-
Requires-Dist: nest_asyncio
|
17
|
-
Requires-Dist: logging
|
18
15
|
Requires-Dist: slixmpp
|
19
|
-
Requires-Dist: ssl
|
20
16
|
Requires-Dist: bson
|
21
|
-
Requires-Dist: json
|
22
|
-
Requires-Dist: requests
|
23
17
|
Dynamic: author
|
24
18
|
Dynamic: home-page
|
25
19
|
Dynamic: requires-python
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "wnox"
|
7
|
-
version = "0.
|
7
|
+
version = "0.3.0"
|
8
8
|
authors = [{ name = "Ethan (Armin) Cardan", email = "armin.fire@gmail.com" }]
|
9
9
|
description = "A short description of your package"
|
10
10
|
readme = "README.md"
|
11
11
|
license = { file = "LICENSE" }
|
12
|
-
dependencies = ["
|
13
|
-
requires-python = ">=3.
|
12
|
+
dependencies = ["slixmpp","bson"]
|
13
|
+
requires-python = ">=3.12"
|
14
14
|
classifiers = [
|
15
15
|
"Programming Language :: Python :: 3",
|
16
16
|
"License :: OSI Approved :: MIT License",
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="wnox",
|
5
|
-
version="0.
|
5
|
+
version="0.3.0",
|
6
6
|
packages=find_packages(),
|
7
7
|
install_requires=[],
|
8
8
|
author="Ethan (Armin) Cardan",
|
@@ -16,5 +16,5 @@ setup(
|
|
16
16
|
"License :: OSI Approved :: MIT License",
|
17
17
|
"Operating System :: OS Independent",
|
18
18
|
],
|
19
|
-
python_requires=">=3.
|
19
|
+
python_requires=">=3.12",
|
20
20
|
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: wnox
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.0
|
4
4
|
Summary: A short description of your package
|
5
5
|
Home-page: https://github.com/arminkardan/pywnox
|
6
6
|
Author: Ethan (Armin) Cardan
|
@@ -9,17 +9,11 @@ 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
|
+
Requires-Python: >=3.12
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
License-File: LICENSE.txt
|
15
|
-
Requires-Dist: asyncio
|
16
|
-
Requires-Dist: nest_asyncio
|
17
|
-
Requires-Dist: logging
|
18
15
|
Requires-Dist: slixmpp
|
19
|
-
Requires-Dist: ssl
|
20
16
|
Requires-Dist: bson
|
21
|
-
Requires-Dist: json
|
22
|
-
Requires-Dist: requests
|
23
17
|
Dynamic: author
|
24
18
|
Dynamic: home-page
|
25
19
|
Dynamic: requires-python
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|