Metadata-Version: 2.1
Name: haplostat
Version: 0.4.0
Summary: A package for handling HLA-related tasks with Selenium WebDriver integration
Home-page: https://github.com/yourusername/haplo-package
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: flask>=2.0.0
Requires-Dist: selenium>=4.0.0
Requires-Dist: bs4>=0.0.1
Requires-Dist: requests>=2.26.0
Requires-Dist: webdriver-manager>=3.8.5

## Installation

```bash
pip install haplo-package
