Metadata-Version: 2.1
Name: arda
Version: 0.2.0
Summary: Python library for Tolkien-related data processing
Home-page: http://github.com/digitaltolkien/arda
Author: James Tauber
Author-email: jtauber@jtauber.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# arda

Python library for Tolkien-related data processing

This project is in its early stages and currently just has an initial
implementation of `Year` and `YearDelta` classes for dealing with Ages
and the beginnings of a Shire Calendar class `ShireDate`.

See `test.rst` for an example.

## Development

Install the dev dependencies in `Pipfile`.

Then run `test.sh` to test or `lint.sh` to lint.
