pylookyloo 1.32.1__tar.gz → 1.34.0__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.
Potentially problematic release.
This version of pylookyloo might be problematic. Click here for more details.
- {pylookyloo-1.32.1 → pylookyloo-1.34.0}/PKG-INFO +7 -7
- {pylookyloo-1.32.1 → pylookyloo-1.34.0}/pyproject.toml +5 -5
- {pylookyloo-1.32.1 → pylookyloo-1.34.0}/LICENSE +0 -0
- {pylookyloo-1.32.1 → pylookyloo-1.34.0}/README.md +0 -0
- {pylookyloo-1.32.1 → pylookyloo-1.34.0}/pylookyloo/__init__.py +0 -0
- {pylookyloo-1.32.1 → pylookyloo-1.34.0}/pylookyloo/api.py +0 -0
- {pylookyloo-1.32.1 → pylookyloo-1.34.0}/pylookyloo/py.typed +0 -0
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pylookyloo
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.34.0
|
|
4
4
|
Summary: Python CLI and module for Lookyloo
|
|
5
|
-
License: GPL-2.0-or-later
|
|
5
|
+
License-Expression: GPL-2.0-or-later
|
|
6
|
+
License-File: LICENSE
|
|
6
7
|
Author: Raphaël Vinot
|
|
7
8
|
Author-email: raphael.vinot@circl.lu
|
|
8
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10
|
|
9
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
11
|
Classifier: Environment :: Console
|
|
11
12
|
Classifier: Intended Audience :: Information Technology
|
|
12
13
|
Classifier: Intended Audience :: Science/Research
|
|
13
14
|
Classifier: Intended Audience :: Telecommunications Industry
|
|
14
|
-
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
|
15
15
|
Classifier: Operating System :: POSIX :: Linux
|
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
22
22
|
Classifier: Topic :: Internet
|
|
23
23
|
Classifier: Topic :: Security
|
|
24
24
|
Provides-Extra: docs
|
|
25
25
|
Provides-Extra: examples
|
|
26
26
|
Requires-Dist: Sphinx (>=8.2.3) ; (python_version >= "3.11") and (extra == "docs")
|
|
27
|
-
Requires-Dist: pylacus (>=1.
|
|
27
|
+
Requires-Dist: pylacus (>=1.19.0) ; extra == "examples"
|
|
28
28
|
Requires-Dist: requests (>=2.32.5)
|
|
29
29
|
Project-URL: Documentation, https://pylookyloo.readthedocs.io/en/latest/
|
|
30
30
|
Project-URL: Repository, https://github.com/lookyloo/PyLookyloo
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pylookyloo"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.34.0"
|
|
4
4
|
description = "Python CLI and module for Lookyloo"
|
|
5
5
|
authors = [
|
|
6
6
|
{name="Raphaël Vinot", email="raphael.vinot@circl.lu"}
|
|
7
7
|
]
|
|
8
8
|
license = "GPL-2.0-or-later"
|
|
9
9
|
readme = "README.md"
|
|
10
|
-
requires-python = ">=3.
|
|
10
|
+
requires-python = ">=3.10"
|
|
11
11
|
|
|
12
12
|
dynamic = [ "classifiers" ]
|
|
13
13
|
|
|
@@ -37,11 +37,11 @@ lookyloo = 'pylookyloo:main'
|
|
|
37
37
|
|
|
38
38
|
[project.optional-dependencies]
|
|
39
39
|
docs = ["Sphinx (>=8.2.3) ; python_version >= \"3.11\""]
|
|
40
|
-
examples = ["pylacus (>=1.
|
|
40
|
+
examples = ["pylacus (>=1.19.0)"]
|
|
41
41
|
|
|
42
42
|
[tool.poetry.group.dev.dependencies]
|
|
43
|
-
mypy = "^1.
|
|
44
|
-
types-requests = "^2.32.4.
|
|
43
|
+
mypy = "^1.18.2"
|
|
44
|
+
types-requests = "^2.32.4.20250913"
|
|
45
45
|
pytest = "^8.4.2"
|
|
46
46
|
|
|
47
47
|
[build-system]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|