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

Commit d6cbf39

Browse files
committed
Merge branch 'poetry'
2 parents 5c5e33b + f126809 commit d6cbf39

File tree

13 files changed

+444
-479
lines changed

13 files changed

+444
-479
lines changed

CHANGES.rst

Lines changed: 0 additions & 40 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 0 additions & 53 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)