Skip to content

Releases: eiffel-community/eiffel-pythonlib

Eiffellib 1.1.0

29 Jan 08:30
ff11b12
Compare
Choose a tag to compare

Eiffellib updated to 1.1.0

  • If Context is None, call a subscriber with None on Context.
    This fixes a problem where eiffel subscriber would call callbacks with
    a context link to illegal events.
  • Replace print() calls with the standard logging module
    We should use the python standard library's logging module to log
    messages, not print or traceback.print_exc()
  • Reconnect the connection thread if broker shuts down
    Make subscriber and publisher interfaces more clear and stable.
    Reconnect if the rabbitmq broker shuts down.

Eiffellib 1.0.2

21 Nov 13:25
Compare
Choose a tag to compare

Eiffellib updated to 1.0.2.

  • Fix examples
  • Add Fredrik as contributor
  • Correct library name for the package when building wheel
  • Re-added examples without unsupported rst options

Eiffellib v1.0.1

15 Nov 11:31
Compare
Choose a tag to compare

1.0.0 did not upload correctly to pypi.
1.0.0 is removed and 1.0.1 is now uploaded correctly.

Eiffellib python library for Eiffel

15 Nov 08:59
Compare
Choose a tag to compare

Eiffellib is a library for subscribing to and publishing Eiffel events to a message-broker.

This library solves the problem of publishing Eiffel events and subscribing to events, removing the need of knowing how to connect to a message-broker or how to utilize the protocol it supplies.

With Eiffellib you can start subscribing to and publish valid Eiffel events quickly and to get a feel for the event protocol.