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.5.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

povertylevel-0.0.5-py2.py3-none-any.whl (4.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file povertylevel-0.0.5.tar.gz.

File metadata

  • Download URL: povertylevel-0.0.5.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.11

File hashes

Hashes for povertylevel-0.0.5.tar.gz
Algorithm Hash digest
SHA256 10e10f945ba4b3444eb96cf5bd5bdd7e5bb634754bf7a3d2b8e6b7a76d895b73
MD5 009195da1847430717d80aa5d333299c
BLAKE2b-256 4836386c1bc6e2f54a11bb6840c21389b96037956c3c9b04c655bfe0183d57ff

See more details on using hashes here.

File details

Details for the file povertylevel-0.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for povertylevel-0.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3740e166f59ffec7aa3b6f0c83f90ecd856db3452aabd5a51ee789cc85da5ba5
MD5 2069edde19411cf2601ca3401b860378
BLAKE2b-256 ae41577da207e215a36a1c14baec1f551e89eba3fdabb81fe2a63d796a59db00

See more details on using hashes here.

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