aleph-im / aleph-client

Lightweight Python Client library for the Aleph.im network
MIT License
11 stars 12 forks source link

Add deprecation messages and update docs #196

Closed MHHukiewitz closed 3 months ago

MHHukiewitz commented 5 months ago
hoh commented 5 months ago

ImportError does not seem like the right exception here :thinking: See https://docs.python.org/3/library/exceptions.html AttributeError is the standard class for this in Python, see https://docs.python.org/3/reference/datamodel.html#object.__getattr__

nesitor commented 5 months ago

LGTM, but there are tests that are failing, and we need to fix those before merge it.