U.S. federal poverty level guidelines used to determine financial eligibility for certain federal programs
Project description
U.S. Federal Poverty Guidelines
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
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
povertylevel-0.0.5.tar.gz
(4.3 kB
view details)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10e10f945ba4b3444eb96cf5bd5bdd7e5bb634754bf7a3d2b8e6b7a76d895b73 |
|
MD5 | 009195da1847430717d80aa5d333299c |
|
BLAKE2b-256 | 4836386c1bc6e2f54a11bb6840c21389b96037956c3c9b04c655bfe0183d57ff |
File details
Details for the file povertylevel-0.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: povertylevel-0.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3740e166f59ffec7aa3b6f0c83f90ecd856db3452aabd5a51ee789cc85da5ba5 |
|
MD5 | 2069edde19411cf2601ca3401b860378 |
|
BLAKE2b-256 | ae41577da207e215a36a1c14baec1f551e89eba3fdabb81fe2a63d796a59db00 |