Files
status-python-sdk/bot/docs/overview.md
T
Nick Ninov 49d7697635 docs: Account
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
2026-03-11 08:30:59 +00:00

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.