Metadata-Version: 2.4
Name: spaider
Version: 0.0.2
Summary: Reserved name — installs spaider-client, the real Spaider SDK
Project-URL: Homepage, https://pypi.org/project/spaider-client/
Project-URL: Source, https://github.com/Spaider-studio/spaider
Author: SpAIder Studio
License-Expression: Apache-2.0
Requires-Python: >=3.9
Requires-Dist: spaider-client
Description-Content-Type: text/markdown

# spaider (reserved name)

This PyPI distribution reserves the short name `spaider`. It ships **no code** —
it simply depends on [`spaider-client`](https://pypi.org/project/spaider-client/),
the actual SpAIder SDK, which provides the importable `spaider` package:

```bash
pip install spaider          # pulls in spaider-client
# or, equivalently:
pip install spaider-client
```

```python
from spaider import Spaider
```

Because this package ships no module of its own, installing it alongside
`spaider-client` (in any order) never shadows the SDK.

See the main project: https://github.com/Spaider-studio/spaider
