Metadata-Version: 2.4
Name: python_clamd
Version: 0.0.2.dev0
Summary: Updated Clamd is a python interface to Clamd (Clamav daemon).
Home-page: https://github.com/janus-sama/python_clamd
Author: janus-sama
Author-email: zino4onowori@gmail.com
Maintainer: janus-sama
Maintainer-email: zino4onowori@gmail.com
License: LGPL-2.1-only
Keywords: python,clamav,antivirus,scanner,virus,libclamav,clamd
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: summary



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
