Skip to main content

U.S. federal poverty level guidelines used to determine financial eligibility for certain federal programs

Project description

U.S. Federal Poverty Guidelines

license MIT python 3.6 | 3.7

Usage

from poverty import PovertyLevel

pl = PovertyLevel()
pl.state = 'AK'
pl.get(household_size=3)  # 26660
pl.percent(income=26660, household_size=3) # 1.00
pl.below(income=26500, household_size=3)  # True

# You can also pass `state` as an argument
pl.get(household_size=3, state='New Jersey')  # 21330
pl.below(income=19000, household_size=3, state='New Jersey')  # True

Resources

Poverty Guidelines

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

povertylevel-0.0.4.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

povertylevel-0.0.4-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 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