Minotaur Versions Save

A pythonic, asynchronous, inotify interface

v0.2.0

1 year ago
  • Remove deprecated loop parameter from API
  • Fix import error on python3.8
  • Remove an unused try/catch
  • Other code cleanups

v0.1.0

1 year ago

Fixes a bug in asyncio and removes the loop parameter to Inotify.

v0.0.5

2 years ago

Fix deprecation warnings from asyncio on python 3.10. Set a better example for how to use the asyncio API.

v0.0.4

3 years ago

A bug was fixed where builds would fail on any system with old kernel headers which were missing the IN_MASK_CREATE macro.

v0.0.3

3 years ago

v0.0.2

3 years ago

Initial release