pylego 0.1.1__tar.gz → 0.1.3__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.
- {pylego-0.1.1 → pylego-0.1.3}/PKG-INFO +5 -3
- {pylego-0.1.1 → pylego-0.1.3}/pyproject.toml +2 -6
- pylego-0.1.3/src/pylego/__init__.py +1 -0
- {pylego-0.1.1 → pylego-0.1.3}/src/pylego/lego.so +0 -0
- {pylego-0.1.1 → pylego-0.1.3}/src/pylego.egg-info/PKG-INFO +5 -3
- pylego-0.1.1/src/pylego/__init__.py +0 -1
- {pylego-0.1.1 → pylego-0.1.3}/LICENSE +0 -0
- {pylego-0.1.1 → pylego-0.1.3}/README.md +0 -0
- {pylego-0.1.1 → pylego-0.1.3}/setup.cfg +0 -0
- {pylego-0.1.1 → pylego-0.1.3}/setup.py +0 -0
- {pylego-0.1.1 → pylego-0.1.3}/src/pylego/pylego.py +0 -0
- {pylego-0.1.1 → pylego-0.1.3}/src/pylego.egg-info/SOURCES.txt +0 -0
- {pylego-0.1.1 → pylego-0.1.3}/src/pylego.egg-info/dependency_links.txt +0 -0
- {pylego-0.1.1 → pylego-0.1.3}/src/pylego.egg-info/requires.txt +0 -0
- {pylego-0.1.1 → pylego-0.1.3}/src/pylego.egg-info/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pylego
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: A python wrapper package for the lego application written in Golang
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: Canonical <telco-engineers@lists.canonical.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/canonical/pylego
|
|
7
7
|
Project-URL: Issues, https://github.com/canonical/pylego/issues
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -10,8 +10,10 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: >=3.8
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
|
-
Provides-Extra: test
|
|
14
13
|
License-File: LICENSE
|
|
14
|
+
Provides-Extra: test
|
|
15
|
+
Requires-Dist: pytest; extra == "test"
|
|
16
|
+
Requires-Dist: ruff; extra == "test"
|
|
15
17
|
|
|
16
18
|
# pylego
|
|
17
19
|
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pylego"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.3"
|
|
4
4
|
authors = [
|
|
5
|
-
{ name="
|
|
6
|
-
{ name="Kayra Gemalmaz", email="kayra.gemalmaz@canonical.com" },
|
|
7
|
-
{ name="Daniel Arndt", email="daniel.arndt@canonical.com" },
|
|
8
|
-
{ name="Guillaume Belanger", email="guillaume.belanger@canonical.com" },
|
|
9
|
-
{ name="Yazan Salti", email="yazan.salti@canonical.com" },
|
|
5
|
+
{ name="Canonical", email="telco-engineers@lists.canonical.com" },
|
|
10
6
|
]
|
|
11
7
|
description = "A python wrapper package for the lego application written in Golang"
|
|
12
8
|
readme = "README.md"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .pylego import LEGOError, LEGOResponse, run_lego_command # noqa: F401, D104
|
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pylego
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: A python wrapper package for the lego application written in Golang
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: Canonical <telco-engineers@lists.canonical.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/canonical/pylego
|
|
7
7
|
Project-URL: Issues, https://github.com/canonical/pylego/issues
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -10,8 +10,10 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: >=3.8
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
|
-
Provides-Extra: test
|
|
14
13
|
License-File: LICENSE
|
|
14
|
+
Provides-Extra: test
|
|
15
|
+
Requires-Dist: pytest; extra == "test"
|
|
16
|
+
Requires-Dist: ruff; extra == "test"
|
|
15
17
|
|
|
16
18
|
# pylego
|
|
17
19
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
from .pylego import run_lego_command # noqa: F401, D104
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|