Metadata-Version: 2.1
Name: bear-tools
Version: 0.1.1
Summary: An assortment of QA/Automation related tools
License: MIT
Author: Sean Foley
Author-email: sean.foley.engr@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pytest (>=8.2.0,<9.0.0)
Description-Content-Type: text/markdown

# Bear Tools 🧸

Bear Tools is a collection of semi-random automation-related scripts and utilities written in my free time.

## Design Principles 🍥

- Code should be _easy_ to use
- Code should be well documented
- (Python) code should be extensively type-hinted

## Install 🐍

```shell
pip3 install bear-tools
```

## Subpackages 📦

| Subpcakage                                  | Description |
|------------------------------------------------------|-------------|
| [Lumberjack](src/bear_tools/lumberjack/README.md)    | Simple alternative to Python's built-in `logging` package with a few useful bells and whistles |

