Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit f126809

Browse files
committed
Merge branch 'master' of github.com:ranguli/python-clamd into poetry
2 parents 0b4369f + e50e0f1 commit f126809

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# clammy
2+
3+
## About
4+
`clammy` is a Python wrapper library for the ClamAV daemon, `clamd`, making it simple to implement anti-virus functionality into your project. This is a modern fork of [graingert/python-clamd](https://github.com/graingert/python-clamd) .
5+
6+
## License
7+
`clammy` is released as open-source software under the LGPL license in following with the license of the original fork.
8+
9+
## Installation
10+
11+
### Installing the ClamAV daemon (`clamd`)
12+
13+
```
14+
sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs
15+
sudo freshclam
16+
sudo service clamav-daemon start
17+
```
18+
19+
### Installing `clammy`
20+
21+
```
22+
pip install clammy
23+
```

README.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)