.. image:: https://readthedocs.org/projects/wow-acc/badge/?version=latest
:target: https://wow-acc.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://github.com/MacHu-GWU/wow_acc-project/actions/workflows/main.yml/badge.svg
:target: https://github.com/MacHu-GWU/wow_acc-project/actions?query=workflow:CI
.. image:: https://codecov.io/gh/MacHu-GWU/wow_acc-project/branch/main/graph/badge.svg
:target: https://codecov.io/gh/MacHu-GWU/wow_acc-project
.. image:: https://img.shields.io/pypi/v/wow-acc.svg
:target: https://pypi.python.org/pypi/wow-acc
.. image:: https://img.shields.io/pypi/l/wow-acc.svg
:target: https://pypi.python.org/pypi/wow-acc
.. image:: https://img.shields.io/pypi/pyversions/wow-acc.svg
:target: https://pypi.python.org/pypi/wow-acc
.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
:target: https://github.com/MacHu-GWU/wow_acc-project/blob/main/release-history.rst
.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
:target: https://github.com/MacHu-GWU/wow_acc-project
------
.. image:: https://img.shields.io/badge/Link-Document-blue.svg
:target: https://wow-acc.readthedocs.io/en/latest/
.. image:: https://img.shields.io/badge/Link-API-blue.svg
:target: https://wow-acc.readthedocs.io/en/latest/py-modindex.html
.. image:: https://img.shields.io/badge/Link-Install-blue.svg
:target: `install`_
.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
:target: https://github.com/MacHu-GWU/wow_acc-project
.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
:target: https://github.com/MacHu-GWU/wow_acc-project/issues
.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
:target: https://github.com/MacHu-GWU/wow_acc-project/issues
.. image:: https://img.shields.io/badge/Link-Download-blue.svg
:target: https://pypi.org/pypi/wow-acc#files
Welcome to ``wow_acc`` Documentation
==============================================================================
.. image:: https://wow-acc.readthedocs.io/en/latest/_static/wow_acc-logo.png
:target: https://wow-acc.readthedocs.io/en/latest/
Data model for World of Warcraft account, realm and character.
Usage example:
.. code-block:: python
from wow_acc.api import (
Account,
Realm,
Character,
Dataset,
)
# your code here
.. _install:
Install
------------------------------------------------------------------------------
``wow_acc`` is released on PyPI, so all you need is to:
.. code-block:: console
$ pip install wow-acc
To upgrade to latest version:
.. code-block:: console
$ pip install --upgrade wow-acc
Raw data
{
"_id": null,
"home_page": "https://github.com/MacHu-GWU/wow_acc-project",
"name": "wow-acc",
"maintainer": "Sanhe Hu",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "husanhe@gmail.com",
"keywords": null,
"author": "Sanhe Hu",
"author_email": "husanhe@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/69/4e/73551a30691282ca1905ec268ec5b530ead94293ca78794ad5e64d167cd0/wow_acc-0.1.1.tar.gz",
"platform": "Windows",
"description": "\n.. image:: https://readthedocs.org/projects/wow-acc/badge/?version=latest\n :target: https://wow-acc.readthedocs.io/en/latest/\n :alt: Documentation Status\n\n.. image:: https://github.com/MacHu-GWU/wow_acc-project/actions/workflows/main.yml/badge.svg\n :target: https://github.com/MacHu-GWU/wow_acc-project/actions?query=workflow:CI\n\n.. image:: https://codecov.io/gh/MacHu-GWU/wow_acc-project/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/MacHu-GWU/wow_acc-project\n\n.. image:: https://img.shields.io/pypi/v/wow-acc.svg\n :target: https://pypi.python.org/pypi/wow-acc\n\n.. image:: https://img.shields.io/pypi/l/wow-acc.svg\n :target: https://pypi.python.org/pypi/wow-acc\n\n.. image:: https://img.shields.io/pypi/pyversions/wow-acc.svg\n :target: https://pypi.python.org/pypi/wow-acc\n\n.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social\n :target: https://github.com/MacHu-GWU/wow_acc-project/blob/main/release-history.rst\n\n.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social\n :target: https://github.com/MacHu-GWU/wow_acc-project\n\n------\n\n.. image:: https://img.shields.io/badge/Link-Document-blue.svg\n :target: https://wow-acc.readthedocs.io/en/latest/\n\n.. image:: https://img.shields.io/badge/Link-API-blue.svg\n :target: https://wow-acc.readthedocs.io/en/latest/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Install-blue.svg\n :target: `install`_\n\n.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg\n :target: https://github.com/MacHu-GWU/wow_acc-project\n\n.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg\n :target: https://github.com/MacHu-GWU/wow_acc-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg\n :target: https://github.com/MacHu-GWU/wow_acc-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Download-blue.svg\n :target: https://pypi.org/pypi/wow-acc#files\n\n\nWelcome to ``wow_acc`` Documentation\n==============================================================================\n.. image:: https://wow-acc.readthedocs.io/en/latest/_static/wow_acc-logo.png\n :target: https://wow-acc.readthedocs.io/en/latest/\n\nData model for World of Warcraft account, realm and character.\n\nUsage example:\n\n.. code-block:: python\n\n from wow_acc.api import (\n Account,\n Realm,\n Character,\n Dataset,\n )\n\n # your code here\n\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n\n``wow_acc`` is released on PyPI, so all you need is to:\n\n.. code-block:: console\n\n $ pip install wow-acc\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n $ pip install --upgrade wow-acc\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Data model for World of Warcraft account, realm and character.",
"version": "0.1.1",
"project_urls": {
"Download": "https://pypi.python.org/pypi/wow_acc/0.1.1#downloads",
"Homepage": "https://github.com/MacHu-GWU/wow_acc-project"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "80072631181f6a450a95f13557766dfd08135a00eb3e8676d047bc77e93af577",
"md5": "a8701639d7c41228522feca0c27965d5",
"sha256": "bb66d5d3f0988344a7e29106cc8936d122c937bee20a08cb459560c966543b76"
},
"downloads": -1,
"filename": "wow_acc-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a8701639d7c41228522feca0c27965d5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 11680,
"upload_time": "2024-06-23T05:04:44",
"upload_time_iso_8601": "2024-06-23T05:04:44.507588Z",
"url": "https://files.pythonhosted.org/packages/80/07/2631181f6a450a95f13557766dfd08135a00eb3e8676d047bc77e93af577/wow_acc-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "694e73551a30691282ca1905ec268ec5b530ead94293ca78794ad5e64d167cd0",
"md5": "62b4ce890696faee56ab29b2603da305",
"sha256": "4a9091e92126044c3b8b0e554604d6292fd81d2ab68122e7bbdaa136a3a7f7de"
},
"downloads": -1,
"filename": "wow_acc-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "62b4ce890696faee56ab29b2603da305",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 14574,
"upload_time": "2024-06-23T05:04:47",
"upload_time_iso_8601": "2024-06-23T05:04:47.374359Z",
"url": "https://files.pythonhosted.org/packages/69/4e/73551a30691282ca1905ec268ec5b530ead94293ca78794ad5e64d167cd0/wow_acc-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-23 05:04:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MacHu-GWU",
"github_project": "wow_acc-project",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "PyYAML",
"specs": [
[
">=",
"6.0.1"
],
[
"<",
"7.0.0"
]
]
}
],
"lcname": "wow-acc"
}