Metadata-Version: 2.4
Name: justsdk
Version: 2.0.0
Summary: Just DEV.
Author-email: eesuhn <eason.yihong@gmail.com>
Requires-Python: >=3.11
Requires-Dist: orjson>=3.10.18
Requires-Dist: pygments>=2.19.2
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

[![PyPI](https://img.shields.io/pypi/v/justsdk)](https://pypi.org/project/justsdk/)

# 🌊 justsdk

<img src="https://raw.githubusercontent.com/eesuhn/justsdk/refs/heads/main/docs/banner.png" alt="banner" width="440" />

Just a lightweight development kit.

## Installation
```bash
pip install justsdk
```

## Usage
```python
import justsdk
```

## License
This project is under the MIT License — see the [LICENSE](https://raw.githubusercontent.com/eesuhn/eesuhn-sdk/refs/heads/main/LICENSE) file for details.
