Skip to main content

Use Case Points

Project description

UCP-Based

This is the first version of UCP-based library.

Installation

pip install ucpbased

Usage

from ucpbased.ucp 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


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.3.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

ucpbased-0.0.3-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page