Metadata-Version: 2.4
Name: poke
Version: 0.0.3
Summary: A Python package by Poke
Project-URL: Homepage, https://poke.com
Project-URL: Repository, https://github.com/poke/poke
Author-email: Poke <poke@interaction.co>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# poke

A Python package by Poke.

## Installation

```bash
pip install poke
```

## Usage

```python
import poke
print(poke.__version__)
```
