Metadata-Version: 2.1
Name: drivelinepy
Version: 1.9.2
Summary: A Python package for Driveline Baseball API interactions
Home-page: https://github.com/drivelineresearch/drivelinepy
Author: Garrett York
Author-email: garrett@drivelinebaseball.com
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi<2025.0.0,>=2024.2.2
Requires-Dist: charset-normalizer<4.0.0,>=3.3.2
Requires-Dist: idna<4.0.0,>=3.6
Requires-Dist: numpy<1.26.0,>=1.24.4
Requires-Dist: pandas<2.0.0,>=1.4.3
Requires-Dist: python-dateutil<3.0.0,>=2.8.2
Requires-Dist: python-dotenv<2.0.0,>=1.0.1
Requires-Dist: pytz<2025.0.0,>=2024.1
Requires-Dist: requests<3.0.0,>=2.31.0
Requires-Dist: six<2.0.0,>=1.16.0
Requires-Dist: tzdata<2025.0.0,>=2024.1
Requires-Dist: urllib3<3.0.0,>=2.2.0

# Drivelinepy

## Installation

```
pip install drivelinepy
```

[Using Environment Variables](/docs/env-variables.md).

## System Specific Documents
- [Slack API](/docs/slack-api.md)
- [TRAQ API](/docs/traq-api.md)
- [Virtuagym API](/docs/virtuagym-api.md)
- [Zoho APIs](/docs/zoho-overview.md)


## Technical Documents
- [Unit Test and Debugging](/docs/unit-test-and-debug.md)
