Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 927 Bytes

File metadata and controls

53 lines (33 loc) · 927 Bytes

Changes

1.1.0 (2025-11-25)

  • Removed Python 2 support entirely. The library is now Python 3 only (targeting Python 3.8+).
  • Updated and enhanced all docstrings and type hints for improved clarity and maintainability.

---

1.0.3 (unreleased)

  • Nothing changed yet.

---

1.0.2 (2014-08-21)

  • Remove all dependencies. clamd is now standalone!
  • Use plain setuptools, no d2to1.
  • Create universal wheel.

---

1.0.1 (2013-03-06)

  • Updated d2to1 dependency

---

1.0.0 (2013-02-08)

  • Change public interface, including exceptions.
  • Support Python 3.3, withdraw 2.5 support.

---

0.3.4 (2013-02-01)

  • Use regex to parse file status response instead of complicated string split/join.

---

0.3.3 (2013-01-28)

  • First version of clamd that can be installed from PyPI