pythonnative 0.32.0__tar.gz → 0.33.0__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.
- {pythonnative-0.32.0/src/pythonnative.egg-info → pythonnative-0.33.0}/PKG-INFO +1 -21
- {pythonnative-0.32.0 → pythonnative-0.33.0}/pyproject.toml +24 -15
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/__init__.py +1 -1
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/net.py +4 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0/src/pythonnative.egg-info}/PKG-INFO +1 -21
- pythonnative-0.33.0/src/pythonnative.egg-info/requires.txt +10 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_net.py +11 -0
- pythonnative-0.32.0/src/pythonnative.egg-info/requires.txt +0 -33
- {pythonnative-0.32.0 → pythonnative-0.33.0}/LICENSE +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/README.md +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/setup.cfg +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/_ios_log.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/alerts.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/animated.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/appearance.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/cli/__init__.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/cli/pn.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/components.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/diagnostics.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/element.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/events.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/gestures.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/hooks.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/hot_reload.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/images.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/layout.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/mutations.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/__init__.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/app_state.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/battery.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/biometrics.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/camera.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/clipboard.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/file_system.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/haptics.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/linking.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/location.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/net_info.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/notifications.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/permissions.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/secure_store.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/share.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_views/__init__.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_views/android.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_views/base.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_views/desktop.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_views/ios.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/navigation.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/platform.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/platform_metrics.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/preview.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/__init__.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/android.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/builder.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/config.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/devices.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/doctor.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/icons.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/ios.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/permissions.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/project/runtime_assets.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/reconciler.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/runtime.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/screen.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/sdk/__init__.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/sdk/_components.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/storage.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/style.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/suspense.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/build.gradle +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/proguard-rules.pro +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/androidTest/java/com/pythonnative/android_template/ExampleInstrumentedTest.kt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/AndroidManifest.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/java/com/pythonnative/android_template/MainActivity.kt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/java/com/pythonnative/android_template/Navigator.kt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/java/com/pythonnative/android_template/PNAccessibilityDelegate.kt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/java/com/pythonnative/android_template/PNBorderDrawable.kt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/java/com/pythonnative/android_template/PNFrameLayout.kt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/java/com/pythonnative/android_template/PNVirtualListView.java +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/java/com/pythonnative/android_template/ScreenFragment.kt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/drawable/ic_launcher_background.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/layout/activity_main.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/navigation/nav_graph.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/values/colors.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/values/strings.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/values/themes.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/values-night/themes.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/xml/backup_rules.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/main/res/xml/data_extraction_rules.xml +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/app/src/test/java/com/pythonnative/android_template/ExampleUnitTest.kt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/build.gradle +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/gradle/wrapper/gradle-wrapper.jar +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/gradle/wrapper/gradle-wrapper.properties +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/gradle.properties +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/gradlew +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/gradlew.bat +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/settings.gradle +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/AppDelegate.swift +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/Assets.xcassets/AccentColor.colorset/Contents.json +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/Assets.xcassets/Contents.json +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/Base.lproj/LaunchScreen.storyboard +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/BridgingHeader.h +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/Info.plist +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/PythonRuntime.swift +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/SceneDelegate.swift +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template/ViewController.swift +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template.xcodeproj/project.pbxproj +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_template.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_templateTests/ios_templateTests.swift +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_templateUITests/ios_templateUITests.swift +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/ios_template/ios_templateUITests/ios_templateUITestsLaunchTests.swift +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/utils.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/virtual_rows.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative.egg-info/SOURCES.txt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative.egg-info/dependency_links.txt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative.egg-info/entry_points.txt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative.egg-info/top_level.txt +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_alert.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_animated.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_animated_graph.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_appearance.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_async_hooks.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_cli.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_components.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_core_semantics.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_desktop_backend.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_element.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_events.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_extended_components.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_gesture_composition.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_gestures.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_hooks.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_hot_reload.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_images.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_incremental_render.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_interaction_props.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_ios_log.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_layout.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_metric_hooks.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_mutations.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_native_lists.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_native_modules.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_native_views.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_navigation.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_new_components.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_platform.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_platform_metrics.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_reconciler.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_ref.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_runtime.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_screen.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_sdk.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_smoke.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_storage.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_style.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_suspense.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_transitions.py +0 -0
- {pythonnative-0.32.0 → pythonnative-0.33.0}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythonnative
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.33.0
|
|
4
4
|
Summary: Cross-platform native UI toolkit for Android and iOS
|
|
5
5
|
Author: Owen Carey
|
|
6
6
|
License: MIT License
|
|
@@ -47,26 +47,6 @@ Provides-Extra: ios
|
|
|
47
47
|
Requires-Dist: rubicon-objc<0.5.0,>=0.4.6; extra == "ios"
|
|
48
48
|
Provides-Extra: build
|
|
49
49
|
Requires-Dist: Pillow>=10.0; extra == "build"
|
|
50
|
-
Provides-Extra: docs
|
|
51
|
-
Requires-Dist: mkdocs>=1.5; extra == "docs"
|
|
52
|
-
Requires-Dist: mkdocs-material[imaging]>=9.5; extra == "docs"
|
|
53
|
-
Requires-Dist: mkdocstrings[python]>=0.24; extra == "docs"
|
|
54
|
-
Requires-Dist: mkdocs-autorefs>=1.0; extra == "docs"
|
|
55
|
-
Requires-Dist: pymdown-extensions>=10.7; extra == "docs"
|
|
56
|
-
Provides-Extra: dev
|
|
57
|
-
Requires-Dist: black>=24.0; extra == "dev"
|
|
58
|
-
Requires-Dist: ruff>=0.5; extra == "dev"
|
|
59
|
-
Requires-Dist: mypy>=1.10; extra == "dev"
|
|
60
|
-
Requires-Dist: pytest>=8.0; extra == "dev"
|
|
61
|
-
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
|
|
62
|
-
Requires-Dist: Pillow>=10.0; extra == "dev"
|
|
63
|
-
Provides-Extra: ci
|
|
64
|
-
Requires-Dist: black>=24.0; extra == "ci"
|
|
65
|
-
Requires-Dist: ruff>=0.5; extra == "ci"
|
|
66
|
-
Requires-Dist: mypy>=1.10; extra == "ci"
|
|
67
|
-
Requires-Dist: pytest>=8.0; extra == "ci"
|
|
68
|
-
Requires-Dist: pytest-asyncio>=0.23; extra == "ci"
|
|
69
|
-
Requires-Dist: Pillow>=10.0; extra == "ci"
|
|
70
50
|
Dynamic: license-file
|
|
71
51
|
|
|
72
52
|
<p align="center">
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pythonnative"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.33.0"
|
|
8
8
|
description = "Cross-platform native UI toolkit for Android and iOS"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Owen Carey" }
|
|
@@ -35,13 +35,10 @@ ios = [
|
|
|
35
35
|
build = [
|
|
36
36
|
"Pillow>=10.0",
|
|
37
37
|
]
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"mkdocs-autorefs>=1.0",
|
|
43
|
-
"pymdown-extensions>=10.7",
|
|
44
|
-
]
|
|
38
|
+
|
|
39
|
+
# Contributor tooling, not published as package extras (PEP 735). Install
|
|
40
|
+
# with `uv sync --group dev` or `--group docs`; `uv sync` alone gets `dev`.
|
|
41
|
+
[dependency-groups]
|
|
45
42
|
dev = [
|
|
46
43
|
"black>=24.0",
|
|
47
44
|
"ruff>=0.5",
|
|
@@ -49,14 +46,17 @@ dev = [
|
|
|
49
46
|
"pytest>=8.0",
|
|
50
47
|
"pytest-asyncio>=0.23",
|
|
51
48
|
"Pillow>=10.0",
|
|
49
|
+
# `pn run ios` shells out to `sys.executable -m pip` to vendor
|
|
50
|
+
# rubicon-objc (project/builder.py), and the test suite exercises that
|
|
51
|
+
# path. `uv sync` does not seed pip the way `uv venv --seed` did.
|
|
52
|
+
"pip>=24.0",
|
|
52
53
|
]
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"Pillow>=10.0",
|
|
54
|
+
docs = [
|
|
55
|
+
"mkdocs>=1.5",
|
|
56
|
+
"mkdocs-material[imaging]>=9.5",
|
|
57
|
+
"mkdocstrings[python]>=0.24",
|
|
58
|
+
"mkdocs-autorefs>=1.0",
|
|
59
|
+
"pymdown-extensions>=10.7",
|
|
60
60
|
]
|
|
61
61
|
|
|
62
62
|
[project.scripts]
|
|
@@ -144,6 +144,15 @@ asyncio_mode = "auto"
|
|
|
144
144
|
# ── Semantic Release ────────────────────────────────────────────────
|
|
145
145
|
|
|
146
146
|
[tool.semantic_release]
|
|
147
|
+
# PSR stamps the new version into pyproject.toml before running this, so
|
|
148
|
+
# `--upgrade-package` re-syncs only this project's own version in the lock
|
|
149
|
+
# (never dependency upgrades), and the staged uv.lock lands in the release
|
|
150
|
+
# commit. This also replaces the workflow's separate `python -m build`.
|
|
151
|
+
build_command = """
|
|
152
|
+
uv lock --upgrade-package pythonnative
|
|
153
|
+
git add uv.lock
|
|
154
|
+
uv build
|
|
155
|
+
"""
|
|
147
156
|
version_toml = ["pyproject.toml:project.version"]
|
|
148
157
|
version_variables = ["src/pythonnative/__init__.py:__version__"]
|
|
149
158
|
commit_message = "chore(release): v{version}"
|
|
@@ -77,6 +77,10 @@ class Response:
|
|
|
77
77
|
"""``True`` if the status is in the 2xx range."""
|
|
78
78
|
return 200 <= self.status < 300
|
|
79
79
|
|
|
80
|
+
def __repr__(self) -> str:
|
|
81
|
+
cls = type(self).__name__
|
|
82
|
+
return f"{cls}(status={self.status}, url={self.url!r}, ok={self.ok}, content={len(self.content)} bytes)"
|
|
83
|
+
|
|
80
84
|
def text(self, encoding: Optional[str] = None) -> str:
|
|
81
85
|
"""Decode ``content`` to ``str``.
|
|
82
86
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pythonnative
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.33.0
|
|
4
4
|
Summary: Cross-platform native UI toolkit for Android and iOS
|
|
5
5
|
Author: Owen Carey
|
|
6
6
|
License: MIT License
|
|
@@ -47,26 +47,6 @@ Provides-Extra: ios
|
|
|
47
47
|
Requires-Dist: rubicon-objc<0.5.0,>=0.4.6; extra == "ios"
|
|
48
48
|
Provides-Extra: build
|
|
49
49
|
Requires-Dist: Pillow>=10.0; extra == "build"
|
|
50
|
-
Provides-Extra: docs
|
|
51
|
-
Requires-Dist: mkdocs>=1.5; extra == "docs"
|
|
52
|
-
Requires-Dist: mkdocs-material[imaging]>=9.5; extra == "docs"
|
|
53
|
-
Requires-Dist: mkdocstrings[python]>=0.24; extra == "docs"
|
|
54
|
-
Requires-Dist: mkdocs-autorefs>=1.0; extra == "docs"
|
|
55
|
-
Requires-Dist: pymdown-extensions>=10.7; extra == "docs"
|
|
56
|
-
Provides-Extra: dev
|
|
57
|
-
Requires-Dist: black>=24.0; extra == "dev"
|
|
58
|
-
Requires-Dist: ruff>=0.5; extra == "dev"
|
|
59
|
-
Requires-Dist: mypy>=1.10; extra == "dev"
|
|
60
|
-
Requires-Dist: pytest>=8.0; extra == "dev"
|
|
61
|
-
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
|
|
62
|
-
Requires-Dist: Pillow>=10.0; extra == "dev"
|
|
63
|
-
Provides-Extra: ci
|
|
64
|
-
Requires-Dist: black>=24.0; extra == "ci"
|
|
65
|
-
Requires-Dist: ruff>=0.5; extra == "ci"
|
|
66
|
-
Requires-Dist: mypy>=1.10; extra == "ci"
|
|
67
|
-
Requires-Dist: pytest>=8.0; extra == "ci"
|
|
68
|
-
Requires-Dist: pytest-asyncio>=0.23; extra == "ci"
|
|
69
|
-
Requires-Dist: Pillow>=10.0; extra == "ci"
|
|
70
50
|
Dynamic: license-file
|
|
71
51
|
|
|
72
52
|
<p align="center">
|
|
@@ -118,6 +118,17 @@ def test_get_json(echo_server: str) -> None:
|
|
|
118
118
|
assert resp.json() == {"ok": True}
|
|
119
119
|
|
|
120
120
|
|
|
121
|
+
def test_repr_summarizes_body(echo_server: str) -> None:
|
|
122
|
+
async def run() -> Response:
|
|
123
|
+
return await fetch(echo_server + "/text")
|
|
124
|
+
|
|
125
|
+
resp = asyncio.run(run())
|
|
126
|
+
text = repr(resp)
|
|
127
|
+
assert "status=200" in text
|
|
128
|
+
assert f"{len(resp.content)} bytes" in text
|
|
129
|
+
assert resp.text() not in text
|
|
130
|
+
|
|
131
|
+
|
|
121
132
|
def test_non_2xx_does_not_raise_but_keeps_body(echo_server: str) -> None:
|
|
122
133
|
async def run() -> Response:
|
|
123
134
|
return await fetch(echo_server + "/status/418")
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
requests>=2.31.0
|
|
2
|
-
|
|
3
|
-
[:python_version < "3.11"]
|
|
4
|
-
tomli>=2.0
|
|
5
|
-
|
|
6
|
-
[build]
|
|
7
|
-
Pillow>=10.0
|
|
8
|
-
|
|
9
|
-
[ci]
|
|
10
|
-
black>=24.0
|
|
11
|
-
ruff>=0.5
|
|
12
|
-
mypy>=1.10
|
|
13
|
-
pytest>=8.0
|
|
14
|
-
pytest-asyncio>=0.23
|
|
15
|
-
Pillow>=10.0
|
|
16
|
-
|
|
17
|
-
[dev]
|
|
18
|
-
black>=24.0
|
|
19
|
-
ruff>=0.5
|
|
20
|
-
mypy>=1.10
|
|
21
|
-
pytest>=8.0
|
|
22
|
-
pytest-asyncio>=0.23
|
|
23
|
-
Pillow>=10.0
|
|
24
|
-
|
|
25
|
-
[docs]
|
|
26
|
-
mkdocs>=1.5
|
|
27
|
-
mkdocs-material[imaging]>=9.5
|
|
28
|
-
mkdocstrings[python]>=0.24
|
|
29
|
-
mkdocs-autorefs>=1.0
|
|
30
|
-
pymdown-extensions>=10.7
|
|
31
|
-
|
|
32
|
-
[ios]
|
|
33
|
-
rubicon-objc<0.5.0,>=0.4.6
|
|
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
|
|
File without changes
|
{pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/native_modules/notifications.py
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/build.gradle
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/gradlew
RENAMED
|
File without changes
|
{pythonnative-0.32.0 → pythonnative-0.33.0}/src/pythonnative/templates/android_template/gradlew.bat
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|