mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-09 20:09:31 +02:00
docs prettify
This commit is contained in:
18
README.md
18
README.md
@@ -1,14 +1,16 @@
|
||||
[](https://pyspw.xstl.ru/ru/latest/?badge=latest)
|
||||
|
||||
# Py SPW
|
||||
Library for work with [SPWorlds](https://spworlds.ru) API in Python.
|
||||
|
||||
## Installation
|
||||
Need python version >=3.7
|
||||
**You need python >=3.7**
|
||||
|
||||
```shell
|
||||
pip install Py-Spw
|
||||
pip install Py-SPW
|
||||
```
|
||||
|
||||
## Quick start
|
||||
## Getting example
|
||||
*Checking user access*
|
||||
```python
|
||||
import pyspw
|
||||
@@ -19,10 +21,14 @@ api = pyspw.SpApi(card_id='card_id',
|
||||
print(api.check_access('437610383310716930'))
|
||||
```
|
||||
|
||||
### How to
|
||||
You can see [examples](https://github.com/teleportx/Py-SPW/tree/main/examples) to help solve your problem
|
||||
## 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://github.com/teleportx/Py-SPW/wiki)
|
||||
- [Documentation](https://pyspw.xstl.ru/latest)
|
||||
- [API](https://github.com/sp-worlds/api-docs)
|
||||
Reference in New Issue
Block a user