Metadata-Version: 2.1
Name: mixinsdk
Version: 0.1.5
Summary: python sdk for mixin: https://github.com/nodewee/mixin-sdk-python
Home-page: https://github.com/nodewee/mixin-sdk-python
Author: nodewee
Author-email: nodewee@gmail.com
Project-URL: Github Repo, https://github.com/nodewee/mixin-sdk-python
Project-URL: Bug Tracker, https://github.com/nodewee/mixin-sdk-python/issues
Project-URL: About Mixin, https://developers.mixin.one/
Keywords: mixin,python,sdk,api,mixin network
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Mixin SDK for Python (Unofficial)

## Overview

This is the [Mixin Network](https://mixin.one) SDK for Python.

*Project objectives: ease of use and readability for developers.*

**It is still in development, please do not use it in production environment.**

## Getting started

> Runtime support: Python 3.9+

1. Clone the repository, or download code.

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

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

3. Install dependencies:

`python3.9 -m pip install -r requirements.txt`

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

## Contributing

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

How to contribute, see file [CONTRIBUTING.md](https://github.com/nodewee/mixin-sdk-python/blob/main/CONTRIBUTING.md)

Changelog see file [CHANGELOG.md](https://github.com/nodewee/mixin-sdk-python/blob/main/CHANGELOG.md)

**TODO**

- [ ] Address API
- [ ] Manage group API
- [ ] More messenger schema
- [ ] Circles API
- [ ] Upload Album
- [ ] Withdrawal API
- [ ] Multi-Signature API
- [ ] Collectibles API
- [ ] Mainnet RPC API and Client

## References

- <https://github.com/includeleec/mixin-python3-sdk>
- <https://github.com/learnforpractice/mixin-python>
- <https://developers.mixin.one/docs/api>
- <https://github.com/MixinNetwork/bot-api-go-client/>

## License

The project is licensed under the GNU GPL v3.0 - see the [LICENSE](https://github.com/nodewee/mixin-sdk-python/blob/main/LICENSE) file for details
