Metadata-Version: 2.1
Name: Py-SPW
Version: 1.5.3
Summary: Python library for spworlds API
Home-page: https://github.com/teleportx/Py-SPW
Author: Stepan Khozhempo
Author-email: stepan@xstl.ru
License: MIT License
Project-URL: Docs, https://pyspw.xstl.ru/en/latest/
Project-URL: GitHub, https://github.com/teleport2/Py-SPW/
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.2
Requires-Dist: mojang==1.1.0
Requires-Dist: pydantic>=1.10.7
Requires-Dist: setuptools>=65.5.1
Requires-Dist: validators>=0.20.0

[![Documentation Status](https://readthedocs.org/projects/py-spw/badge/?version=latest)](https://pyspw.xstl.ru/ru/latest/?badge=latest)

# Py SPW
Library for work with [SPWorlds](https://spworlds.ru) API in Python.

## Installation
**You need python >=3.7**

```shell
pip install Py-SPW
```

## Getting example
*Checking user access*
```python
import pyspw

api = pyspw.SpApi(card_id='card_id',
                  card_token='card_token')

print(api.check_access('437610383310716930'))
```

## Ask help

* See the code [examples](https://github.com/teleportx/Py-SPW/tree/main/examples)
* If you found a bug in a library report it to [issue tracker](https://github.com/teleportx/Py-SPW/issues)
* Get help with your code using Py-SPW [discussions](https://github.com/teleportx/Py-SPW/discussions)


## Links
- [PyPi](https://pypi.org/project/Py-SPW)
- [Documentation](https://pyspw.xstl.ru/en/latest/)
- [API](https://github.com/sp-worlds/api-docs)
