{ "info": { "author": "Ronak Sisodia", "author_email": "ronaksisodia07@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Education", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "POVERTY\n------------------\nA Python Package to calculate indexes related to poverty and inequality.\n\nWho is this for?\n------------------------\nFor anybody who want to calculate indexes related to poverty and inequality using a python package.\n\n\nInstalling\n--------------------------\n\nYou can install ``poverty package`` using pip::\n\n $ pip install poverty\n\n\nImplemented Features\n---------------------------\n- Headcount Index\n- Poverty Index\n- Squared Poverty Index\n- Sen Index\n- Sen-Shorrocks-Thon Index\n- Watts Index\n- Gini Coefficient\n- Lorenz Curve\n\nCommands\n------------------\n\n\n\t>>> import poverty as pt\n\n\t.. #Base line for poverty\n\n\t>>> poverty_line=125\n\n\t.. #List containing expenditure\n\n\t>>> expenditure=[100,110,150,160]\n\n\t.. #To calculate Headcount Index\n\n\t>>> pt.calc_head(expenditure,poverty_line)\n\n\t.. #To calculate Poverty Index \n\n\t>>> pt.pov_index(expenditure,poverty_line)\n\n\t.. #To calculate Squared Poverty Index\n\n\t>>> pt.squared_pov_index(expenditure,poverty_line)\n\n\t.. #To calculate Sen Index\n\n\t>>> pt.sen_index(expenditure,poverty_line)\n\n\t.. #To calculate Sen-Shorrocks-Thon index\n\n\t>>> pt.sst_index(expenditure,poverty_line)\n\n\t.. #To calculate Watts Index\n\n\t>>> pt.watts_index(expenditure,poverty_line)\n\n\t.. #To calculate Gini Coefficient\n\n\t>>> pt.gini(expenditure)\n\n\t.. #To draw Lorenz Curve\n\n\t>>> pt.draw_lorenz(expenditure)\n\n\nContributor\n----------------\n`Ronak Sisodia `__\n\n\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ronak-07/poverty", "keywords": "Poverty,Inequality,Economics,Gini Coefficient,Lorenz Curve", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "poverty", "package_url": "https://pypi.org/project/poverty/", "platform": "", "project_url": "https://pypi.org/project/poverty/", "project_urls": { "Homepage": "https://github.com/ronak-07/poverty" }, "release_url": "https://pypi.org/project/poverty/7.2/", "requires_dist": [ "numpy", "matplotlib" ], "requires_python": "", "summary": "A Python Package to calculate indexes related to poverty and inequality.", "version": "7.2" }, "last_serial": 3598934, "releases": { "7.2": [ { "comment_text": "", "digests": { "md5": "dc627c7afb562c40572d30cb33bf6bcc", "sha256": "a3d383711e15f40414b0ae0b5d98f5a8319e3b45105db20fb9a266759704c07d" }, "downloads": -1, "filename": "poverty-7.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc627c7afb562c40572d30cb33bf6bcc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5686, "upload_time": "2018-02-20T12:18:29", "url": "https://files.pythonhosted.org/packages/c5/ca/e0b264a944c4d90ce0434f0da7a63277d6d6dd00a936443a76c33b2ba577/poverty-7.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da783931461d259bf0d771fc425e082b", "sha256": "26311fd5d22085bdb2f32c2c90d4075576d259c7224434625cbf9dbcc1cd4a84" }, "downloads": -1, "filename": "poverty-7.2.tar.gz", "has_sig": false, "md5_digest": "da783931461d259bf0d771fc425e082b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5030, "upload_time": "2018-02-20T12:18:31", "url": "https://files.pythonhosted.org/packages/0a/31/52b87746fd970482e3ee19bb64bf49888745ceddb10b3bd6f42538dd89df/poverty-7.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc627c7afb562c40572d30cb33bf6bcc", "sha256": "a3d383711e15f40414b0ae0b5d98f5a8319e3b45105db20fb9a266759704c07d" }, "downloads": -1, "filename": "poverty-7.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc627c7afb562c40572d30cb33bf6bcc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5686, "upload_time": "2018-02-20T12:18:29", "url": "https://files.pythonhosted.org/packages/c5/ca/e0b264a944c4d90ce0434f0da7a63277d6d6dd00a936443a76c33b2ba577/poverty-7.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da783931461d259bf0d771fc425e082b", "sha256": "26311fd5d22085bdb2f32c2c90d4075576d259c7224434625cbf9dbcc1cd4a84" }, "downloads": -1, "filename": "poverty-7.2.tar.gz", "has_sig": false, "md5_digest": "da783931461d259bf0d771fc425e082b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5030, "upload_time": "2018-02-20T12:18:31", "url": "https://files.pythonhosted.org/packages/0a/31/52b87746fd970482e3ee19bb64bf49888745ceddb10b3bd6f42538dd89df/poverty-7.2.tar.gz" } ] }