secrets-sync-python-binding 2.4.0__cp313-cp313-manylinux_2_34_x86_64.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.
@@ -0,0 +1,6 @@
1
+ """Python bindings for the secrets-sync Go runtime."""
2
+
3
+ # gopy generates public package wrappers in ``secrets_sync.py`` and lower-level
4
+ # runtime helpers in ``go.py``. Re-export the package wrapper at top level so
5
+ # consumers can use ``import secrets_sync`` directly.
6
+ from .secrets_sync import * # noqa: F401,F403