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.1.0.tar.gz
(774.0 kB
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.1.0.tar.gz.
File metadata
- Download URL: fushinryu_model-0.1.0.tar.gz
- Upload date:
- Size: 774.0 kB
- 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 |
1de975fb7009ad3a5fc08b0aaf79687e572cb366a52e34e00511495651bdc48a
|
|
| MD5 |
0cb1b2a1abce822607dd453fce20d34c
|
|
| BLAKE2b-256 |
63cf1e3ef0c2b8c455f4977bd5bdf6bfc5ce65cc0dfad1f4678ffa7242325c6d
|
File details
Details for the file fushinryu_model-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fushinryu_model-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.3 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 |
900b097b364d10677077ddd3e19700c0331f240b1f48cb82d2ba2039fc2c5634
|
|
| MD5 |
564d897628b6aaca5d19fa8978e182c5
|
|
| BLAKE2b-256 |
1d38e4a8f99c1d7b3972c45edc54cf40f0564c7daf3097187f78eada249d1de8
|