Model of the Fushinryu development projects management methodology.
Project description
fushinryu-model
Model of the Fūshinryū (風心流) development projects management methodology.
Install
pip install fushinryu-model
Quick example
from datetime import datetime, timezone
from fushinryu_model import AcceptanceCriterion, ManualValidation
ac = AcceptanceCriterion(id=1, then="the system returns HTTP 200")
validation = ManualValidation(verdict="verified manually", passed=True, timestamp=datetime.now(timezone.utc))
ac = ac.model_copy(update={"validations": frozenset([validation])})
assert ac.is_validated
Full documentation: https://fushinryu-model.readthedocs.io
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
fushinryu_model-0.2.0.tar.gz
(2.8 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fushinryu_model-0.2.0.tar.gz.
File metadata
- Download URL: fushinryu_model-0.2.0.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dbe9a2d08766b0fe816b75c3feb325a9f8cf52e069a6437179d0116c1d638b7
|
|
| MD5 |
a5aed76264b7519e35a4b9d457f5f5e3
|
|
| BLAKE2b-256 |
677d2683608346ef3dcece30bcd9cd6d199bc7500c93c5c66ba1f87bd7350f70
|
File details
Details for the file fushinryu_model-0.2.0-py3-none-any.whl.
File metadata
- Download URL: fushinryu_model-0.2.0-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6edd3841672ab421d24969da79550556856aaf5b161ae9f7098486254774eb0
|
|
| MD5 |
0c5f1ae21366b2c77a329c54042958dc
|
|
| BLAKE2b-256 |
2e79dde502c4718db345ee02ddd1743a5a3b78aac1fcd4ef9efd42026e3f8cb8
|