{ "info": { "author": "the scikit-hep admins", "author_email": "scikit-hep-admins@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved", "Operating System :: MacOS", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: C++", "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: Utilities" ], "description": "\n``scikit-hep``: metapackage for Scikit-HEP\n==========================================\n\n.. image:: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg\n :target: https://scikit-hep.org\n\n.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg\n :target: https://gitter.im/Scikit-HEP/community\n\n.. image:: https://img.shields.io/pypi/v/scikit-hep.svg\n :target: https://pypi.python.org/pypi/scikit-hep\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/scikit-hep.svg\n :target: https://anaconda.org/conda-forge/scikit-hep\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1043949.svg\n :target: https://doi.org/10.5281/zenodo.1043949\n\n.. image:: https://github.com/scikit-hep/scikit-hep/workflows/CI/badge.svg\n :target: https://github.com/scikit-hep/scikit-hep/actions?query=workflow%3ACI+branch%3Amaster\n\n.. image:: https://coveralls.io/repos/github/scikit-hep/scikit-hep/badge.svg?branch=master\n :target: https://coveralls.io/github/scikit-hep/scikit-hep?branch=master\n\n\nProject info\n------------\n\nThe `Scikit-HEP project `_ is a community-driven and community-oriented project\nwith the aim of providing Particle Physics at large with an ecosystem for data analysis in Python\nembracing all major topics involved in a physicist's work.\nThe project started in Autumn 2016 and its packages are actively developed and maintained.\n\nIt is not just about providing core and common tools for the community.\nIt is also about improving the interoperability between HEP tools and the Big Data scientific ecosystem in Python,\nand about improving on discoverability of utility packages and projects.\n\nFor what concerns the project grand structure, it should be seen as a *toolset* rather than a toolkit.\n\n**Getting in touch**\n\nThere are various ways to\n`get in touch `_\nwith project admins and/or users and developers.\n\nscikit-hep package\n------------------\n\n``scikit-hep`` is a metapackage for the Scikit-HEP project.\n\nInstallation\n.............\n\nYou can install this metapackage from PyPI with `pip`:\n\n.. code-block:: bash\n\n python -m pip install scikit-hep\n\nor you can use Conda through conda-forge:\n\n.. code-block:: bash\n\n conda install -c conda-forge scikit-hep\n\nAll the normal best-practices for Python apply; you should be in a virtual environment, etc.\n\nPackage version and dependencies\n................................\n\nPlease check the ``setup.py`` and ``requirements.txt`` files for the list\nof Python versions supported and the list of Scikit-HEP project packages\nand dependencies included, respectively.\n\nFor any installed `scikit-hep` the following displays the actual versions\nof all Scikit-HEP dependent packages installed, for example:\n\n.. code-block:: python\n\n >>> import skhep\n >>> skhep.show_versions()\n\n System:\n python: 3.9.9 (main, Dec 21 2021, 10:03:34) [GCC 10.2.1 20210110]\n executable: /usr/local/bin/python\n machine: Linux-4.19.104-microsoft-standard-x86_64-with-glibc2.31\n\n Python dependencies:\n pip: 21.3.1\n setuptools: 57.5.0\n numpy: 1.22.0\n scipy: 1.7.3\n pandas: 1.3.5\n matplotlib: 3.5.1\n\n Scikit-HEP package version and dependencies:\n awkward0: 0.15.5\n awkward: 1.7.0\n boost_histogram: 1.2.1\n decaylanguage: 0.13.0\n hepstats: 0.5.0\n hepunits: 2.1.2\n hist: 2.5.2\n histoprint: 2.2.1\n iminuit: 2.8.4\n mplhep: 0.3.15\n particle: 0.16.3\n skhep: 3.5.0\n uproot: 4.1.9\n uproot3: 3.14.4\n uproot3_methods: 0.10.1\n vector: 0.8.4\n\n\n**Note on the versioning system:**\n\n- A version ``scikit-hep x.y`` is compatible with the releases of all package dependents\n versions ``a.b.c`` for all ``c``.\n- Major version updates are prepared every time (at least) a \"package component\" does the same.\n- Minor version updates are the typical updates, when (at least) a package goes from version ``a.b`` to ``a.(b+1)``.\n- Patch version updates are only done if there is some reason on the side of the metapackage itself.\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/scikit-hep/scikit-hep/", "keywords": "", "license": "BSD 3-Clause License", "maintainer": "", "maintainer_email": "", "name": "scikit-hep", "package_url": "https://pypi.org/project/scikit-hep/", "platform": null, "project_url": "https://pypi.org/project/scikit-hep/", "project_urls": { "Homepage": "https://github.com/scikit-hep/scikit-hep/" }, "release_url": "https://pypi.org/project/scikit-hep/3.6.0/", "requires_dist": [ "awkward (~=1.8.0)", "awkward0 (~=0.15)", "boost-histogram (~=1.3.0)", "decaylanguage (~=0.14.0)", "hepstats (~=0.5.0)", "hepunits (~=2.2.0)", "hist (~=2.6.0)", "histoprint (~=2.2.0)", "iminuit (~=2.11.0)", "matplotlib (>2.0.0)", "mplhep (~=0.3.0)", "numpy (>=1.13.1)", "particle (~=0.20.0)", "uproot (~=4.2.0)", "uproot3 (~=3.14.0)", "uproot3-methods (~=0.10.0)", "vector (~=0.8.0)" ], "requires_python": ">=3.7", "summary": "Metapackage of Scikit-HEP project libraries for Particle Physics.", "version": "3.6.0", "yanked": false, "yanked_reason": null }, "last_serial": 13333286, "releases": { "0.0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "4bf336fe749d3ca548be74a6bb60b380", "sha256": "dd0cc0ede3efaf31a4175b3e9145249d664de22d447b3975c85a88b2c5d5830a" }, "downloads": -1, "filename": "scikit-hep-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4bf336fe749d3ca548be74a6bb60b380", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1201101, "upload_time": "2017-10-31T11:52:20", "upload_time_iso_8601": "2017-10-31T11:52:20.829034Z", "url": "https://files.pythonhosted.org/packages/90/94/2ffc2579efea521ebdfef1229322ffe7fb8f2bea282a82ff97f20955048e/scikit-hep-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "481d38026b576c3e7b7a72d5c5ddf9e3", "sha256": "6ea678c3b0b7b53aa3242d804d2a75269cbb0bf1410ac8b37224314bf7db3116" }, "downloads": -1, "filename": "scikit-hep-0.1.1.tar.gz", "has_sig": false, "md5_digest": "481d38026b576c3e7b7a72d5c5ddf9e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1209774, "upload_time": "2017-11-08T15:37:31", "upload_time_iso_8601": "2017-11-08T15:37:31.776335Z", "url": "https://files.pythonhosted.org/packages/87/3b/7b176a0342ac9ce4d01497e08c4799a1ed4a68f1e163858c17b9e41eb3c5/scikit-hep-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f53d6fec45f9a386d9e62c4cb3e7abcd", "sha256": "60197cb9926ceb0d0c6f2a72a8447fc5dc9d10223223bae925a45960e175677a" }, "downloads": -1, "filename": "scikit-hep-0.3.0.tar.gz", "has_sig": false, "md5_digest": "f53d6fec45f9a386d9e62c4cb3e7abcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224269, "upload_time": "2018-07-17T14:33:20", "upload_time_iso_8601": "2018-07-17T14:33:20.147106Z", "url": "https://files.pythonhosted.org/packages/ba/fe/fe820cdeed7bd9c3bebcdcb6a87ad32aa68c48c50019d689803d07d310ce/scikit-hep-0.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "081cfcfc1e122a0ec1fa1ef87558de45", "sha256": "bbe2c3faea915929a1d0fa36f44c0d6d9cb0cfb3dae6dfa75a6e7486879a099d" }, "downloads": -1, "filename": "scikit-hep-0.3.1.tar.gz", "has_sig": false, "md5_digest": "081cfcfc1e122a0ec1fa1ef87558de45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 738493, "upload_time": "2018-11-16T09:19:23", "upload_time_iso_8601": "2018-11-16T09:19:23.240465Z", "url": "https://files.pythonhosted.org/packages/a3/64/24fff03ceb934bcdafb8543fe1bf820571157d97735c56b38a295bd9d051/scikit-hep-0.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "f2704734a7ad54f7555ff505ce7d244b", "sha256": "be6804acd9fd8b4010c748bd6e3a19fc861245e81825266ca2eae6424a04b8d2" }, "downloads": -1, "filename": "scikit-hep-0.4.0.tar.gz", "has_sig": false, "md5_digest": "f2704734a7ad54f7555ff505ce7d244b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2472864, "upload_time": "2019-03-05T11:55:44", "upload_time_iso_8601": "2019-03-05T11:55:44.996962Z", "url": "https://files.pythonhosted.org/packages/8c/36/dc1b220596744843be9e46dbd06a74fe33095a4ca47d49d50c13594ba338/scikit-hep-0.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "97fbf51b776b99c4ec9e5eab0f042852", "sha256": "9326ddc901e5e1b96a5407e70edfd1e307567f52710ecbc432d941173074d7c2" }, "downloads": -1, "filename": "scikit-hep-0.5.1.tar.gz", "has_sig": false, "md5_digest": "97fbf51b776b99c4ec9e5eab0f042852", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 680926, "upload_time": "2019-05-29T12:54:53", "upload_time_iso_8601": "2019-05-29T12:54:53.770811Z", "url": "https://files.pythonhosted.org/packages/63/79/0a40f9ac1e4c6320a832f0084db94ab9862a4da4f066d09ad665b2dcf994/scikit-hep-0.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "fac2c388e00948c3104dea34026bda94", "sha256": "4165b240ed95d9bb93cc8a46b92a1957e5666aa3812e33764ebfe8ba10e56de7" }, "downloads": -1, "filename": "scikit_hep-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fac2c388e00948c3104dea34026bda94", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 65030, "upload_time": "2020-10-05T16:53:56", "upload_time_iso_8601": "2020-10-05T16:53:56.801554Z", "url": "https://files.pythonhosted.org/packages/8e/00/a2c613715470ab693e740fd02edd5d3fa49f46f3260e78e6608099a5ecb9/scikit_hep-1.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ef74f5ecbd339e9ffb3baa9b40bd33ce", "sha256": "62f1d971ae899df05e364b80d5a50df323e58d1b0d60e9ebeaa0e9fe0b32dbe4" }, "downloads": -1, "filename": "scikit-hep-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ef74f5ecbd339e9ffb3baa9b40bd33ce", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 679882, "upload_time": "2020-10-05T16:53:58", "upload_time_iso_8601": "2020-10-05T16:53:58.796274Z", "url": "https://files.pythonhosted.org/packages/1b/2e/6aff5bf128e41c8abbeb07c93878409175c837c5ea64cda3f669cc55314b/scikit-hep-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a7a8b5331d949045564d6e704c8cb29c", "sha256": "ed3c29ab5f3f9f6fda223223197ecfcae460cffd3a9c7c0f3d8675d56db08288" }, "downloads": -1, "filename": "scikit_hep-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a7a8b5331d949045564d6e704c8cb29c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 64456, "upload_time": "2020-10-08T21:46:29", "upload_time_iso_8601": "2020-10-08T21:46:29.174650Z", "url": "https://files.pythonhosted.org/packages/f2/5c/261079ce767b580834e5e736205950530cad2d2bac957fb5c453f86dc195/scikit_hep-1.0.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "33031c7abdaa49f3ee0290fcd40ca760", "sha256": "8fb47e51ee3e45226788be93da62f039345c0f75f296527d3acaf7b543c123b9" }, "downloads": -1, "filename": "scikit-hep-1.0.1.tar.gz", "has_sig": false, "md5_digest": "33031c7abdaa49f3ee0290fcd40ca760", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 54339, "upload_time": "2020-10-08T21:46:30", "upload_time_iso_8601": "2020-10-08T21:46:30.450742Z", "url": "https://files.pythonhosted.org/packages/ac/12/9351352a13190641b6a3828846901a601fd1092a4e3429dc4df90f5d8ddf/scikit-hep-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "5235c8804145ca721e6aee9506b72ed5", "sha256": "667c315d90964a1e8101863c2179328c248f852dd738a00598804f98268014b7" }, "downloads": -1, "filename": "scikit_hep-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5235c8804145ca721e6aee9506b72ed5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 60902, "upload_time": "2020-10-11T17:12:30", "upload_time_iso_8601": "2020-10-11T17:12:30.188296Z", "url": "https://files.pythonhosted.org/packages/ea/9d/294b274e6df85bea2069df44bcbecbd2e3aa73f83833e3229f7547901bd2/scikit_hep-1.1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0a10606384a9d7ded6ac322e8ead35e7", "sha256": "02cb58e1f084e8654f1a90de57ca9d2b23973cc5a22532a6221826711903eab5" }, "downloads": -1, "filename": "scikit-hep-1.1.0.tar.gz", "has_sig": false, "md5_digest": "0a10606384a9d7ded6ac322e8ead35e7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 51710, "upload_time": "2020-10-11T17:12:31", "upload_time_iso_8601": "2020-10-11T17:12:31.505551Z", "url": "https://files.pythonhosted.org/packages/ab/08/2e6cc1da11be62cbcb8db33ae4f4a0866eff281960191e1c7bfa79b9b9c2/scikit-hep-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "a9aeada105bffd48459bb0a784c54971", "sha256": "3a2c2b3031fa6a4380648d0016e204ed0c99975cdb1e1547ebbb2f91020ac7bb" }, "downloads": -1, "filename": "scikit_hep-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9aeada105bffd48459bb0a784c54971", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 60986, "upload_time": "2020-11-05T11:07:32", "upload_time_iso_8601": "2020-11-05T11:07:32.318792Z", "url": "https://files.pythonhosted.org/packages/ac/bf/83d52f236ef0c05d8f1cd50b94376266647dc7edee86732520e3b91cd14f/scikit_hep-1.2.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7de7cdae36d0ae1a8ada2a4fc816fc3a", "sha256": "5a1344802b0e4b5a1c1405282faee5f7482d3bd6afb475217f9c37d0173a06bf" }, "downloads": -1, "filename": "scikit-hep-1.2.0.tar.gz", "has_sig": false, "md5_digest": "7de7cdae36d0ae1a8ada2a4fc816fc3a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 51815, "upload_time": "2020-11-05T11:07:34", "upload_time_iso_8601": "2020-11-05T11:07:34.198779Z", "url": "https://files.pythonhosted.org/packages/b8/91/0536f07c0350e16aaf815cbf7d9d5857ba17984c9c138e5e1cf6e62a6d9b/scikit-hep-1.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "d6eb22d67cd955a0d7a60201a3eb32d2", "sha256": "d0bf46020c8dda15682330f8b0f0823b116b406d7f0116a95fe97aa9359a57e6" }, "downloads": -1, "filename": "scikit_hep-1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d6eb22d67cd955a0d7a60201a3eb32d2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 60985, "upload_time": "2020-11-05T15:01:58", "upload_time_iso_8601": "2020-11-05T15:01:58.769251Z", "url": "https://files.pythonhosted.org/packages/29/9c/ad2283c57fb57ab9b1ef83b6ed1fba64c8ba7b3650beabd005b12a391683/scikit_hep-1.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47807969bf6f1384aa259ba9081fc05a", "sha256": "05d72ce4ae1a7d832c2fb949a25d7fcb93d5fe5e4cf460f4fb28c0caf9368bcb" }, "downloads": -1, "filename": "scikit-hep-1.2.1.tar.gz", "has_sig": false, "md5_digest": "47807969bf6f1384aa259ba9081fc05a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 51845, "upload_time": "2020-11-05T15:02:00", "upload_time_iso_8601": "2020-11-05T15:02:00.229092Z", "url": "https://files.pythonhosted.org/packages/96/3c/f0ea0a59fc606d21f56d45f8ef38f9111f0bc485367089ea05626cf210b2/scikit-hep-1.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "eb08773b8f0ef7074a1911078f066587", "sha256": "beee2b8c0fcc5a1ae8c6307527e76bb0b46fdd38552a1e52f03dac70bd5d1c62" }, "downloads": -1, "filename": "scikit_hep-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eb08773b8f0ef7074a1911078f066587", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 61136, "upload_time": "2020-12-10T17:57:54", "upload_time_iso_8601": "2020-12-10T17:57:54.195453Z", "url": "https://files.pythonhosted.org/packages/0d/21/02796c98fc274b137eb3f82e15e2242bd835313fc1e0a3d2a70063dac32f/scikit_hep-1.3.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f37e9b5eaa131bd61aa222fbbf6512bc", "sha256": "8b8f29b0a2592ec4d9eac7840655b21fe4bd18336c6397ba15ec02b8d1ac681c" }, "downloads": -1, "filename": "scikit-hep-1.3.0.tar.gz", "has_sig": false, "md5_digest": "f37e9b5eaa131bd61aa222fbbf6512bc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 51492, "upload_time": "2020-12-10T17:57:55", "upload_time_iso_8601": "2020-12-10T17:57:55.566114Z", "url": "https://files.pythonhosted.org/packages/63/cf/bc17d1bb256a9400dd8f1c1d70b90c594a815ba7b14d6384833b079ab7d8/scikit-hep-1.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "2d23ce7607137e8685f09f41aa158721", "sha256": "f1978b943586ad5e736616f1c7608b0a808de43b0a0a9131228f68cc510ceee9" }, "downloads": -1, "filename": "scikit_hep-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d23ce7607137e8685f09f41aa158721", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 61196, "upload_time": "2021-02-22T19:44:24", "upload_time_iso_8601": "2021-02-22T19:44:24.227271Z", "url": "https://files.pythonhosted.org/packages/d4/ac/9d986107f960f281cffa27a950f1ddce309f99e41aa2f94aba18e8331d81/scikit_hep-2.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cfa893204347442d2dcb60939a9e8e9c", "sha256": "5381e9d5eac1f05a3c217214fd4c848d647d7a6862c82f49a156cbd0493b03af" }, "downloads": -1, "filename": "scikit-hep-2.0.0.tar.gz", "has_sig": false, "md5_digest": "cfa893204347442d2dcb60939a9e8e9c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 51522, "upload_time": "2021-02-22T19:44:25", "upload_time_iso_8601": "2021-02-22T19:44:25.561373Z", "url": "https://files.pythonhosted.org/packages/14/11/819fd4ed6c0a3492bc81dc3da7f0ceb551e0905471934fccb324b4df8bf2/scikit-hep-2.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "79111448ca71ab6ac4cc0096ad25c67d", "sha256": "ae852dd3749d3c688c6a0427dbf25fd8c09bb186d655ebad0c4bc35f199428d3" }, "downloads": -1, "filename": "scikit_hep-3.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "79111448ca71ab6ac4cc0096ad25c67d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 61192, "upload_time": "2021-03-12T17:09:05", "upload_time_iso_8601": "2021-03-12T17:09:05.469231Z", "url": "https://files.pythonhosted.org/packages/53/a5/8598e1992c43a0472e03e7ed24e225f0267669fee413e5f6182316514df3/scikit_hep-3.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d21ab3214486b628542348c945ffba53", "sha256": "bf8b049adb3bad922b2c5546cfacd1b0ba9bc470b55082668e561400b8576c27" }, "downloads": -1, "filename": "scikit-hep-3.0.0.tar.gz", "has_sig": false, "md5_digest": "d21ab3214486b628542348c945ffba53", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 51512, "upload_time": "2021-03-12T17:09:06", "upload_time_iso_8601": "2021-03-12T17:09:06.805357Z", "url": "https://files.pythonhosted.org/packages/60/29/52e17d87ba4c48d81945277d97c540761c5f50e9d5376799e019d490568f/scikit-hep-3.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "e0ac7cbcd0d35fd651438bbc5257bad3", "sha256": "6368c4959e6d5ed2dc413353f7386aeeee798d7a6b825d17dc79237a9cfd2e36" }, "downloads": -1, "filename": "scikit_hep-3.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e0ac7cbcd0d35fd651438bbc5257bad3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 61453, "upload_time": "2021-05-14T21:58:53", "upload_time_iso_8601": "2021-05-14T21:58:53.449059Z", "url": "https://files.pythonhosted.org/packages/a4/2d/e53ab8621c51a828aed5860a669efa3708aaad8e3d18d1ebdff70aa1ccbf/scikit_hep-3.1.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "13e1c22a21c2dfe14340d2d436ae9893", "sha256": "d4501051467a638c59463a4d26047dc7d3456a5fab81eee2e200613a1cb3926a" }, "downloads": -1, "filename": "scikit-hep-3.1.0.tar.gz", "has_sig": false, "md5_digest": "13e1c22a21c2dfe14340d2d436ae9893", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 51805, "upload_time": "2021-05-14T21:58:54", "upload_time_iso_8601": "2021-05-14T21:58:54.776275Z", "url": "https://files.pythonhosted.org/packages/b7/30/9e2c92fefaf6f4a1e0c1a7a2f80743bf1025d77c95be5722771cc7491ab3/scikit-hep-3.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "47a774e17440271eef7590d3a38824f0", "sha256": "685a8f01fbd1fc2f8e6cac1adb8a9e46f327194fd9eb14a0619d1b7b1f661333" }, "downloads": -1, "filename": "scikit_hep-3.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "47a774e17440271eef7590d3a38824f0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 61452, "upload_time": "2021-06-01T18:41:37", "upload_time_iso_8601": "2021-06-01T18:41:37.227650Z", "url": "https://files.pythonhosted.org/packages/83/da/34f21bfc6daddc12cbee6581964eeafa533bfbf17c3ad2b73723860eb607/scikit_hep-3.2.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3a7512766daebd86675da9feadafb970", "sha256": "7289ade8c3477c6f63073ead319be495d395d2312b6400a6ce76543f068fa6dd" }, "downloads": -1, "filename": "scikit-hep-3.2.0.tar.gz", "has_sig": false, "md5_digest": "3a7512766daebd86675da9feadafb970", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 51511, "upload_time": "2021-06-01T18:41:38", "upload_time_iso_8601": "2021-06-01T18:41:38.386479Z", "url": "https://files.pythonhosted.org/packages/0d/6e/9409accb7351600d1998935ed1cbc98d867e535d2c5ff5a00b9217d9e131/scikit-hep-3.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.3.0": [ { "comment_text": "", "digests": { "md5": "bd3072be2401d103170731642f961000", "sha256": "a3e7cc11e72f97f8360576c918cb5923ab36351bee07a8682e0ed610aae8cce4" }, "downloads": -1, "filename": "scikit_hep-3.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "bd3072be2401d103170731642f961000", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 38257, "upload_time": "2021-07-08T18:52:27", "upload_time_iso_8601": "2021-07-08T18:52:27.509959Z", "url": "https://files.pythonhosted.org/packages/c2/56/2453001a3033aa21d2a916c654dee271bb7d348418bd8479d7bbff98f1ea/scikit_hep-3.3.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21b010e6bcf5b4442bd664e26e6594e6", "sha256": "fd3cd76d8f5c8243b6e15ec6c308b5049a8b0f674e7c7fa49ae35a3bf126524a" }, "downloads": -1, "filename": "scikit-hep-3.3.0.tar.gz", "has_sig": false, "md5_digest": "21b010e6bcf5b4442bd664e26e6594e6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 39975, "upload_time": "2021-07-08T18:52:28", "upload_time_iso_8601": "2021-07-08T18:52:28.905821Z", "url": "https://files.pythonhosted.org/packages/93/9c/8bc5b606ec0ee4ef759b4b728c3b441e7e2199f7907a5e46cbe13b585db2/scikit-hep-3.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.4.0": [ { "comment_text": "", "digests": { "md5": "55db200c77881cf45bf10cc36c5666b7", "sha256": "1d688f7bd7c3cf7941daced721d8b165ae18b785b75329639069791d4fde78ef" }, "downloads": -1, "filename": "scikit_hep-3.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "55db200c77881cf45bf10cc36c5666b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 38255, "upload_time": "2021-09-03T15:22:28", "upload_time_iso_8601": "2021-09-03T15:22:28.268664Z", "url": "https://files.pythonhosted.org/packages/fb/82/4a1d7d3858bbd7c3b3437aa0d7abe1cfb0c6ab81eae997ab7fb044810cf3/scikit_hep-3.4.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0837b7209881b83937184ba04c94e347", "sha256": "5fc333a627e25bcd2ceba32ff704da1745ca2a17df558242ca9d96aa667a6009" }, "downloads": -1, "filename": "scikit-hep-3.4.0.tar.gz", "has_sig": false, "md5_digest": "0837b7209881b83937184ba04c94e347", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 39880, "upload_time": "2021-09-03T15:22:29", "upload_time_iso_8601": "2021-09-03T15:22:29.308910Z", "url": "https://files.pythonhosted.org/packages/a7/af/058a9a13e8adc1bc5d4e2cf07e8e08f9e3bf8911c87e3f7ac802f8afe72c/scikit-hep-3.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "fb879ae008f09207c28d76926fb420b2", "sha256": "82097f1f33136168652d347832d69b0e089db96e57c9f1c68b33757078b6facd" }, "downloads": -1, "filename": "scikit_hep-3.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "fb879ae008f09207c28d76926fb420b2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 23024, "upload_time": "2022-01-04T17:03:08", "upload_time_iso_8601": "2022-01-04T17:03:08.512414Z", "url": "https://files.pythonhosted.org/packages/a7/c4/bb5a0c6602ec28e8971768e253832a91f87d04fc07711f2d0b3ab95ad670/scikit_hep-3.5.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "826fcbaf5d28177c426f50065123fbd2", "sha256": "b73a21b2466786944bb2085c204657fa416e10b00ea5bad6850e43e072f83f12" }, "downloads": -1, "filename": "scikit-hep-3.5.0.tar.gz", "has_sig": false, "md5_digest": "826fcbaf5d28177c426f50065123fbd2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 25683, "upload_time": "2022-01-04T17:03:09", "upload_time_iso_8601": "2022-01-04T17:03:09.762881Z", "url": "https://files.pythonhosted.org/packages/85/42/a65c05f62cbf47ec1e8735328ace734a8b30cdf9bc4245cc458be5ba8b55/scikit-hep-3.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.6.0": [ { "comment_text": "", "digests": { "md5": "d34f9f9ab565f7de73641dc7f83d34a1", "sha256": "d468ec93407149a05906c8831f29b7a16c004a9a8e44b954ec830d477ef744c2" }, "downloads": -1, "filename": "scikit_hep-3.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d34f9f9ab565f7de73641dc7f83d34a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 23038, "upload_time": "2022-03-29T13:18:51", "upload_time_iso_8601": "2022-03-29T13:18:51.368781Z", "url": "https://files.pythonhosted.org/packages/29/16/cd2fffa8cc9d0b58307db7e583084acd69335790193c8ec5f771dcf27338/scikit_hep-3.6.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92622bc917d52be448e71f8ed5858a2d", "sha256": "498f30f8c60406fa13662120365d6b7a18f99a04b67c919ea4bc92046bbb187a" }, "downloads": -1, "filename": "scikit-hep-3.6.0.tar.gz", "has_sig": false, "md5_digest": "92622bc917d52be448e71f8ed5858a2d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 25650, "upload_time": "2022-03-29T13:18:52", "upload_time_iso_8601": "2022-03-29T13:18:52.546170Z", "url": "https://files.pythonhosted.org/packages/f4/a0/a4526cf97b76369e8d327fed863975bbd96394b992222e6a4b855ddb1cd4/scikit-hep-3.6.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d34f9f9ab565f7de73641dc7f83d34a1", "sha256": "d468ec93407149a05906c8831f29b7a16c004a9a8e44b954ec830d477ef744c2" }, "downloads": -1, "filename": "scikit_hep-3.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d34f9f9ab565f7de73641dc7f83d34a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 23038, "upload_time": "2022-03-29T13:18:51", "upload_time_iso_8601": "2022-03-29T13:18:51.368781Z", "url": "https://files.pythonhosted.org/packages/29/16/cd2fffa8cc9d0b58307db7e583084acd69335790193c8ec5f771dcf27338/scikit_hep-3.6.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92622bc917d52be448e71f8ed5858a2d", "sha256": "498f30f8c60406fa13662120365d6b7a18f99a04b67c919ea4bc92046bbb187a" }, "downloads": -1, "filename": "scikit-hep-3.6.0.tar.gz", "has_sig": false, "md5_digest": "92622bc917d52be448e71f8ed5858a2d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 25650, "upload_time": "2022-03-29T13:18:52", "upload_time_iso_8601": "2022-03-29T13:18:52.546170Z", "url": "https://files.pythonhosted.org/packages/f4/a0/a4526cf97b76369e8d327fed863975bbd96394b992222e6a4b855ddb1cd4/scikit-hep-3.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }