async-sabnzbd


Nameasync-sabnzbd JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summary
upload_time2023-08-20 12:13:25
maintainer
docs_urlNone
authorYour Name
requires_python>=3.11,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # async-sabnzbd
Python wrapper for SABnzbd API

```python

import asyncio
from async_sabnzbd.sabnzbd import Sabnzbd

async def main():
    sabnzbd = Sabnzbd(api_key="mykey", base_url="http://mysabnzbdurl")
    queue = await sabnzbd.queue()
    print(queue)

asyncio.run(main())
```
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "async-sabnzbd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/b1/18/aa2da647ea4b9d05c53029b0a5f8710a5263651ce3560b786e4f1bc5c6f3/async_sabnzbd-0.1.0.tar.gz",
    "platform": null,
    "description": "# async-sabnzbd\nPython wrapper for SABnzbd API\n\n```python\n\nimport asyncio\nfrom async_sabnzbd.sabnzbd import Sabnzbd\n\nasync def main():\n    sabnzbd = Sabnzbd(api_key=\"mykey\", base_url=\"http://mysabnzbdurl\")\n    queue = await sabnzbd.queue()\n    print(queue)\n\nasyncio.run(main())\n```",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "711182ace5404bbf84f28faf957eb70bf74da4bef7e585c54153c27a172d75ad",
                "md5": "5eb11c1f7cb478d6751a144184d5421e",
                "sha256": "9db8e9f0906e202494fcf63ab243c43275fd89cab2bebe536cbcdaf5f002c680"
            },
            "downloads": -1,
            "filename": "async_sabnzbd-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5eb11c1f7cb478d6751a144184d5421e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 2464,
            "upload_time": "2023-08-20T12:13:24",
            "upload_time_iso_8601": "2023-08-20T12:13:24.263067Z",
            "url": "https://files.pythonhosted.org/packages/71/11/82ace5404bbf84f28faf957eb70bf74da4bef7e585c54153c27a172d75ad/async_sabnzbd-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b118aa2da647ea4b9d05c53029b0a5f8710a5263651ce3560b786e4f1bc5c6f3",
                "md5": "d6bda107d59e65c3e9b41630a8d91d20",
                "sha256": "097bf6ccb4e16e4f4454f1d6812b4d1a4c6f9ad2a679de5e82803b5e4b2aabf0"
            },
            "downloads": -1,
            "filename": "async_sabnzbd-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d6bda107d59e65c3e9b41630a8d91d20",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 2105,
            "upload_time": "2023-08-20T12:13:25",
            "upload_time_iso_8601": "2023-08-20T12:13:25.768101Z",
            "url": "https://files.pythonhosted.org/packages/b1/18/aa2da647ea4b9d05c53029b0a5f8710a5263651ce3560b786e4f1bc5c6f3/async_sabnzbd-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-20 12:13:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "async-sabnzbd"
}
        
Elapsed time: 0.24183s