Metadata-Version: 2.1
Name: py-habitica
Version: 0.0.0
Summary: An API wrapper for Habitica's API, in Python.
Home-page: https://github.com/ankitica/py-habitica
Author: skifli
License: MIT
Project-URL: Documentation, https://github.com/ankitica/py-habitica
Project-URL: Source, https://github.com/ankitica/py-habitica
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# py-habitica

[![PyPI](https://img.shields.io/pypi/v/py-habitica)](https://pypi.org/project/py-habitica)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/py-habitica)](https://pypi.org/project/py-habitica/#files)
![Lines of Code](https://img.shields.io/github/languages/code-size/ankitica/py-habitica)

- [py-habitica](#py-habitica)
  - [Installation](#installation)
  - [Usage](#usage)
  - [Example](#example)

A Python wrapper for the **Habitica API**.

## Installation

Installation via **pip**:

```
pip install py-habitica
```

## Usage

## Example
