Skip to main content

AGI with a convenient pip install

Project description

AGI

Consider the Unix philosophy, as documented by Doug McIlroy in the Bell System Technical Journal from 1978:

"Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new features"

In that spirit, this library agi does one thing really well: calculate adjusted gross income. To use it:

from agi import calculate_agi

gross_income = 100000
adjustments = 15000
agi = calculate_agi(gross_income, adjustments)
print(f'Adjusted Gross Income: {agi}')

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

agi-0.0.3.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

agi-0.0.3-py3-none-any.whl (2.3 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