Metadata-Version: 2.1
Name: bibtutils
Version: 1.3.4
Summary: Functionality often used by BITS Blue Team.
Project-URL: Bug Tracker, https://github.com/broadinstitute/bibtutils/issues
Project-URL: Documentation, https://bibtutils.readthedocs.io/en/latest/
Project-URL: Homepage, https://github.com/broadinstitute/bibtutils
Author-email: Matthew OBrien <mobrien@broadinstitute.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: google-api-core
Requires-Dist: google-api-python-client
Requires-Dist: google-auth
Requires-Dist: google-cloud-bigquery
Requires-Dist: google-cloud-core
Requires-Dist: google-cloud-iam
Requires-Dist: google-cloud-pubsub
Requires-Dist: google-cloud-secret-manager
Requires-Dist: google-cloud-securitycenter
Requires-Dist: google-cloud-storage
Requires-Dist: googleapis-common-protos
Requires-Dist: protobuf
Requires-Dist: python-dateutil
Requires-Dist: requests
Description-Content-Type: text/markdown

# 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/
