scikit-hep


Namescikit-hep JSON
Version 2024.3.1 PyPI version JSON
download
home_pagehttps://github.com/scikit-hep/scikit-hep/
SummaryMetapackage of Scikit-HEP project libraries for Particle Physics.
upload_time2024-03-04 14:54:32
maintainer
docs_urlNone
authorthe scikit-hep admins
requires_python>=3.8
licenseBSD 3-Clause License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
``scikit-hep``: metapackage for Scikit-HEP
==========================================

.. image:: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg
   :target: https://scikit-hep.org

.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
   :target: https://gitter.im/Scikit-HEP/community

.. image:: https://img.shields.io/pypi/v/scikit-hep.svg
  :target: https://pypi.python.org/pypi/scikit-hep

.. image:: https://img.shields.io/conda/vn/conda-forge/scikit-hep.svg
  :target: https://github.com/conda-forge/scikit-hep-feedstock

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1043949.svg
  :target: https://doi.org/10.5281/zenodo.1043949

.. image:: https://github.com/scikit-hep/scikit-hep/workflows/CI/badge.svg
   :target: https://github.com/scikit-hep/scikit-hep/actions?query=workflow%3ACI+branch%3Amaster

.. image:: https://codecov.io/gh/scikit-hep/scikit-hep/graph/badge.svg?branch=master
   :target: https://codecov.io/gh/scikit-hep/scikit-hep?branch=master

Project info
------------

The `Scikit-HEP project <http://scikit-hep.org/>`_ is a community-driven and community-oriented project
with the aim of providing Particle Physics at large with an ecosystem for data analysis in Python
embracing all major topics involved in a physicist's work.
The project started in Autumn 2016 and its packages are actively developed and maintained.

It is not just about providing core and common tools for the community.
It is also about improving the interoperability between HEP tools and the Big Data scientific ecosystem in Python,
and about improving on discoverability of utility packages and projects.

For what concerns the project grand structure, it should be seen as a *toolset* rather than a toolkit.

**Getting in touch**

There are various ways to
`get in touch <https://scikit-hep.org/getting-in-touch.html>`_
with project admins and/or users and developers.

scikit-hep package
------------------

``scikit-hep`` is a metapackage for the Scikit-HEP project.

Installation
.............

You can install this metapackage from PyPI with `pip`:

.. code-block:: bash

   python -m pip install scikit-hep

or you can use Conda through conda-forge:

.. code-block:: bash

   conda install -c conda-forge scikit-hep

All the normal best-practices for Python apply; you should be in a virtual environment, etc.

Package version and dependencies
................................

Please check the ``setup.cfg`` and ``requirements.txt`` files for the list
of Python versions supported and the list of Scikit-HEP project packages
and dependencies included, respectively.

For any installed ``scikit-hep`` the following displays the actual versions
of all Scikit-HEP dependent packages installed, for example:

.. code-block:: python

    >>> import skhep
    >>> skhep.show_versions()

    System:
        python: 3.10.10 | packaged by conda-forge | (main, Mar 24 2023, 20:08:06) [GCC 11.3.0]
    executable: /srv/conda/envs/notebook/bin/python
       machine: Linux-5.15.0-72-generic-x86_64-with-glibc2.27

    Python dependencies:
           pip: 23.1.2
         numpy: 1.24.3
         scipy: 1.10.1
        pandas: 2.0.2
    matplotlib: 3.7.1

    Scikit-HEP package version and dependencies:
            awkward: 2.2.2
    boost_histogram: 1.3.2
      decaylanguage: 0.15.3
           hepstats: 0.6.1
           hepunits: 2.3.2
               hist: 2.6.3
         histoprint: 2.4.0
            iminuit: 2.21.3
             mplhep: 0.3.28
           particle: 0.22.0
              pylhe: 0.6.0
           resample: 1.6.0
              skhep: 2023.06.09
             uproot: 5.0.8
             vector: 1.0.0

**Note on the versioning system:**

This package uses `Calendar Versioning <https://calver.org/>`_ (CalVer).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scikit-hep/scikit-hep/",
    "name": "scikit-hep",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "the scikit-hep admins",
    "author_email": "scikit-hep-admins@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/53/a7/3a1dbae032092d84fa45dcf89ea9fca2fc26fc61cfd1b90fdc4f4841a52e/scikit-hep-2024.3.1.tar.gz",
    "platform": null,
    "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://github.com/conda-forge/scikit-hep-feedstock\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://codecov.io/gh/scikit-hep/scikit-hep/graph/badge.svg?branch=master\n   :target: https://codecov.io/gh/scikit-hep/scikit-hep?branch=master\n\nProject info\n------------\n\nThe `Scikit-HEP project <http://scikit-hep.org/>`_ 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 <https://scikit-hep.org/getting-in-touch.html>`_\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.cfg`` 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.10.10 | packaged by conda-forge | (main, Mar 24 2023, 20:08:06) [GCC 11.3.0]\n    executable: /srv/conda/envs/notebook/bin/python\n       machine: Linux-5.15.0-72-generic-x86_64-with-glibc2.27\n\n    Python dependencies:\n           pip: 23.1.2\n         numpy: 1.24.3\n         scipy: 1.10.1\n        pandas: 2.0.2\n    matplotlib: 3.7.1\n\n    Scikit-HEP package version and dependencies:\n            awkward: 2.2.2\n    boost_histogram: 1.3.2\n      decaylanguage: 0.15.3\n           hepstats: 0.6.1\n           hepunits: 2.3.2\n               hist: 2.6.3\n         histoprint: 2.4.0\n            iminuit: 2.21.3\n             mplhep: 0.3.28\n           particle: 0.22.0\n              pylhe: 0.6.0\n           resample: 1.6.0\n              skhep: 2023.06.09\n             uproot: 5.0.8\n             vector: 1.0.0\n\n**Note on the versioning system:**\n\nThis package uses `Calendar Versioning <https://calver.org/>`_ (CalVer).\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Metapackage of Scikit-HEP project libraries for Particle Physics.",
    "version": "2024.3.1",
    "project_urls": {
        "Homepage": "https://github.com/scikit-hep/scikit-hep/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffe089d722684cdcd97a21c5382467ff1120572d2e3479096acd8d598e476c27",
                "md5": "f958fab61c97da1cf7bfb54f1a60dd6f",
                "sha256": "fe91bdf26bcd17cc7dbc3f5787e6b41e198bef95e042570aea5f7a5db53d19da"
            },
            "downloads": -1,
            "filename": "scikit_hep-2024.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f958fab61c97da1cf7bfb54f1a60dd6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22303,
            "upload_time": "2024-03-04T14:54:28",
            "upload_time_iso_8601": "2024-03-04T14:54:28.747642Z",
            "url": "https://files.pythonhosted.org/packages/ff/e0/89d722684cdcd97a21c5382467ff1120572d2e3479096acd8d598e476c27/scikit_hep-2024.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53a73a1dbae032092d84fa45dcf89ea9fca2fc26fc61cfd1b90fdc4f4841a52e",
                "md5": "db8c2e3759c6aa4ff09478844263cfd5",
                "sha256": "37b5e32d1eca25fad0a21ae9dcbe1fb7f84acd1a7624fa8cf33391d17da04421"
            },
            "downloads": -1,
            "filename": "scikit-hep-2024.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "db8c2e3759c6aa4ff09478844263cfd5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 25439,
            "upload_time": "2024-03-04T14:54:32",
            "upload_time_iso_8601": "2024-03-04T14:54:32.613581Z",
            "url": "https://files.pythonhosted.org/packages/53/a7/3a1dbae032092d84fa45dcf89ea9fca2fc26fc61cfd1b90fdc4f4841a52e/scikit-hep-2024.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 14:54:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scikit-hep",
    "github_project": "scikit-hep",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "scikit-hep"
}
        
Elapsed time: 0.22150s