{ "info": { "author": "Nicholas McKibben", "author_email": "nicholas.bgp@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "pygini\n======\n\nVery simple module that computes the Gini index of a numpy array.\n\nInstallation\n============\n\n.. code-block:: bash\n\n pip install pygini\n\nUsage\n=====\n\n.. code-block:: python\n\n import numpy as np\n from pygini import gini\n\n A = np.random.random(100)\n GI = gini(A)\n\nSee `examples` directory.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mckib2/pygini", "keywords": "gini gini-index sparsity", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "pygini", "package_url": "https://pypi.org/project/pygini/", "platform": "", "project_url": "https://pypi.org/project/pygini/", "project_urls": { "Homepage": "https://github.com/mckib2/pygini" }, "release_url": "https://pypi.org/project/pygini/0.0.1/", "requires_dist": [ "numpy (>=1.16.2)" ], "requires_python": ">=3.6", "summary": "Compute the Gini index.", "version": "0.0.1" }, "last_serial": 5443312, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9a8a7bfef93231a04410a44331f178e0", "sha256": "a87f48b30fd9e29edd9d16e5100302a02edc79c66ee38889232cd41bc263061c" }, "downloads": -1, "filename": "pygini-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9a8a7bfef93231a04410a44331f178e0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 14394, "upload_time": "2019-06-25T01:00:56", "url": "https://files.pythonhosted.org/packages/d4/53/fd8b6fea62c2a54abd8c5e4d015fc981ffb2023e7039e9dca846af069c88/pygini-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "864cab3951c8d1e901e90dc6b5d092d8", "sha256": "327b91b53e74f9ade7f553806f86935afabf9fe29c0d4a79277cc27377b32296" }, "downloads": -1, "filename": "pygini-0.0.1.tar.gz", "has_sig": false, "md5_digest": "864cab3951c8d1e901e90dc6b5d092d8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1687, "upload_time": "2019-06-25T01:00:58", "url": "https://files.pythonhosted.org/packages/d4/9b/a9b2072ba31e3585be4620a4586ae26e755d47fa8974c0ef6e62637efd0b/pygini-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a8a7bfef93231a04410a44331f178e0", "sha256": "a87f48b30fd9e29edd9d16e5100302a02edc79c66ee38889232cd41bc263061c" }, "downloads": -1, "filename": "pygini-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9a8a7bfef93231a04410a44331f178e0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 14394, "upload_time": "2019-06-25T01:00:56", "url": "https://files.pythonhosted.org/packages/d4/53/fd8b6fea62c2a54abd8c5e4d015fc981ffb2023e7039e9dca846af069c88/pygini-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "864cab3951c8d1e901e90dc6b5d092d8", "sha256": "327b91b53e74f9ade7f553806f86935afabf9fe29c0d4a79277cc27377b32296" }, "downloads": -1, "filename": "pygini-0.0.1.tar.gz", "has_sig": false, "md5_digest": "864cab3951c8d1e901e90dc6b5d092d8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1687, "upload_time": "2019-06-25T01:00:58", "url": "https://files.pythonhosted.org/packages/d4/9b/a9b2072ba31e3585be4620a4586ae26e755d47fa8974c0ef6e62637efd0b/pygini-0.0.1.tar.gz" } ] }