aleph-im / aleph-sdk-python

Python SDK library for the Aleph.im network
MIT License
3 stars 4 forks source link

Refactor AlephClient classes #65

Closed MHHukiewitz closed 10 months ago

MHHukiewitz commented 11 months ago

This PR is in preparation for the alpha release of v0.8.0 and contains all changes to the client's interface that are intended for the breaking release v0.8.0.

MHHukiewitz commented 11 months ago

I refactored the package structure quite substantially here now, so not only we do now have a aleph.sdk.model module, containing all the Post, Message and Filter models, but also turned aleph.sdk.client into a module, following @hoh's suggestion.

hoh commented 10 months ago

The diff looks good :+1: . Can you rebase the commits to have clear atomic changes that follow our git commit style ?