Metadata-Version: 2.1
Name: pyracing
Version: 0.1.2
Summary: A complete overhaul of ir_webstats; pyracing is an API wrapper for simracing service "iRacing" that queries known URL endpoints and returns JSON data that is accessible through objects instead of dictionaries.
Home-page: https://github.com/Esterni/pyracing
Author: Jacob Anderson & Xander Riga
License: UNKNOWN
Project-URL: Documentation, https://esterni.github.io/pyracing/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx (<0.14,>=0.13.3)

# About
This package is an asynchronous API "wrapper" for retrieving data from iRacing. We use the term "wrapper" loosely as iRacing does not yet have an officially documented API; However, we've done our best to build something that might resemble one.

The goal of this project is to provide access to iRacing stats in a manner that is convienent, flexible, and efficient. In using this package, if you find something in its design that goes against these goals, **we want to know.**

The contributors of this project use Discord as the primary means of communication; The [iRacing Open Wheel server](https://discord.gg/UwnhM7w) was created by the author of this project and hosts the channels for discussion there. When joining, please ask Jacob Anderson for the role to see the appropriate channels. 

# Documentation & Discussion
All documentation for this project is available through the [Github Pages project site](https://esterni.github.io/pyracing/).



# Dependancies
[httpx](https://www.python-httpx.org/) = 0.13.x


