Metadata-Version: 2.4
Name: grandprix
Version: 0.1.2
Summary: A Python package for Formula 1 data analysis and visualization.
Home-page: https://github.com/idin/grandprix
Author: Idin K
Author-email: python@idin.net
License: CFL-1.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: Other/Proprietary License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# GrandPrix

A Python package for Formula 1 data analysis and visualization. This package provides tools to analyze Formula 1 racing data, including lap times, driver performance, team statistics, and more.

## Features

- Access to Formula 1 race data
- Analysis of driver and team performance
- Visualization of race statistics
- Historical data analysis

## Installation

To install GrandPrix, you can use pip:

```bash
pip install grandprix
```

## Usage

Here's a simple example of how to use GrandPrix:

```python
import grandprix as gp

# Example code will be added as features are implemented
```

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the Conditional Freedom License (CFL-1.0) - see the LICENSE file for details. This license includes specific restrictions on who can use, modify, or distribute this software.

## Author

- Idin K (github.com/idin)
