Metadata-Version: 2.1
Name: countapi
Version: 1.0
Summary: An unofficial Python client library for CountAPI (countapi.xyz).
Home-page: https://github.com/BenJetson/py-countapi
Author: Ben Godfrey
Author-email: BenJetson@users.noreply.github.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

# py-countapi

An unofficial Python client library for CountAPI (countapi.xyz)

It is your responsibility to use this library in accordance with the the
CountAPI terms of service.

## Installation

This package is available from [PyPi](https://pypi.org/project/rwmutex/), which
means it can be easily acquired via [`pip`](https://pypi.org/project/pip/).

Run this command at a shell prompt:

```bash
pip3 install countapi
```

## Usage

To get started, import the package like so:

```py
import countapi
```

For a working example, see [example.py](example.py).


