Metadata-Version: 2.1
Name: daoc
Version: 0.0.1
Summary: CLI Utility for DAoC
Home-page: UNKNOWN
Author: Wes Roach
Author-email: wesr000@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: pygtail
Provides-Extra: dev
Requires-Dist: setuptools ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'

# DAoC CLI

Command Line Interface to parse DAoC chatlogs

## Installation

```
pip install daoc
```

## Usage

```
daoc parse items --chatlog <chatlog-location> --out <output-directory>
```

Default realm is `All` and default output is `LOKI`.


