mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-31 06:01:19 +00:00
Related to https://github.com/status-im/data-docs/issues/158 - Move `Signal` class to a separate file - Create properties and method documentation - Write `Account` methods documentation **Note**: Account initialization documentation will be added once the setup process is simplified
549 B
549 B
Status Python SDK
The initial Python Status Backend was built with testing in mind, instead of easy developer access. The objective of this repository is to make a SDK that is:
- light - as less external packages when it comes to working with Status App
- fast - quick to get started with Status Python
- documented - clear explanations of what was done and why it was done in a specific way.
Currently this repository is not on PyPi but will be added when core functionality has been devleoped and tested.