xaal.lib 0.7.13__tar.gz → 0.7.15__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.
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/PKG-INFO +2 -2
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/pyproject.toml +5 -2
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/aioengine.py +1 -1
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal.lib.egg-info/PKG-INFO +2 -2
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/README.rst +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/setup.cfg +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/tests/test_bindings.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/tests/test_cbor.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/tests/test_device.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/tests/test_engine.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/tests/test_message.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/tests/test_tools.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/__init__.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/__init__.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/__main__.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/aiohelpers.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/aionetwork.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/bindings.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/cbor.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/config.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/core.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/devices.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/engine.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/exceptions.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/helpers.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/messages.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/network.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/test.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal/lib/tools.py +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal.lib.egg-info/SOURCES.txt +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal.lib.egg-info/dependency_links.txt +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal.lib.egg-info/requires.txt +0 -0
- {xaal_lib-0.7.13 → xaal_lib-0.7.15}/xaal.lib.egg-info/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xaal.lib
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.15
|
|
4
4
|
Summary: Official Python stack for xAAL protocol
|
|
5
5
|
Author-email: Jerome Kerdreux <Jerome.Kerdreux@imt-atlantique.fr>
|
|
6
|
-
License: GPL
|
|
6
|
+
License-Expression: GPL-3.0-or-later
|
|
7
7
|
Project-URL: Homepage, https://gitlab.imt-atlantique.fr/xaal/code/python/-/blob/main/packages.rst
|
|
8
8
|
Project-URL: Documentation, https://gitlab.imt-atlantique.fr/xaal/code/python/-/blob/main/libs/lib/README.rst
|
|
9
9
|
Project-URL: Source, https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/libs/lib
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "xaal.lib"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.15"
|
|
4
4
|
description = "Official Python stack for xAAL protocol"
|
|
5
5
|
readme = "README.rst"
|
|
6
6
|
authors = [
|
|
7
7
|
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
|
|
8
8
|
]
|
|
9
|
-
license =
|
|
9
|
+
license = "GPL-3.0-or-later"
|
|
10
10
|
classifiers = [
|
|
11
11
|
"Programming Language :: Python",
|
|
12
12
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
@@ -24,6 +24,9 @@ dependencies = [
|
|
|
24
24
|
'aioconsole',
|
|
25
25
|
]
|
|
26
26
|
|
|
27
|
+
[tool.setuptools.packages.find]
|
|
28
|
+
include = ["xaal*"]
|
|
29
|
+
namespaces = true
|
|
27
30
|
|
|
28
31
|
[project.urls]
|
|
29
32
|
Homepage = "https://gitlab.imt-atlantique.fr/xaal/code/python/-/blob/main/packages.rst"
|
|
@@ -185,7 +185,7 @@ class AsyncEngine(core.EngineMixin):
|
|
|
185
185
|
def get_loop(self) -> asyncio.AbstractEventLoop:
|
|
186
186
|
if self._loop is None:
|
|
187
187
|
logger.debug("New event loop")
|
|
188
|
-
self._loop = asyncio.
|
|
188
|
+
self._loop = asyncio.new_event_loop()
|
|
189
189
|
return self._loop
|
|
190
190
|
|
|
191
191
|
def new_task(self, coro: Any, name: Optional[str] = None) -> asyncio.Task:
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xaal.lib
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.15
|
|
4
4
|
Summary: Official Python stack for xAAL protocol
|
|
5
5
|
Author-email: Jerome Kerdreux <Jerome.Kerdreux@imt-atlantique.fr>
|
|
6
|
-
License: GPL
|
|
6
|
+
License-Expression: GPL-3.0-or-later
|
|
7
7
|
Project-URL: Homepage, https://gitlab.imt-atlantique.fr/xaal/code/python/-/blob/main/packages.rst
|
|
8
8
|
Project-URL: Documentation, https://gitlab.imt-atlantique.fr/xaal/code/python/-/blob/main/libs/lib/README.rst
|
|
9
9
|
Project-URL: Source, https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/libs/lib
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|