Metadata-Version: 2.4
Name: speakrail
Version: 0.0.1
Summary: A stub package for speakrail.
Project-URL: Homepage, https://github.com/rootint/speakrail
Project-URL: Repository, https://github.com/rootint/speakrail
Author: rootint
License: MIT
License-File: LICENSE
Keywords: speakrail
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# speakrail

A stub PyPI package.

## Installation

```bash
pip install speakrail
```

## Usage

```python
from speakrail import hello

print(hello())
```
