Vigil Science
Complete reproducible science platform
Vigil Science provides a unified CLI for reproducible science workflows, combining cryptographic provenance with platform integration.
Installation
pip install vigil-science
Quick Start
# Initialize a new project
vigil init my-project
cd my-project
# Generate signing keys
vigil signing generate-keypair
# Run experiments
vigil run python experiment.py
# Generate receipt
vigil promote
# Verify reproducibility
vigil verify
# Upload to platform (optional)
vigil login
vigil push
What's Included
This package provides the complete Vigil platform:
- vigil-core: Cryptographic operations, local reproducibility, CLI tools
- vigil-client: Platform integration, authentication, artifact management
Commands
Core Commands
vigil init- Initialize new projectvigil run- Execute reproducible workflowsvigil promote- Generate cryptographic receiptsvigil verify- Verify reproducibilityvigil doctor- Health check and diagnostics
Platform Commands
vigil login- Authenticate with platformvigil push- Upload verified artifactsvigil pull- Download artifactsvigil search- Search platform artifacts
Utility Commands
vigil signing generate-keypair- Generate Ed25519 keysvigil signing sign- Sign receiptsvigil signing verify- Verify signaturesvigil completion- Generate shell completions
Documentation
Support
License
Apache 2.0 - see LICENSE for details.
Release files for vigil-science 0.3.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vigil_science-0.3.10.tar.gz | 8.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vigil_science-0.3.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.8 kB
Release files / vigil_science-0.3.10.tar.gz
| Download URL | vigil_science-0.3.10.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
067a4a7d1c282ac5a145934e78b944cdb65d7f18a101b5a12b0b5998340ea963
|
|
BLAKE2b-256 checksum How to use checksums |
321f933931fe769007515f5e797ddbf9ef1bb06f00249ad9c4f4263381041c64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / vigil_science-0.3.10-py3-none-any.whl
| Download URL | vigil_science-0.3.10-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ed03ef32bdca0d57ce89d97b092de730411d83c2d4e815b7ebd8ef404fe0023d
|
|
BLAKE2b-256 checksum How to use checksums |
b99ceb241dc2043bc2a61d21f38f9e06540a6d32f9cf37c009173caf5f82d2f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|