arrowhead-f / client-library-python

Arrowhead Client Library in Python
Eclipse Public License 2.0
5 stars 10 forks source link

Decouple #11 #12

Closed ajoino closed 4 years ago

ajoino commented 4 years ago

Made large refactors to the code. The main object is now the ArrowheadClient which manages the system, consumer, provider, and server. This should help to make the library more modular in the future and allow users to write their own custom consumers and providers.

The api visible to the user is now found in arrowhead_client.api, keeping the __init__.py file clean.

Closes #11