Metadata-Version: 2.1
Name: bandersnatch-safety-db
Version: 0.1.118662
Summary: Bandersnatch filtering plugin to filter packages listed in safety_db
Home-page: https://github.com/dwighthubbard/bandersnatch_safety_db
Author: Dwight Hubbard
Author-email: 254983+dwighthubbard@users.noreply.github.com
License: Academic Free License, version 3
Project-URL: Source, https://github.com/dwighthubbard/bandersnatch_safety_db
Keywords: bandersnatch python package mirror safety_db
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: doc_build
Provides-Extra: test
Provides-Extra: safety_package
Requires-Dist: packaging
Requires-Dist: requests
Requires-Dist: bandersnatch (>3.3.0)
Requires-Dist: setuptools (>40.0.0)
Provides-Extra: doc_build
Requires-Dist: sphinx; extra == 'doc_build'
Requires-Dist: sphinx-bootstrap-theme; extra == 'doc_build'
Requires-Dist: guzzle-sphinx-theme; extra == 'doc_build'
Requires-Dist: sphinx-rtd-theme; extra == 'doc_build'
Requires-Dist: recommonmark; extra == 'doc_build'
Provides-Extra: safety_package
Requires-Dist: safety-db; extra == 'safety_package'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: vcrpy-unittest; extra == 'test'


[![Pipeline Status](https://cd.screwdriver.cd/pipelines/2820/badge)](https://cd.screwdriver.cd/pipelines/2820/events)  [![codecov](https://codecov.io/gh/dwighthubbard/bandersnatch_safety_db/branch/master/graph/badge.svg)](https://codecov.io/gh/dwighthubbard/bandersnatch_safety_db)

-----

# Bandersnatch Safety DB filtering plugin

This package provides a bandersnatch plugin that filters releases based on [safety-db]().

## Installation

``` command
pip install bandersnatch bandersnatch_safety_db
```

## Configuration

To enable add `safety_db_release` to the [blacklist] plugins setting of the bandersnatch.conf.  

- If bandersnatch > 3.3.1
```
[plugins]
enabled =
    safety_db_release
```

- If bandersnatch <= 3.3.1
```
[blacklist]
plugins =
    safety_db_release
```


