v0.3.0
- Added documentation to the :obj:
~easypubsub.proxy.Proxy
, :obj:~easypubsub.subscriber.Subscriber
, and :obj:~easypubsub.publisher.Publisher
classes. - Setup Sphinx documentation and Readthedocs.
- Breaking change: :obj:
~easypubsub.proxy.Proxy
now expects first the address for the publishers and then the address for the subscribers, to make it easier to remember (pub-sub). Fixed tests and examples accordingly.