ironflock 1.0.4__tar.gz → 1.0.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ironflock
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: SDK to integrate your IronFlock Industry 4 Apps with the IronFlock Data Infrastructure
5
5
  Home-page: https://github.com/RecordEvolution/ironflock-py
6
6
  Author: Record Evolution GmbH
@@ -7,4 +7,4 @@ from ironflock.ironflock import IronFlock
7
7
 
8
8
  __all__ = ["IronFlock", "create_application_component", "create_application_session"]
9
9
 
10
- __version__ = "1.0.4"
10
+ __version__ = "1.0.5"
@@ -127,7 +127,7 @@ class IronFlock:
127
127
  res = await self._session.call('ironflock.location_service.update', payload, **extra)
128
128
  return res
129
129
 
130
- async def register_function(self, topic: str, func: function):
130
+ async def register_function(self, topic: str, func):
131
131
  """Registers a function to be called when a message is received on the given topic.
132
132
 
133
133
  Args:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ironflock
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: SDK to integrate your IronFlock Industry 4 Apps with the IronFlock Data Infrastructure
5
5
  Home-page: https://github.com/RecordEvolution/ironflock-py
6
6
  Author: Record Evolution GmbH
@@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
10
10
 
11
11
  setup(
12
12
  name="ironflock",
13
- version="1.0.4",
13
+ version="1.0.5",
14
14
  description="SDK to integrate your IronFlock Industry 4 Apps with the IronFlock Data Infrastructure",
15
15
  long_description=long_description,
16
16
  long_description_content_type="text/markdown",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes