Metadata-Version: 2.2
Name: wrc_rallydj
Version: 0.0.2
Summary: RallyDatajunkie package for making requests to WRC live timing, results and data APIs.
Home-page: https://github.com/RallyDataJunkie/wrc-shinylive
Author: Tony Hirst
Author-email: tony.hirst@gmnail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: sqlite_utils
Requires-Dist: jupyterlite_simple_cors_proxy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# README

`wrc_rallydj` is a Python package for working with the WRC (World Rally Championship) live timing and data API.

Install as: `pip install wrc_rallydj`

The package was developed in order to support personal use (research, analysis, visualisation, reporting) of timing and results data generated from WRC rally events.

*This website is unofficial and is not associated in any way with WRC Promoter GmbH. WRC WORLD RALLY CHAMPIONSHIP is a trade mark of the FEDERATION INTERNATIONALE DE L'AUTOMOBILE.*

## Usage

Import as:

`from wrc_rallydj.livetiming_api import WRCLiveTimingAPIClient`

Initialise:

```python
wrc = WRCLiveTimingAPIClient()
wrc.initialise() # YOU MUST DO THIS

wrc.getResultsCalendar() # etc
```

This package works in Python and Pyodide environments.

*More docs to follow...*
