Metadata-Version: 2.4
Name: bea-tools
Version: 0.0.11
Summary: Tools made by, and for, Bea - a Python toolkit for data sampling and analysis workflows
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
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
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.2
Requires-Dist: pydicom>=3.0

# bea-tools 🐝

A Python package of personal data science/analysis focused functions and tools that I use regularly.

## Installation

```bash
pip install bea-tools
```

## Requirements

- Python 3.10+
- pandas >= 2.2
- pydicom (for DICOM utilities)

## License

MIT
