Metadata-Version: 2.1
Name: sber-payments
Version: 0.1.0
Summary: SBER Payments Python Client Library
Home-page: https://github.com/jokerinteractive/sber-payments
Author: Anton Popov
Author-email: anton@jokerinteractive.ru
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/jokerinteractive/sber-payments/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://github.com/jokerinteractive/sber-payments/
Description: Python библиотека к программному интерфейсу (API) СБЕРа
        =======================================================
        
        Подключение через программный интерфейс (API) позволяет использовать всю доступную функциональность платёжного шлюза.
        
        Использование
        -------------
        
        .. code-block:: python
        
            from sber_payouts import Client
        
            client = Client('TOKEN')
        
            client.register_order(order_number='001', amount=100, return_url='https://shopname.ru/')
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
