2023-07-18 02:27:39 +03:00
2023-05-09 02:28:12 +03:00
2023-05-08 21:43:58 +03:00
2023-07-18 02:27:39 +03:00
2022-07-14 17:37:01 +03:00
2023-05-09 13:35:07 +03:00
2023-05-08 22:52:03 +03:00
2022-07-14 17:37:01 +03:00
2023-07-13 16:53:52 +03:00
2023-05-09 13:35:07 +03:00
2023-05-08 22:50:45 +03:00
2023-07-18 02:27:39 +03:00

Documentation Status

Py SPW

Library for work with SPWorlds API in Python.

Installation

You need python >=3.7

pip install Py-SPW

Getting example

Checking user access

import pyspw

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

print(api.check_access('437610383310716930'))

Ask help

Description
Library for work with SPWorlds API in Python.
Readme MIT 75 KiB
Languages
Python 100%