A simple Python library for creating shadow copies (snapshots) of files or directories on Windows using the Volume Shadow Copy Service (VSS). Current version 0.0.4, infrequent releases.
pip install shadowcopyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a VSS snapshot of a directory on Windows and returns the shadow copy path.
Use only on Windows, or wrap the call with platform checks.
Copy or process the files immediately within a try-finally block.
No dependency data recorded yet.