Skip to main content

python sdk for mixin: https://github.com/nodewee/mixin-sdk-python

Project description

Mixin SDK for Python (Unofficial)

Overview

This is the Mixin Network SDK for Python.

Project objectives: ease of use and readability for developers.

Status

This SDK is still considered a work in progress, therefore things might (and will) break with every update.

Getting started

For sdk user:

pip install mixinsdk

For sdk dev:

Runtime support: Python 3.9+

  1. Clone the repository, or download code.

  2. Set up and activate virtual environment, like this:

cd mixin-sdk-python-main
python3 -m venv .env
. .env/bin/activate

# for windows
# .\.env\Scripts\activate
  1. Install dependencies:

python3 -m pip install -r requirements.txt

  1. Than see "examples" folder, and run it.

Relations

Mixin Messenger Bot Boilerplate: nodewee/mm-bot-boilerplate

Contributing

We'd love to accept your patches and contributions to this project.

How to contribute, see file CONTRIBUTING.md

Changelog see file CHANGELOG.md

TODO

  • Support for send encrypted messages?
  • Address API
  • Circles API
  • Upload Album
  • Withdrawal API
  • Multi-Signature API
  • Collectibles API
  • Mainnet RPC API and Client

References

License

The project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

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

Source Distribution

mixinsdk-0.2.1.tar.gz (22.3 kB view hashes)

Uploaded Source

Built Distribution

mixinsdk-0.2.1-py3-none-any.whl (28.7 kB view hashes)

Uploaded Python 3

Supported by

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