pythonnative 0.34.0__py3-none-any.whl → 0.35.0__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.
- pythonnative/__init__.py +3 -2
- {pythonnative-0.34.0.dist-info → pythonnative-0.35.0.dist-info}/METADATA +1 -1
- {pythonnative-0.34.0.dist-info → pythonnative-0.35.0.dist-info}/RECORD +7 -7
- {pythonnative-0.34.0.dist-info → pythonnative-0.35.0.dist-info}/WHEEL +0 -0
- {pythonnative-0.34.0.dist-info → pythonnative-0.35.0.dist-info}/entry_points.txt +0 -0
- {pythonnative-0.34.0.dist-info → pythonnative-0.35.0.dist-info}/licenses/LICENSE +0 -0
- {pythonnative-0.34.0.dist-info → pythonnative-0.35.0.dist-info}/top_level.txt +0 -0
pythonnative/__init__.py
CHANGED
|
@@ -60,7 +60,7 @@ Example:
|
|
|
60
60
|
```
|
|
61
61
|
"""
|
|
62
62
|
|
|
63
|
-
__version__ = "0.
|
|
63
|
+
__version__ = "0.35.0"
|
|
64
64
|
|
|
65
65
|
from . import appearance, diagnostics, gestures, images, runtime, sdk
|
|
66
66
|
from .alerts import Alert
|
|
@@ -167,7 +167,7 @@ from .navigation import (
|
|
|
167
167
|
use_route,
|
|
168
168
|
)
|
|
169
169
|
from .net import HTTPError, Response, fetch
|
|
170
|
-
from .platform import Platform
|
|
170
|
+
from .platform import Platform, get_platform
|
|
171
171
|
from .runtime import run_async, run_blocking
|
|
172
172
|
from .scheduler import batch_updates
|
|
173
173
|
from .sdk import (
|
|
@@ -379,6 +379,7 @@ __all__ = [
|
|
|
379
379
|
"diagnostics",
|
|
380
380
|
# Platform
|
|
381
381
|
"Platform",
|
|
382
|
+
"get_platform",
|
|
382
383
|
# Custom-component SDK
|
|
383
384
|
"Props",
|
|
384
385
|
"ViewHandler",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pythonnative/__init__.py,sha256=
|
|
1
|
+
pythonnative/__init__.py,sha256=0e2GUfvh0aGG-rxIvBTT1fulali8MfkZtwfHooDCcM4,9001
|
|
2
2
|
pythonnative/_ios_log.py,sha256=Oi7V28VxcVoZyrpAirvLeEmUW18McqnU87V4d37Zzlw,2582
|
|
3
3
|
pythonnative/alerts.py,sha256=mIANysFlaHwL5EqKnvNcyiJN9rGiZi9XDrD9Jpz1RFM,9340
|
|
4
4
|
pythonnative/animated.py,sha256=T8xVB7uqbHLzOJAfSqjYmiaA30OikdYOcE1GX8LbqaY,60065
|
|
@@ -147,9 +147,9 @@ pythonnative/templates/ios_template/ios_templateUITests/ios_templateUITestsLaunc
|
|
|
147
147
|
pythonnative/testing/__init__.py,sha256=a76InZThMU9UI1-AJURZ6rB9guZLJFl62Ep5CEOjpno,1683
|
|
148
148
|
pythonnative/testing/backend.py,sha256=1uePC5rWj4X2bz4w2z3esD675LEJWok8EFbixiiwk60,11299
|
|
149
149
|
pythonnative/testing/harness.py,sha256=nAUGPqgVhKBuSmdGXLKO7qxTRyHVLtzGVKXCZAkH35M,16418
|
|
150
|
-
pythonnative-0.
|
|
151
|
-
pythonnative-0.
|
|
152
|
-
pythonnative-0.
|
|
153
|
-
pythonnative-0.
|
|
154
|
-
pythonnative-0.
|
|
155
|
-
pythonnative-0.
|
|
150
|
+
pythonnative-0.35.0.dist-info/licenses/LICENSE,sha256=A69iG7TIAe6KkGQf6xoVHkc5JSZtOr5eRSvC5iuivnI,1067
|
|
151
|
+
pythonnative-0.35.0.dist-info/METADATA,sha256=uJGlGU8NEClKtWiPoUSYuWcrAKu2R4wSxda6Etgnu_g,11099
|
|
152
|
+
pythonnative-0.35.0.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
|
|
153
|
+
pythonnative-0.35.0.dist-info/entry_points.txt,sha256=iUtDawWSAJAEyWTycpZxDuYz73ol31butpzDIEAgPO0,48
|
|
154
|
+
pythonnative-0.35.0.dist-info/top_level.txt,sha256=kT4SEATY2ywzrZ2Pgea6_zxyym44Q_PbOsUoOYjJLFE,13
|
|
155
|
+
pythonnative-0.35.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|