donordrivepython


Namedonordrivepython JSON
Version 1.6.0 PyPI version JSON
download
home_pagehttps://github.com/djotaku/DonorDrivePython
SummaryA utility to access the DonorDrive API
upload_time2023-03-18 20:50:04
maintainer
docs_urlNone
authorEric Mesa
requires_python>=3.10,<4.0
licenseGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/djotaku/DonorDrivePython",
    "name": "donordrivepython",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Eric Mesa",
    "author_email": "ericsbinaryworld@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/60/fb36e32df411f90c5dc2af2674d0f9f0d38b0c1e29d6702ce7a21f7d8e8f/donordrivepython-1.6.0.tar.gz",
    "platform": null,
    "description": "DonorDrivePython\n----------------\n\nA Python reference implementation of the [Donor Drive API](https://github.com/DonorDrive/PublicAPI)\n\nThis project aims to provide a Python package the user could import to create a project to access the Donor Drive API.\n\nFor 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.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A utility to access the DonorDrive API",
    "version": "1.6.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77b32a3d8374e714569809deee4bf20f873c4d364da2300299d716156dbba0bb",
                "md5": "4777963802ff4a713cb77a546275ef04",
                "sha256": "a9165f1419d58b0af138d44883ca18d521ce662387402e0d693f31369fa62be1"
            },
            "downloads": -1,
            "filename": "donordrivepython-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4777963802ff4a713cb77a546275ef04",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 37170,
            "upload_time": "2023-03-18T20:50:02",
            "upload_time_iso_8601": "2023-03-18T20:50:02.992936Z",
            "url": "https://files.pythonhosted.org/packages/77/b3/2a3d8374e714569809deee4bf20f873c4d364da2300299d716156dbba0bb/donordrivepython-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e60fb36e32df411f90c5dc2af2674d0f9f0d38b0c1e29d6702ce7a21f7d8e8f",
                "md5": "b9df178f6f19cf7a7ea41848c4ea62a6",
                "sha256": "dbc17f002a17d09763cb649e914c894ef4243e7662e73d97d9c276127c7d149b"
            },
            "downloads": -1,
            "filename": "donordrivepython-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b9df178f6f19cf7a7ea41848c4ea62a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 30071,
            "upload_time": "2023-03-18T20:50:04",
            "upload_time_iso_8601": "2023-03-18T20:50:04.700270Z",
            "url": "https://files.pythonhosted.org/packages/9e/60/fb36e32df411f90c5dc2af2674d0f9f0d38b0c1e29d6702ce7a21f7d8e8f/donordrivepython-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-18 20:50:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "djotaku",
    "github_project": "DonorDrivePython",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "donordrivepython"
}
        
Elapsed time: 0.06116s