Metadata-Version: 2.1
Name: bibtutils
Version: 1.0.5
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
Requires-Dist: requests (>=2.25)
Requires-Dist: protobuf (>=3.20)
Requires-Dist: python-dateutil (>=2.8.0)
Requires-Dist: google-api-core (>=2.7)
Requires-Dist: google-api-python-client (>=2.15)
Requires-Dist: google-auth (>=1.30)
Requires-Dist: google-cloud-iam (>=2.6)
Requires-Dist: google-cloud-core (>=2.3)
Requires-Dist: google-cloud-storage (>=1.38)
Requires-Dist: google-cloud-bigquery (>=2.18)
Requires-Dist: google-cloud-pubsub (>=2.5)
Requires-Dist: google-cloud-secret-manager (>=2.4)
Requires-Dist: google-cloud-securitycenter (>=1.3)
Requires-Dist: googleapis-common-protos (>=1.53)

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