This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Features
clammy
is nowgevent-safe
thanks to @stringfellow (#8)
Breaking changes
- Two functions have been renamed:
ClamAVDaemon.multiscan()
->ClamAVDaemon.multi_scan()
ClamAVDaemon.contscan()
->ClamAVDaemon.cont_scan()
Misc
- Lots of code cleanup
- Fixed some tests
- GitHub actions is now setup properly
- Dependencies bumped to latest versions
- Using
nox
for all thing build-related.