mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-09 20:09:31 +02:00
little changes
This commit is contained in:
24
README.rst
24
README.rst
@@ -0,0 +1,24 @@
|
||||
|
||||
.. image:: https://img.shields.io/pypi/v/pyspw.svg
|
||||
:target: https://pypi.org/project/pyspw/
|
||||
:alt: PyPI version info
|
||||
|
||||
|
||||
Py SPW
|
||||
=======
|
||||
|
||||
Библиотека для работы с SPworlds API.
|
||||
|
||||
`Документация с примерами <https://github.com/teleport2/Py-SPW/wiki>`_
|
||||
|
||||
|
||||
|
||||
Установка
|
||||
----
|
||||
Библиотека написана на python 3.10.5.
|
||||
|
||||
.. code:: sh
|
||||
|
||||
pip install pyspapi
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
from . import api
|
||||
from . import errors
|
||||
from . import payment_webserver
|
||||
|
||||
__all__ = ["Api", "payment_webserver", "errors"]
|
||||
__all__ = ["Api", "errors"]
|
||||
__version__ = 1.0
|
||||
|
||||
|
||||
|
||||
6
setup.py
6
setup.py
@@ -1,12 +1,12 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='Py-SPW',
|
||||
name='pyspw',
|
||||
version='1.0',
|
||||
packages=['pyspw'],
|
||||
url='',
|
||||
url='https://github.com/teleport2/Py-SPW',
|
||||
license='MIT License',
|
||||
author='Stepan Khozhempo',
|
||||
author_email='stepan@m.khoz.ru',
|
||||
description=''
|
||||
description='Library for spworlds API'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user