Organise a set of units of code in a sequence that can be rerun repeatedly skipping already completed units
Project description
A set of Python classes to declare an idempotent sequence of commands – a sequence that can be run repeatedly and on success will produce the same side effects no matter how many times you invoke it.
This is useful when you have a sequence of commands each of which can fail and you want to keep rerunning the sequence until it succeeds, yet you don’t want to run previously completed parts again.
See examples under idemseq/examples.
$ pip install idempotent-sequence $ set IDEMSEQ_SEQUENCE_ID=/tmp/example02.db $ export IDEMSEQ_SEQUENCE_ID $ set IDEMSEQ_LOG_LEVEL=debug $ export IDEMSEQ_LOG_LEVEL $ idemseq idemseq.examples.example02:example $ idemseq idemseq.examples.example02:example list $ idemseq idemseq.examples.example02:example run --dry-run $ idemseq idemseq.examples.example02:example run $ idemseq idemseq.examples.example02:example reset all
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
idempotent-sequence-3.0.0.tar.gz
(10.7 kB
view details)
File details
Details for the file idempotent-sequence-3.0.0.tar.gz
.
File metadata
- Download URL: idempotent-sequence-3.0.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50ede4c0a6b73c63688907efc20a2aa59d68301e7cc3822d61b75b4a95531c40 |
|
MD5 | f2123a9482ac3b2af4efc2209f7b2834 |
|
BLAKE2b-256 | 2f2f6e16ddc18d1a53372318362a543f32ba3fe793a919d80f8e0a0cf3521a3a |