appier 1.34.3__py2.py3-none-any.whl → 1.34.4__py2.py3-none-any.whl
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.
- appier/base.py +2 -1
- appier/base.pyi +7 -1
- {appier-1.34.3.dist-info → appier-1.34.4.dist-info}/METADATA +1 -1
- {appier-1.34.3.dist-info → appier-1.34.4.dist-info}/RECORD +7 -7
- {appier-1.34.3.dist-info → appier-1.34.4.dist-info}/LICENSE +0 -0
- {appier-1.34.3.dist-info → appier-1.34.4.dist-info}/WHEEL +0 -0
- {appier-1.34.3.dist-info → appier-1.34.4.dist-info}/top_level.txt +0 -0
appier/base.py
CHANGED
|
@@ -94,7 +94,7 @@ NAME = "appier"
|
|
|
94
94
|
""" The name to be used to describe the framework while working
|
|
95
95
|
on its own environment, this is just a descriptive value """
|
|
96
96
|
|
|
97
|
-
VERSION = "1.34.
|
|
97
|
+
VERSION = "1.34.4"
|
|
98
98
|
""" The version of the framework that is currently installed
|
|
99
99
|
this value may be used for debugging/diagnostic purposes """
|
|
100
100
|
|
|
@@ -780,6 +780,7 @@ class App(
|
|
|
780
780
|
def info_dict(self):
|
|
781
781
|
return dict(
|
|
782
782
|
name=self.name,
|
|
783
|
+
version=self.version,
|
|
783
784
|
instance=self.instance,
|
|
784
785
|
service=self.service,
|
|
785
786
|
type=self.type,
|
appier/base.pyi
CHANGED
|
@@ -58,7 +58,13 @@ class App:
|
|
|
58
58
|
asynchronous: bool = ...,
|
|
59
59
|
**kwargs
|
|
60
60
|
) -> str: ...
|
|
61
|
-
def cron(
|
|
61
|
+
def cron(
|
|
62
|
+
self,
|
|
63
|
+
job: JobFunction,
|
|
64
|
+
cron: Cron,
|
|
65
|
+
id: str | None = ...,
|
|
66
|
+
description: str | None = ...,
|
|
67
|
+
) -> SchedulerTask: ...
|
|
62
68
|
def is_loaded(self) -> bool: ...
|
|
63
69
|
def is_parent(self) -> bool: ...
|
|
64
70
|
def is_child(self) -> bool: ...
|
|
@@ -6,8 +6,8 @@ appier/async_neo.py,sha256=gQpyT1-nZE6Uynh5FEmFl5kfXkxChdUsgiKgwlaNw5E,5446
|
|
|
6
6
|
appier/async_old.py,sha256=m3BFqHVPCRuIZ9L2sGYhCQPEwuCNKBO2y7SKM0dbtj8,9194
|
|
7
7
|
appier/asynchronous.py,sha256=a1LQa3wbGMaXELhF7W71dRr1klPOj6x-ST9EInvPhtU,1757
|
|
8
8
|
appier/asynchronous.pyi,sha256=5CpLkpKcUq09woMOVYwpl24Pli0A8Xu6nXoT20xDQ-o,104
|
|
9
|
-
appier/base.py,sha256=
|
|
10
|
-
appier/base.pyi,sha256=
|
|
9
|
+
appier/base.py,sha256=LrpESbkdkwV3QD2EBYbMt32y0Z2JW902gNmJL4nvne0,270665
|
|
10
|
+
appier/base.pyi,sha256=CwhdTt6lVGiXsXQewN1kkISD1YRNPCUf9U8fxYUVI3E,2924
|
|
11
11
|
appier/bus.py,sha256=AMC2UXlaf6rzhzlIyTHkzbfb6tdfPBiOii4lpl9AAwg,7670
|
|
12
12
|
appier/bus.pyi,sha256=W6_MIBpvDq468wfT5XM2WpPuR3O49QiZMOSCdMsJWos,182
|
|
13
13
|
appier/cache.py,sha256=V1nhf4aHJpUlcFtxVsd-2tGCt1BarkxvHWwVwuhc4Ao,10689
|
|
@@ -92,8 +92,8 @@ appier/test/structures.py,sha256=MRjUFRlnJi-i7YGWW5y792JbJwicNvOIzVAS220tgeQ,836
|
|
|
92
92
|
appier/test/typesf.py,sha256=KHumQFzx7wPZSCb8_mpIwobhIy2Fh_0XYviwPjXMbKI,9680
|
|
93
93
|
appier/test/util.py,sha256=SSHuBAZQ0TcXLDYI0xUvmwId5nndDZb88s_5Y-Hqibw,46884
|
|
94
94
|
appier/test/validation.py,sha256=riOCsGKob1P5jnbcB5qGZ45ApimNAVS0byg9v_uUdrk,4952
|
|
95
|
-
appier-1.34.
|
|
96
|
-
appier-1.34.
|
|
97
|
-
appier-1.34.
|
|
98
|
-
appier-1.34.
|
|
99
|
-
appier-1.34.
|
|
95
|
+
appier-1.34.4.dist-info/LICENSE,sha256=Pd-b5cKP4n2tFDpdx27qJSIq0d1ok0oEcGTlbtL6QMU,11560
|
|
96
|
+
appier-1.34.4.dist-info/METADATA,sha256=RY0l9rKuJ7OO5lZOM9PM2mAjyo3QiF6B0jRL3OT4v0s,1920
|
|
97
|
+
appier-1.34.4.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
|
|
98
|
+
appier-1.34.4.dist-info/top_level.txt,sha256=Z2e_Y1ya06a554WwQZkfNRiaaQxqsdaPtBzrck384Lo,7
|
|
99
|
+
appier-1.34.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|