Use Case Points
Project description
UCP-Based
This is the first version of UCP-based library.
Installation
pip install ucpbased
Usage
from ucpbased import UCP
ucp = UCP()
uaw = ucp.input_UAW(0, 0, 5)
uucw = ucp.input_UUCW(0, 29, 0)
uucp = ucp.get_UUCP()
tcf = ucp.input_TFactor(3, 3, 3, 3, 0, 3, 3, 0, 3, 3, 3, 0, 3)
ecf = ucp.input_EFactor(3, 3, 3, 3, 3, 3, 0, 0)
useCasePoints = ucp.get_UCP()
mh = ucp.get_MH(28)
print('UAW : {:10.2f}'.format(uaw))
print('UUCW : {:10.2f}'.format(uucw))
print('UUCP : {:10.2f}'.format(uucp))
print('TFactor : {:10.2f}'.format(tcf))
print('EFactor : {:10.2f}'.format(ecf))
print('UCP : {:10.2f}'.format(useCasePoints))
print('MH : {:10.2f}'.format(mh))
Expected output:
UAW : 15.00
UUCW : 290.00
UUCP : 305.00
TFactor : 0.93
EFactor : 0.81
UCP : 231.17
MH : 6472.89
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
ucpbased-0.0.2.tar.gz
(1.9 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 ucpbased-0.0.2.tar.gz.
File metadata
- Download URL: ucpbased-0.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efd29478f1e80f01cae1a4227e27c741884a387ad3436e5af51b686b79469839
|
|
| MD5 |
27024a2d49edacac69225a6bd74f2ea3
|
|
| BLAKE2b-256 |
85761674a1abfd8d6238f7923f2344494b30f5a3761384774f5eb27525dd61c7
|
File details
Details for the file ucpbased-0.0.2-py3-none-any.whl.
File metadata
- Download URL: ucpbased-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12b5ff05f014753b790ccf3a1b6eb3d4fa5e63d84b0d114c220dc08dbbf14dcb
|
|
| MD5 |
101940b4e9d096a4404de57cc5959433
|
|
| BLAKE2b-256 |
b0e917ccf9e6928f89683f5b16e15222945114cd2bfae529efb387335b2517a5
|