Skip to main content

Reproducibility utilities (random state, timestamps, hashing)

Project description

scitex-repro

PyPI Python Tests Install Test Coverage Docs License: AGPL v3

SciTeX

Reproducibility utilities — RNG seeding, ID generation, timestamps, array hashing.

Full Documentation · pip install scitex-repro


Problem and Solution

# Problem Solution
1 "Seed everything" requires 5+ lines of boilerplaterandom.seed() + np.random.seed() + torch.manual_seed() + torch.cuda.manual_seed_all() + tf.random.set_seed() + os.environ[PYTHONHASHSEED] RandomStateManager(seed=42) — one call seeds every framework detected in the env; .reset() rewinds mid-experiment
2 Experiment run directories collide — two parallel runs overwrite each other gen_ID() + hash_array() — unique directory names like 20260423_2155_abc12345; deterministic array fingerprints for integrity checks

Installation

pip install scitex-repro

Quick Start

from scitex_repro import RandomStateManager, gen_ID, hash_array

rng = RandomStateManager(seed=42)
data = rng("data").random(100)
print(gen_ID(), hash_array(data))

1 Interfaces

Python API
from scitex_repro import RandomStateManager, gen_ID, hash_array

# Cross-framework RNG seeding
rng = RandomStateManager(seed=42)
data = rng("data").random(100)
rng.verify(data, "my_data")
rng.reset()

# Deterministic IDs and array fingerprints
exp_id = gen_ID()                         # "20260423_2155_abc12345"
fingerprint = hash_array(data)

Part of SciTeX

scitex-repro is part of SciTeX.

Four Freedoms for Research

  1. The freedom to run your research anywhere — your machine, your terms.
  2. The freedom to study how every step works — from raw data to final manuscript.
  3. The freedom to redistribute your workflows, not just your papers.
  4. The freedom to modify any module and share improvements with the community.

AGPL-3.0 — because we believe research infrastructure deserves the same freedoms as the software it runs on.

License

AGPL-3.0-only (see LICENSE).


SciTeX

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scitex_repro-0.1.4.tar.gz (406.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scitex_repro-0.1.4-py3-none-any.whl (28.0 kB view details)

Uploaded Python 3

File details

Details for the file scitex_repro-0.1.4.tar.gz.

File metadata

  • Download URL: scitex_repro-0.1.4.tar.gz
  • Upload date:
  • Size: 406.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for scitex_repro-0.1.4.tar.gz
Algorithm Hash digest
SHA256 24acd9fdb89a33d7e3dd80d1c65ab9fec0d352895eea5ed4dbfcdcca95e453d2
MD5 95fbe7ee2bf775dcfc3a899becc4a9e3
BLAKE2b-256 57c8ab08c629ec62e06a318154c9098d0a20c0b306066de44bf4230e07b46f27

See more details on using hashes here.

Provenance

The following attestation bundles were made for scitex_repro-0.1.4.tar.gz:

Publisher: publish-pypi.yml on ywatanabe1989/scitex-repro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file scitex_repro-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: scitex_repro-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 28.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for scitex_repro-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d5bd2869a665d346a04378a58895ecf519b455f7ec2b35f6d5787ef9a4569a72
MD5 812028d4dcfe36e00d4f3a13ea70ffd7
BLAKE2b-256 0e1b12c7999ff21aac88b5e55da6d3e1ca30e3c7ecefafbf8194f78c3100e26b

See more details on using hashes here.

Provenance

The following attestation bundles were made for scitex_repro-0.1.4-py3-none-any.whl:

Publisher: publish-pypi.yml on ywatanabe1989/scitex-repro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page