Skip to main content

Simple async/sync python SDK for YooMoney

Project description

YooWallet

Simple asynchronous/syncronous python SDK for Yoomoney Wallet and Fundraising (deals with Quickpay) APIs

This SDK is unofficial!

!!! IN DEVELOPMENT !!!

There are a lot of issues, so use at your own risk!

Installation

# The simplest way:
pip install yoowallet

Go to docs to get more info

Usage

Let's get account info:

import asyncio
from yoowallet import App
from yoowallet.types import AccountInfo

async def main(): 
    app: App = App("TOKEN")
    if not await app.connect():
        raise ValueError("Token is invalid!")
    app_info: AccountInfo = await app.account_info()
    app_info.debug()
    
if __name__ == "__main__":
    asyncio.run(main())

There are way more other functions - go to docs

Docs

You can access YooWallet documentation here: https://yoowalletpy.github.io

Sources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yoowallet-0.1.0-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

Details for the file yoowallet-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: yoowallet-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for yoowallet-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d7075764a17e33ab50045a95db959c9e679023ede49a3a44c359293dfef84b7d
MD5 60b4a9440a88927a5248bb91fd2c2153
BLAKE2b-256 7aa6dbe3464eb9baf5c01a97b5c231e7db5aa4ccb10bebac141e46595d867899

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page