<!--
=====================================
generator=datazen
version=3.1.4
hash=7a75f6089dd1198ceabf9e5b1d820c87
=====================================
-->
# gnomish-army-knife ([1.0.1](https://pypi.org/project/gnomish-army-knife/))
[![python](https://img.shields.io/pypi/pyversions/gnomish-army-knife.svg)](https://pypi.org/project/gnomish-army-knife/)
![Build Status](https://github.com/vkottler/gnomish-army-knife/workflows/Python%20Package/badge.svg)
[![codecov](https://codecov.io/gh/vkottler/gnomish-army-knife/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/gnomish-army-knife)
![PyPI - Status](https://img.shields.io/pypi/status/gnomish-army-knife)
![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/gnomish-army-knife)
*Software tools for WoW arena analysis.*
## Documentation
### Generated
* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/gnomish-army-knife)
(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
* By [pydoc](https://vkottler.github.io/python/pydoc/gnomish_army_knife.html)
(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)
## Python Version Support
This package is tested with the following Python minor versions:
* [`python3.11`](https://docs.python.org/3.11/)
* [`python3.12`](https://docs.python.org/3.12/)
## Platform Support
This package is tested on the following platforms:
* `ubuntu-latest`
* `macos-latest`
* `windows-latest`
# Introduction
![Gnomish Army Knife Icon](https://wow.zamimg.com/images/wow/icons/large/inv_misc_enggizmos_swissarmy.jpg)
This project is named after an
[in-game item](https://www.wowhead.com/item=40772/gnomish-army-knife)
(real ones will know!).
# Command-line Options
```
$ ./venv3.12/bin/gak -h
usage: gak [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]
{scan,noop} ...
Software tools for WoW arena analysis.
options:
-h, --help show this help message and exit
--version show program's version number and exit
-v, --verbose set to increase logging verbosity
-q, --quiet set to reduce output
--curses whether or not to use curses.wrapper when starting
--no-uvloop whether or not to disable uvloop as event loop driver
-C DIR, --dir DIR execute from a specific directory
commands:
{scan,noop} set of available commands
scan scan the 'World of Warcraft' directory for updates
noop command stub (does nothing)
```
# Internal Dependency Graph
A coarse view of the internal structure and scale of
`gnomish-army-knife`'s source.
Generated using [pydeps](https://github.com/thebjorn/pydeps) (via
`mk python-deps`).
![gnomish-army-knife's Dependency Graph](im/pydeps.svg)
Raw data
{
"_id": null,
"home_page": "https://github.com/vkottler/gnomish-army-knife",
"name": "gnomish-army-knife",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "Vaughn Kottler <vaughnkottler@gmail.com>",
"keywords": null,
"author": "Vaughn Kottler",
"author_email": "Vaughn Kottler <vaughnkottler@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/fa/b0/19a2f8012e47946410add79c8d30f99cdad20af0b2c5435f623fd3b811a5/gnomish_army_knife-1.0.1.tar.gz",
"platform": null,
"description": "<!--\n =====================================\n generator=datazen\n version=3.1.4\n hash=7a75f6089dd1198ceabf9e5b1d820c87\n =====================================\n-->\n\n# gnomish-army-knife ([1.0.1](https://pypi.org/project/gnomish-army-knife/))\n\n[![python](https://img.shields.io/pypi/pyversions/gnomish-army-knife.svg)](https://pypi.org/project/gnomish-army-knife/)\n![Build Status](https://github.com/vkottler/gnomish-army-knife/workflows/Python%20Package/badge.svg)\n[![codecov](https://codecov.io/gh/vkottler/gnomish-army-knife/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/gnomish-army-knife)\n![PyPI - Status](https://img.shields.io/pypi/status/gnomish-army-knife)\n![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/gnomish-army-knife)\n\n*Software tools for WoW arena analysis.*\n\n## Documentation\n\n### Generated\n\n* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/gnomish-army-knife)\n(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)\n* By [pydoc](https://vkottler.github.io/python/pydoc/gnomish_army_knife.html)\n(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)\n\n## Python Version Support\n\nThis package is tested with the following Python minor versions:\n\n* [`python3.11`](https://docs.python.org/3.11/)\n* [`python3.12`](https://docs.python.org/3.12/)\n\n## Platform Support\n\nThis package is tested on the following platforms:\n\n* `ubuntu-latest`\n* `macos-latest`\n* `windows-latest`\n\n# Introduction\n\n![Gnomish Army Knife Icon](https://wow.zamimg.com/images/wow/icons/large/inv_misc_enggizmos_swissarmy.jpg)\n\nThis project is named after an\n[in-game item](https://www.wowhead.com/item=40772/gnomish-army-knife)\n(real ones will know!).\n\n# Command-line Options\n\n```\n$ ./venv3.12/bin/gak -h\n\nusage: gak [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]\n {scan,noop} ...\n\nSoftware tools for WoW arena analysis.\n\noptions:\n -h, --help show this help message and exit\n --version show program's version number and exit\n -v, --verbose set to increase logging verbosity\n -q, --quiet set to reduce output\n --curses whether or not to use curses.wrapper when starting\n --no-uvloop whether or not to disable uvloop as event loop driver\n -C DIR, --dir DIR execute from a specific directory\n\ncommands:\n {scan,noop} set of available commands\n scan scan the 'World of Warcraft' directory for updates\n noop command stub (does nothing)\n\n```\n\n# Internal Dependency Graph\n\nA coarse view of the internal structure and scale of\n`gnomish-army-knife`'s source.\nGenerated using [pydeps](https://github.com/thebjorn/pydeps) (via\n`mk python-deps`).\n\n![gnomish-army-knife's Dependency Graph](im/pydeps.svg)\n",
"bugtrack_url": null,
"license": null,
"summary": "Software tools for WoW arena analysis.",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/vkottler/gnomish-army-knife"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eb12ed9a8a1e2f0602b9c57de4415717bf7a6ef4f9b4b26699492b1a149d12f2",
"md5": "2abff0dd12ef1a559e2105749677cc61",
"sha256": "956cae8b583752cdb503708efe2fc940615f2b9ab93a996700881a4255ca4593"
},
"downloads": -1,
"filename": "gnomish_army_knife-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2abff0dd12ef1a559e2105749677cc61",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 20126,
"upload_time": "2024-09-05T19:28:23",
"upload_time_iso_8601": "2024-09-05T19:28:23.241871Z",
"url": "https://files.pythonhosted.org/packages/eb/12/ed9a8a1e2f0602b9c57de4415717bf7a6ef4f9b4b26699492b1a149d12f2/gnomish_army_knife-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fab019a2f8012e47946410add79c8d30f99cdad20af0b2c5435f623fd3b811a5",
"md5": "70feca1f6f57836d9eb624dbed1ff57f",
"sha256": "277f1b2059c5da7f461304f72e3a0108b4bbe62c3e8c53aff5c7a4f8ee2d8b5a"
},
"downloads": -1,
"filename": "gnomish_army_knife-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "70feca1f6f57836d9eb624dbed1ff57f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 14971,
"upload_time": "2024-09-05T19:28:24",
"upload_time_iso_8601": "2024-09-05T19:28:24.221241Z",
"url": "https://files.pythonhosted.org/packages/fa/b0/19a2f8012e47946410add79c8d30f99cdad20af0b2c5435f623fd3b811a5/gnomish_army_knife-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-05 19:28:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "vkottler",
"github_project": "gnomish-army-knife",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "gnomish-army-knife"
}