Skyflow SDK for Python – a data privacy vault that enables tokenization, detokenization, and secure data operations. Current version: 2.0.1, with a major v2 release that reworked client initialization and requires Fern-based configuration. Release cadence is irregular, with multiple patch releases in the 1.x series and a jump to 2.0.0 in late 2024.
pip install skyflowNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a Skyflow client and insert a sample record.
Change `from skyflow import Client` to `from skyflow import Skyflow` and adjust constructor arguments.
Refer to the GitHub README at https://github.com/skyflowapi/skyflow-python for up-to-date usage examples.
Use Python 3.8 or later.
Use `from skyflow import Skyflow` instead.
Upgrade to the latest version: `pip install --upgrade skyflow`
Refer to the v2 documentation: use `Skyflow(vault_id, vault_url, bearer_token=...)` or pass via `Fern` configuration.
No dependency data recorded yet.