Metadata-Version: 2.1
Name: donordrivepython
Version: 1.4.1
Summary: A utility to access the DonorDrive API
Home-page: https://github.com/djotaku/DonorDrivePython
License: GPL-3.0-or-later
Author: Eric Mesa
Author-email: ericsbinaryworld@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: requests (==2.27.1)
Requires-Dist: rich (>=12.4.0,<13.0.0)
Requires-Dist: tzlocal (>=4.2,<5.0)
Requires-Dist: xdgenvpy (>=2.3.5,<3.0.0)
Project-URL: Repository, https://github.com/djotaku/DonorDrivePython
Description-Content-Type: text/x-rst

DonorDrivePython
----------------

A Python reference implementation of the [Donor Drive API](https://github.com/DonorDrive/PublicAPI)

This project aims to provide a Python package the user could import to create a project to access the Donor Drive API.

For an example of what you can build to provide extra functionality around the Donor Drive API, see my project, [ElDonationTracker](http://djotaku.github.io/ELDonationTracker/) for the Extra Life charity event. It takes the Donor Drive API information and converts it to text files and HTML files that the gamers can use for live streaming during the Extra Life Event. Currently, it has the API integrated into it. The API implementation there will become the initial release in this repo.

