aoe2netwrapper


Nameaoe2netwrapper JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryMy Python wrapper for the aoe2.net data API
upload_time2024-07-29 13:00:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords api aoe2 utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
  <b>aoe2netwrapper</b>
</h1>

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

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

  <br/>

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

  <!-- Code Coverage -->
  <a href="https://codeclimate.com/github/fsoubelet/AoE2NetAPIWrapper/maintainability">
    <img alt="Code Coverage" src="https://img.shields.io/codeclimate/maintainability/fsoubelet/AoE2NetAPIWrapper?label=Maintainability&logo=Code%20Climate">
  </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/pypa/hatch">
    <img alt="Build tool" src="https://img.shields.io/badge/Build%20Tool-Hatch-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/AoE2NetAPIWrapper/blob/master/LICENSE">
    <img alt="License" src="https://img.shields.io/github/license/fsoubelet/AoE2NetAPIWrapper?color=9cf&label=License">
  </a>
</p>

<p align="center">
  A simple, efficient and typed Python wrapper to query the https://aoe2.net APIs
</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][package_doc].

Link to [source code][package_source].

---

<div align="center">
  <sub><strong>Made with ♥︎ by fsoubelet</strong></sub>
  <br>
  <sub><strong>MIT &copy 2021 Felix Soubelet</strong></sub>
</div>

[package_doc]: https://fsoubelet.github.io/AoE2NetAPIWrapper/
[package_source]: https://github.com/fsoubelet/AoE2NetAPIWrapper

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aoe2netwrapper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "API, AoE2, Utility",
    "author": null,
    "author_email": "Felix Soubelet <felix.soubelet@cern.ch>",
    "download_url": "https://files.pythonhosted.org/packages/4e/2c/adb95dd0ead4b940c0c0f8e8c6b2836383f9bcfc08a970b80b78fb15f2ac/aoe2netwrapper-0.4.0.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n  <b>aoe2netwrapper</b>\n</h1>\n\n<p align=\"center\">\n  <!-- PyPi Version -->\n  <a href=\"https://pypi.org/project/aoe2netwrapper\">\n    <img alt=\"PyPI Version\" src=\"https://img.shields.io/pypi/v/aoe2netwrapper?label=PyPI&logo=PyPI\">\n  </a>\n\n  <!-- Github Release -->\n  <a href=\"https://github.com/fsoubelet/AoE2NetAPIWrapper/releases\">\n    <img alt=\"Github Release\" src=\"https://img.shields.io/github/v/release/fsoubelet/AoE2NetAPIWrapper?color=orange&label=Release&logo=Github\">\n  </a>\n\n  <br/>\n\n  <!-- Github Actions Build -->\n  <a href=\"https://github.com/fsoubelet/AoE2NetAPIWrapper/actions?query=workflow%3A%22Cron+Testing%22\">\n    <img alt=\"Github Actions\" src=\"https://github.com/fsoubelet/AoE2NetAPIWrapper/workflows/Tests/badge.svg\">\n  </a>\n\n  <!-- Code Coverage -->\n  <a href=\"https://codeclimate.com/github/fsoubelet/AoE2NetAPIWrapper/maintainability\">\n    <img alt=\"Code Coverage\" src=\"https://img.shields.io/codeclimate/maintainability/fsoubelet/AoE2NetAPIWrapper?label=Maintainability&logo=Code%20Climate\">\n  </a>\n\n  <br/>\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/pypa/hatch\">\n    <img alt=\"Build tool\" src=\"https://img.shields.io/badge/Build%20Tool-Hatch-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/AoE2NetAPIWrapper/blob/master/LICENSE\">\n    <img alt=\"License\" src=\"https://img.shields.io/github/license/fsoubelet/AoE2NetAPIWrapper?color=9cf&label=License\">\n  </a>\n</p>\n\n<p align=\"center\">\n  A simple, efficient and typed Python wrapper to query the https://aoe2.net APIs\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][package_doc].\n\nLink to [source code][package_source].\n\n---\n\n<div align=\"center\">\n  <sub><strong>Made with \u2665\ufe0e by fsoubelet</strong></sub>\n  <br>\n  <sub><strong>MIT &copy 2021 Felix Soubelet</strong></sub>\n</div>\n\n[package_doc]: https://fsoubelet.github.io/AoE2NetAPIWrapper/\n[package_source]: https://github.com/fsoubelet/AoE2NetAPIWrapper\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "My Python wrapper for the aoe2.net data API",
    "version": "0.4.0",
    "project_urls": {
        "documentation": "https://fsoubelet.github.io/AoE2NetAPIWrapper/",
        "homepage": "https://github.com/fsoubelet/AoE2NetAPIWrapper",
        "repository": "https://github.com/fsoubelet/AoE2NetAPIWrapper"
    },
    "split_keywords": [
        "api",
        " aoe2",
        " utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "210732766b0790c6760975ca00d669d3fbccbd0f55904d1ff0c1a62a78694979",
                "md5": "13af7ca63f4f661bc5da0461ef11d9a2",
                "sha256": "0ab264f36b16e9ee6de54b2522b0e1d4b69e0bc86d31058b5b89c99d0a1f965e"
            },
            "downloads": -1,
            "filename": "aoe2netwrapper-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13af7ca63f4f661bc5da0461ef11d9a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20506,
            "upload_time": "2024-07-29T13:00:25",
            "upload_time_iso_8601": "2024-07-29T13:00:25.619718Z",
            "url": "https://files.pythonhosted.org/packages/21/07/32766b0790c6760975ca00d669d3fbccbd0f55904d1ff0c1a62a78694979/aoe2netwrapper-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e2cadb95dd0ead4b940c0c0f8e8c6b2836383f9bcfc08a970b80b78fb15f2ac",
                "md5": "09cd0c56517d9d9ab2ce45b03ce7fc1d",
                "sha256": "e6d7b2b56bf673b6dc39bd0ce9726750ca6f0d267f5d1068d008bde951ddae3a"
            },
            "downloads": -1,
            "filename": "aoe2netwrapper-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "09cd0c56517d9d9ab2ce45b03ce7fc1d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 18094,
            "upload_time": "2024-07-29T13:00:27",
            "upload_time_iso_8601": "2024-07-29T13:00:27.000129Z",
            "url": "https://files.pythonhosted.org/packages/4e/2c/adb95dd0ead4b940c0c0f8e8c6b2836383f9bcfc08a970b80b78fb15f2ac/aoe2netwrapper-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-29 13:00:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fsoubelet",
    "github_project": "AoE2NetAPIWrapper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aoe2netwrapper"
}
        
Elapsed time: 0.97272s