Metadata-Version: 2.1
Name: wow_wtf
Version: 0.1.1
Summary: ``World of Warcraft/WTF`` configuration management tool.
Home-page: https://github.com/MacHu-GWU/wow_wtf-project
Download-URL: https://pypi.python.org/pypi/wow_wtf/0.1.1#downloads
Author: Sanhe Hu
Author-email: husanhe@gmail.com
Maintainer: Sanhe Hu
Maintainer-email: husanhe@gmail.com
License: MIT
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: pathlib_mate<2.0.0,>=1.3.2
Requires-Dist: ordered-set<5.0.0,>=4.1.0
Requires-Dist: vislog<1.0.0,>=0.1.2
Requires-Dist: jinja2<4.0.0,>=3.0.0
Requires-Dist: wow_acc<1.0.0,>=0.1.1
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Provides-Extra: docs
Requires-Dist: Sphinx==5.3.0; extra == "docs"
Requires-Dist: sphinx-jinja==2.0.2; extra == "docs"
Requires-Dist: sphinx-copybutton==0.5.1; extra == "docs"
Requires-Dist: sphinx-design==0.5.0; extra == "docs"
Requires-Dist: furo==2023.03.27; extra == "docs"
Requires-Dist: nbsphinx==0.8.12; extra == "docs"
Requires-Dist: rstobj==1.2.1; extra == "docs"
Requires-Dist: pygments==2.15.1; extra == "docs"
Requires-Dist: ipython==8.10.0; extra == "docs"
Requires-Dist: docfly==2.0.3; extra == "docs"


.. image:: https://readthedocs.org/projects/wow-wtf/badge/?version=latest
    :target: https://wow-wtf.readthedocs.io/en/latest/
    :alt: Documentation Status

.. image:: https://github.com/MacHu-GWU/wow_wtf-project/workflows/CI/badge.svg
    :target: https://github.com/MacHu-GWU/wow_wtf-project/actions?query=workflow:CI

.. image:: https://codecov.io/gh/MacHu-GWU/wow_wtf-project/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/MacHu-GWU/wow_wtf-project

.. image:: https://img.shields.io/pypi/v/wow-wtf.svg
    :target: https://pypi.python.org/pypi/wow-wtf

.. image:: https://img.shields.io/pypi/l/wow-wtf.svg
    :target: https://pypi.python.org/pypi/wow-wtf

.. image:: https://img.shields.io/pypi/pyversions/wow-wtf.svg
    :target: https://pypi.python.org/pypi/wow-wtf

.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/wow_wtf-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_wtf-project

------

.. image:: https://img.shields.io/badge/Link-Document-blue.svg
    :target: https://wow-wtf.readthedocs.io/en/latest/

.. image:: https://img.shields.io/badge/Link-API-blue.svg
    :target: https://wow-wtf.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_wtf-project

.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
    :target: https://github.com/MacHu-GWU/wow_wtf-project/issues

.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
    :target: https://github.com/MacHu-GWU/wow_wtf-project/issues

.. image:: https://img.shields.io/badge/Link-Download-blue.svg
    :target: https://pypi.org/pypi/wow-wtf#files


Welcome to ``wow_wtf`` Documentation
==============================================================================
.. image:: https://wow-wtf.readthedocs.io/en/latest/_static/wow_wtf-logo.png
    :target: https://wow-wtf.readthedocs.io/en/latest/

``World of Warcraft/WTF`` configuration management tool.

该项目是一个用于管理魔兽世界客户端 WTF 配置文件的工具. 该工具本身用 Python 实现, 功能非常强大, 可扩展性也很强. 该工具不是一个图形界面软件, 而是一个编程库. 我用它管理着 2 个不同的魔兽世界资料片 (WotLK 和 MOP), 4 个不同的服务器 (包括一个 retail 官服和 3 个不同的私服), 共计 50 多个游戏账号, 180 多个人物角色的配置文件 (我喜欢玩多开单刷).


.. _install:

Install
------------------------------------------------------------------------------

``wow_wtf`` is released on PyPI, so all you need is to:

.. code-block:: console

    $ pip install wow-wtf

To upgrade to latest version:

.. code-block:: console

    $ pip install --upgrade wow-wtf
