Metadata-Version: 2.4
Name: mmo-maid-sdk
Version: 0.6.0
Summary: Deprecated alias for yourbot-sdk. Installs the YourBot SDK.
License: MIT
Project-URL: Homepage, https://yourbot.gg/dev
Project-URL: Repository, https://github.com/NotUSeee/yourbot-sdk
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: yourbot-sdk==0.6.0

# mmo-maid-sdk (deprecated alias)

This package is the legacy name for the **YourBot SDK**. It installs
[`yourbot-sdk`](https://pypi.org/project/yourbot-sdk/) and does nothing else.

```bash
pip install yourbot-sdk
```

```python
from yourbot_sdk import Plugin, Context
```

Existing code that does `import mmo_maid_sdk` keeps working (the `yourbot-sdk` wheel
ships a compatibility shim), but new plugins should import `yourbot_sdk`.
