Metadata-Version: 2.4
Name: plevsy
Version: 0.0.1
Summary: Plevsy SDK — coming soon, see plevsy.com
License-Expression: MIT
Project-URL: Homepage, https://plevsy.com
Keywords: plevsy,sdk,placeholder
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# plevsy

**Plevsy SDK — coming soon, see [plevsy.com](https://plevsy.com)**

This package is a placeholder reserving the `plevsy` name. The real SDK is on its way.

## Usage

```bash
pip install plevsy
plevsy
```

```python
from plevsy import hello

hello()  # Plevsy SDK — coming soon, see plevsy.com
```
