pyhdtoolkit


Namepyhdtoolkit JSON
Version 1.7.0 PyPI version JSON
download
home_pageNone
SummaryAn all-in-one toolkit package to ease my Python work in my PhD.
upload_time2024-11-18 10:23:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords accelerator physics docker phd physics simulation visualisation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
  <b>PyhDToolkit</b>
</h1>

<p align="center">
  <!-- PyPi Version -->
  <a href="https://pypi.org/project/pyhdtoolkit">
    <img alt="PyPI Version" src="https://img.shields.io/pypi/v/pyhdtoolkit?label=PyPI&logo=PyPI">
  </a>

  <!-- Github Release -->
  <a href="https://github.com/fsoubelet/PyhDToolkit/releases">
    <img alt="Github Release" src="https://img.shields.io/github/v/release/fsoubelet/PyhDToolkit?color=blue&label=Release&logo=Github">
  </a>

  <br/>

  <!-- Github Actions Build -->
  <a href="https://github.com/fsoubelet/PyhDToolkit/actions?query=workflow%3A%22Cron+Testing%22">
    <img alt="Github Actions" src="https://github.com/fsoubelet/PyhDToolkit/workflows/Tests/badge.svg">
  </a>

  <!-- Docker Image -->
  <a href="https://hub.docker.com/r/fsoubelet/simenv">
    <img alt="Docker Image" src="https://img.shields.io/docker/image-size/fsoubelet/simenv?label=Docker&sort=date">
  </a>

  <!-- Code Coverage -->
  <a href="https://codecov.io/gh/fsoubelet/PyhDToolkit">
    <img src="https://codecov.io/gh/fsoubelet/PyhDToolkit/branch/master/graph/badge.svg?token=6SO90F2MJI"/>
  </a>

  <br/>

  <!-- Code style -->
  <a href="https://github.com/psf/Black">
    <img alt="Code Style" src="https://img.shields.io/badge/Code%20Style-Black-9cf.svg">
  </a>

  <!-- Linter -->
  <a href="https://github.com/astral-sh/ruff">
    <img alt="Linter" src="https://img.shields.io/badge/Linter-Ruff-ce963f.svg">
  </a>

  <!-- Build tool -->
  <a href="https://github.com/astral-sh/uv">
    <img alt="Build tool" src="https://img.shields.io/badge/Build%20Tool-uv-4e5dc8.svg">
  </a>

  <!-- Test runner -->
  <a href="https://github.com/pytest-dev/pytest">
    <img alt="Test runner" src="https://img.shields.io/badge/Test%20Runner-Pytest-ce963f.svg">
  </a>

  <!-- License -->
  <a href="https://github.com/fsoubelet/PyhDToolkit/blob/master/LICENSE">
    <img alt="License" src="https://img.shields.io/github/license/fsoubelet/PyhDToolkit?color=9cf&label=License">
  </a>
</p>

<p align="center">
  ♻️ An all-in-one package for Python work in my PhD ♻️
</p>

<p align="center">
  <!-- General DOI -->
  <a href="https://zenodo.org/badge/latestdoi/227081702">
    <img alt="DOI" src="https://zenodo.org/badge/227081702.svg">
  </a>
</p>

<p align="center">
  <a href="https://www.python.org/">
    <img alt="Made With Python" src="https://forthebadge.com/images/badges/made-with-python.svg">
  </a>
</p>

Link to [documentation].

## License

Copyright &copy; 2019 Felix Soubelet. [MIT License](LICENSE)

[documentation]: https://fsoubelet.github.io/PyhDToolkit/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyhdtoolkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Accelerator Physics, Docker, PHD, Physics Simulation, Visualisation",
    "author": null,
    "author_email": "Felix Soubelet <felix.soubelet@cern.ch>",
    "download_url": "https://files.pythonhosted.org/packages/30/76/cb9cff7d50f5a893d340669fbb381b22c40a5af0778bed70c3f3c148ecb6/pyhdtoolkit-1.7.0.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n  <b>PyhDToolkit</b>\n</h1>\n\n<p align=\"center\">\n  <!-- PyPi Version -->\n  <a href=\"https://pypi.org/project/pyhdtoolkit\">\n    <img alt=\"PyPI Version\" src=\"https://img.shields.io/pypi/v/pyhdtoolkit?label=PyPI&logo=PyPI\">\n  </a>\n\n  <!-- Github Release -->\n  <a href=\"https://github.com/fsoubelet/PyhDToolkit/releases\">\n    <img alt=\"Github Release\" src=\"https://img.shields.io/github/v/release/fsoubelet/PyhDToolkit?color=blue&label=Release&logo=Github\">\n  </a>\n\n  <br/>\n\n  <!-- Github Actions Build -->\n  <a href=\"https://github.com/fsoubelet/PyhDToolkit/actions?query=workflow%3A%22Cron+Testing%22\">\n    <img alt=\"Github Actions\" src=\"https://github.com/fsoubelet/PyhDToolkit/workflows/Tests/badge.svg\">\n  </a>\n\n  <!-- Docker Image -->\n  <a href=\"https://hub.docker.com/r/fsoubelet/simenv\">\n    <img alt=\"Docker Image\" src=\"https://img.shields.io/docker/image-size/fsoubelet/simenv?label=Docker&sort=date\">\n  </a>\n\n  <!-- Code Coverage -->\n  <a href=\"https://codecov.io/gh/fsoubelet/PyhDToolkit\">\n    <img src=\"https://codecov.io/gh/fsoubelet/PyhDToolkit/branch/master/graph/badge.svg?token=6SO90F2MJI\"/>\n  </a>\n\n  <br/>\n\n  <!-- Code style -->\n  <a href=\"https://github.com/psf/Black\">\n    <img alt=\"Code Style\" src=\"https://img.shields.io/badge/Code%20Style-Black-9cf.svg\">\n  </a>\n\n  <!-- Linter -->\n  <a href=\"https://github.com/astral-sh/ruff\">\n    <img alt=\"Linter\" src=\"https://img.shields.io/badge/Linter-Ruff-ce963f.svg\">\n  </a>\n\n  <!-- Build tool -->\n  <a href=\"https://github.com/astral-sh/uv\">\n    <img alt=\"Build tool\" src=\"https://img.shields.io/badge/Build%20Tool-uv-4e5dc8.svg\">\n  </a>\n\n  <!-- Test runner -->\n  <a href=\"https://github.com/pytest-dev/pytest\">\n    <img alt=\"Test runner\" src=\"https://img.shields.io/badge/Test%20Runner-Pytest-ce963f.svg\">\n  </a>\n\n  <!-- License -->\n  <a href=\"https://github.com/fsoubelet/PyhDToolkit/blob/master/LICENSE\">\n    <img alt=\"License\" src=\"https://img.shields.io/github/license/fsoubelet/PyhDToolkit?color=9cf&label=License\">\n  </a>\n</p>\n\n<p align=\"center\">\n  \u267b\ufe0f An all-in-one package for Python work in my PhD \u267b\ufe0f\n</p>\n\n<p align=\"center\">\n  <!-- General DOI -->\n  <a href=\"https://zenodo.org/badge/latestdoi/227081702\">\n    <img alt=\"DOI\" src=\"https://zenodo.org/badge/227081702.svg\">\n  </a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://www.python.org/\">\n    <img alt=\"Made With Python\" src=\"https://forthebadge.com/images/badges/made-with-python.svg\">\n  </a>\n</p>\n\nLink to [documentation].\n\n## License\n\nCopyright &copy; 2019 Felix Soubelet. [MIT License](LICENSE)\n\n[documentation]: https://fsoubelet.github.io/PyhDToolkit/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An all-in-one toolkit package to ease my Python work in my PhD.",
    "version": "1.7.0",
    "project_urls": {
        "changelog": "https://fsoubelet.github.io/PyhDToolkit/release.html",
        "documentation": "https://fsoubelet.github.io/PyhDToolkit",
        "homepage": "https://github.com/fsoubelet/PyhDToolkit",
        "repository": "https://github.com/fsoubelet/PyhDToolkit"
    },
    "split_keywords": [
        "accelerator physics",
        " docker",
        " phd",
        " physics simulation",
        " visualisation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9972a34630453b9bbe01e0a2684e385f30315d161b2f6dddd2a34bfa134b037f",
                "md5": "5571ab9880ff57c44ddbbdfbe8dfbfc2",
                "sha256": "d989b74437487db62e38151891d8bc3551f5b2963cbcc5c0d082053163cf1de1"
            },
            "downloads": -1,
            "filename": "pyhdtoolkit-1.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5571ab9880ff57c44ddbbdfbe8dfbfc2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 132979,
            "upload_time": "2024-11-18T10:22:59",
            "upload_time_iso_8601": "2024-11-18T10:22:59.209708Z",
            "url": "https://files.pythonhosted.org/packages/99/72/a34630453b9bbe01e0a2684e385f30315d161b2f6dddd2a34bfa134b037f/pyhdtoolkit-1.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3076cb9cff7d50f5a893d340669fbb381b22c40a5af0778bed70c3f3c148ecb6",
                "md5": "a596abb14152e9a8c87d4e087f125120",
                "sha256": "5257a3a88b3ff9a56a9ab300a04ef42caaee8a78268419f912d260f979abba89"
            },
            "downloads": -1,
            "filename": "pyhdtoolkit-1.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a596abb14152e9a8c87d4e087f125120",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 188648,
            "upload_time": "2024-11-18T10:23:00",
            "upload_time_iso_8601": "2024-11-18T10:23:00.439485Z",
            "url": "https://files.pythonhosted.org/packages/30/76/cb9cff7d50f5a893d340669fbb381b22c40a5af0778bed70c3f3c148ecb6/pyhdtoolkit-1.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 10:23:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fsoubelet",
    "github_project": "PyhDToolkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyhdtoolkit"
}
        
Elapsed time: 0.40421s