Metadata-Version: 2.1
Name: gw2buildutil
Version: 0.5
Summary: Python library for working with Guild Wars 2 builds
Home-page: http://ikn.org.uk/lib/gw2buildutil
Author: Joseph Lansdowne
Author-email: ikn@ikn.org.uk
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

gw2buildutil 0.5

Python 3 library for working with [Guild Wars 2](https://www.guildwars2.com/en/)
builds.

http://ikn.org.uk/lib/gw2buildutil

# License

Distributed under the terms of the
[BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause).

# Installation

Build dependencies:
- [Setuptools](https://setuptools.readthedocs.io/en/latest/)
- [Bash](https://www.gnu.org/software/bash/)

Run `make`, `make install`.  The usual `DESTDIR`, etc. arguments to `make` are
supported.

# Dependencies

- [Python 3](http://www.python.org) (>= 3.7)
- [Docutils](https://docutils.sourceforge.io) - optional: to use
  reStructuredText in the `textbody` module
