Metadata-Version: 2.1
Name: bibtutils
Version: 1.0.2
Summary: Functionality often used by BITS Blue Team.
Home-page: https://github.com/broadinstitute/bibtutils
Author: Matthew OBrien
Author-email: mobrien@broadinstitute.org
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# bibtutils: BITS Blue Team Utilities

- **Developer**: Matthew OBrien
- **Email**: mobrien@broadinstitute.org
- **Project URL**: https://pypi.org/project/bibtutils/
- **Project Repo**: https://github.com/broadinstitute/bibtutils
- **Project Documentation**: https://bibtutils.readthedocs.io/en/latest/

## Installing

```bash
$ pip install --upgrade bibtutils
```

## Testing

- Requires Docker to be installed on your system.
- Clone this repo and create & run the test container:

```
$ docker build -f ./Dockerfile -t bibtutils-test . && docker run bibtutils-test
```

## Usage

- See documentation here: https://bibtutils.readthedocs.io/en/latest/
