hirezapi


Namehirezapi JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/AidanJohnston/hirezapi
SummaryAn example package. Generated with cookiecutter-pylibrary.
upload_time2023-03-26 17:19:28
maintainer
docs_urlNone
authorAidan Johnston
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ========
HIREZAPI
========



A small python wrapper for the Hi-Rez Studios API.

* Free software: MIT license

Installation
------------

::

    pip install hirezapi

You can also install the in-development version with::

    pip install https://github.com/AidanJohnston/hirezapi/archive/main.zip


Documentation
-------------

https://hirezapi.readthedocs.io/


Development
-----------

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.1 (2023-02-20)
------------------

* @AidanJohnston source file init
* @alek-ski Added enpoints and languages.
* @AidanJohnston Update readme

0.0.0 (2023-02-19)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AidanJohnston/hirezapi",
    "name": "hirezapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aidan Johnston",
    "author_email": "contact@aidanjohnston.ca",
    "download_url": "https://files.pythonhosted.org/packages/16/63/25499adab52fcf8226fc3c9c26fba9e922f0407babbda4171c4f1c3f522f/hirezapi-0.0.2.tar.gz",
    "platform": null,
    "description": "========\nHIREZAPI\n========\n\n\n\nA small python wrapper for the Hi-Rez Studios API.\n\n* Free software: MIT license\n\nInstallation\n------------\n\n::\n\n    pip install hirezapi\n\nYou can also install the in-development version with::\n\n    pip install https://github.com/AidanJohnston/hirezapi/archive/main.zip\n\n\nDocumentation\n-------------\n\nhttps://hirezapi.readthedocs.io/\n\n\nDevelopment\n-----------\n\nTo run all the tests run::\n\n    tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n    :widths: 10 90\n    :stub-columns: 1\n\n    - - Windows\n      - ::\n\n            set PYTEST_ADDOPTS=--cov-append\n            tox\n\n    - - Other\n      - ::\n\n            PYTEST_ADDOPTS=--cov-append tox\n\n\nChangelog\n=========\n\n0.0.1 (2023-02-20)\n------------------\n\n* @AidanJohnston source file init\n* @alek-ski Added enpoints and languages.\n* @AidanJohnston Update readme\n\n0.0.0 (2023-02-19)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An example package. Generated with cookiecutter-pylibrary.",
    "version": "0.0.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b14c2fb4fc7a4832ccacabf7031e3b647d76d30c794e90619c8919a43b70eb56",
                "md5": "e5a885628e0aa577298bc3e395740ec5",
                "sha256": "6bfbba79a1b06c45e922005645f52106191df0d5cc682de28b3c221a9c59ac5b"
            },
            "downloads": -1,
            "filename": "hirezapi-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5a885628e0aa577298bc3e395740ec5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7810,
            "upload_time": "2023-03-26T17:19:26",
            "upload_time_iso_8601": "2023-03-26T17:19:26.798139Z",
            "url": "https://files.pythonhosted.org/packages/b1/4c/2fb4fc7a4832ccacabf7031e3b647d76d30c794e90619c8919a43b70eb56/hirezapi-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "166325499adab52fcf8226fc3c9c26fba9e922f0407babbda4171c4f1c3f522f",
                "md5": "9effe2962b481d0ba2de0ce9dd19ee2e",
                "sha256": "067e960bf82c69c88fad767b0b4f4c7fafd32d44d557fe55accf560abb397622"
            },
            "downloads": -1,
            "filename": "hirezapi-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9effe2962b481d0ba2de0ce9dd19ee2e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16202,
            "upload_time": "2023-03-26T17:19:28",
            "upload_time_iso_8601": "2023-03-26T17:19:28.461448Z",
            "url": "https://files.pythonhosted.org/packages/16/63/25499adab52fcf8226fc3c9c26fba9e922f0407babbda4171c4f1c3f522f/hirezapi-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-26 17:19:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "AidanJohnston",
    "github_project": "hirezapi",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "hirezapi"
}
        
Elapsed time: 0.05883s