akissa/clamav-unofficial-updates

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# clamav-unofficial-updates


## ClamAV third party signature updates library

This package provides a simple way to create, download, test, and update ClamAV
third-party signature databases

[![Build Status](https://travis-ci.org/akissa/clamav-unofficial-updates.svg?branch=master)](https://travis-ci.org/akissa/clamav-unofficial-updates)
[![Code Climate](https://codeclimate.com/github/akissa/clamav-unofficial-updates/badges/gpa.svg)](https://codeclimate.com/github/akissa/clamav-unofficial-updates)
[![License](https://img.shields.io/badge/license-AGPLv3%2B-blue.svg)](https://github.com/akissa/clamav-unofficial-updates/blob/master/LICENSE)


## Installation

Install from PyPi

    pip install clamav-unofficial-updates

Install from Githib

    git clone https://github.com/akissa/clamav-unofficial-updates.git
    cd clamav-unofficial-updates
    python setup.py install


## Contributing

1. Fork it (https://github.com/akissa/clamav-unofficial-updates/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request


## License

All code is licensed under the
[AGPLv3+ License](https://github.com/akissa/clamav-unofficial-updates/blob/master/LICENSE).