Python package to calculate the range of cassettes needed for transurethral resection specimens
Project description
Transurethral Resection Specimen Calculator
This package is designed to calculate the range of cassettes needed for a given specimen weight.
To install the package, use pip:
pip install turp
To use, simply instantiate a TurpCounter object with the specimen weight.
turp = TurpCounter(24)
print(
turp.weight,
turp.num_cassette_low_end,
turp.num_cassette_high_end,
sep='\n'
)
The turp object attributes can be accessed directly or you can simply print the turp object to get the values.
print(turp)
TurpCounter(specimen_weight=24, num_cassette_low_end=9, num_cassette_high_end=11)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
turp-0.0.2.tar.gz
(4.0 kB
view details)
Built Distribution
turp-0.0.2-py3-none-any.whl
(2.4 kB
view details)
File details
Details for the file turp-0.0.2.tar.gz
.
File metadata
- Download URL: turp-0.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4ff46426dce6238f0fccb967e8ac59f7a74c51a1ef94891a0e267fc897edf89 |
|
MD5 | b98962a8ef0efb8a7c8d0c33f96805b7 |
|
BLAKE2b-256 | e9be32ebc2a5b5526700dbf21b1686639f7b341ba0978ca9b029058a600115c5 |
File details
Details for the file turp-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: turp-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a6567e35a80029824f94fb26e4063650e9345c51cb54cfa51905cb352109a84 |
|
MD5 | cb39f607f97c3dabebaeb3cf5cbe30e6 |
|
BLAKE2b-256 | f41de31a465ea6bd1e5f3743614ef0b271f05111e59e5e44539f2d930415394c |