judobase


Namejudobase JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryPython Judobase API async client
upload_time2025-01-26 16:52:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords judobase wrapper client async api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Judobase API Client
This is a async Python client for the Judobase API.

## Installation

To install the package, use pip:

```bash
pip install judobase
```

## Usage

Here is an example of how to use the Judobase API client:

```python
import asyncio

from judobase import JudoBase

async def main():
    async with JudoBase() as api:
        contests = await api.get_all_contests()
        print(len(contests))

asyncio.run(main())
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
```
## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "judobase",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "judobase, wrapper, client, async, api",
    "author": null,
    "author_email": "ddzgoev <ddzgoev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/05/f8/2406844536246b24ae8a3586c8f87ebcc15e38a4ff9bb627c382840cd056/judobase-0.1.1.tar.gz",
    "platform": null,
    "description": "## Judobase API Client\nThis is a async Python client for the Judobase API.\n\n## Installation\n\nTo install the package, use pip:\n\n```bash\npip install judobase\n```\n\n## Usage\n\nHere is an example of how to use the Judobase API client:\n\n```python\nimport asyncio\n\nfrom judobase import JudoBase\n\nasync def main():\n    async with JudoBase() as api:\n        contests = await api.get_all_contests()\n        print(len(contests))\n\nasyncio.run(main())\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request on GitHub.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n```\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Judobase API async client",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/DavidDzgoev/judobase"
    },
    "split_keywords": [
        "judobase",
        " wrapper",
        " client",
        " async",
        " api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b7626da566e6c265ae76a7b966eff321ac99a1999d72c49cc27d57aa7d626f7",
                "md5": "9fc27b7301fce25de1442fdbac70433a",
                "sha256": "e5573cdf53ed23caaf503e48761278749f1d028f7b22ba2c2cff7e88e42ed07e"
            },
            "downloads": -1,
            "filename": "judobase-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9fc27b7301fce25de1442fdbac70433a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5670,
            "upload_time": "2025-01-26T16:52:23",
            "upload_time_iso_8601": "2025-01-26T16:52:23.433336Z",
            "url": "https://files.pythonhosted.org/packages/9b/76/26da566e6c265ae76a7b966eff321ac99a1999d72c49cc27d57aa7d626f7/judobase-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "05f82406844536246b24ae8a3586c8f87ebcc15e38a4ff9bb627c382840cd056",
                "md5": "704c540a6153c751cdf72ca87490c843",
                "sha256": "c23ad02d182eef9ed458439c5c66cf8904328783f83b85700bc21cac1a4d5249"
            },
            "downloads": -1,
            "filename": "judobase-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "704c540a6153c751cdf72ca87490c843",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5037,
            "upload_time": "2025-01-26T16:52:24",
            "upload_time_iso_8601": "2025-01-26T16:52:24.438566Z",
            "url": "https://files.pythonhosted.org/packages/05/f8/2406844536246b24ae8a3586c8f87ebcc15e38a4ff9bb627c382840cd056/judobase-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 16:52:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DavidDzgoev",
    "github_project": "judobase",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "judobase"
}
        
Elapsed time: 1.21495s