asyncpow


Nameasyncpow JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/totaldebug/asyncpow
SummaryAsynchronous Python Overseerr Wrapper
upload_time2024-05-14 10:45:38
maintainerSteven Marks - TotalDebug
docs_urlNone
authorSteven Marks - TotalDebug
requires_python<4.0,>=3.12
licenseMIT
keywords wled api async client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a name="readme-top"></a>

[![Release][release-shield]][release-url]
[![Stargazers][stars-shield]][stars-url]
![codecov][codecov-shield]

![GitHub last release date][gh-last-release-date]
![GitHub last commit][gh-last-commit]

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Issues][issues-shield]][issues-url]

[![Lines of code][lines]][lines-url]
![Code size][code-size]

[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]

<!-- PROJECT LOGO -->
<br />
<div align="center">
  <a href="https://github.com/totaldebug/asyncpow">
    <img src=".github/img/logo.png" alt="Logo">
  </a>

  <h3 align="center">AsyncPOW</h3>

  <p align="center">
    Python Overseerr Wrapper, A Python library for interacting with the Overseerr API's
  </p>
    <br />
    <br />
    <a href="https://github.com/totaldebug/asyncpow/issues/new?assignees=&labels=type%2Fbug&template=bug_report.yml">Report Bug</a>
    ·
    <a href="https://github.com/totaldebug/asyncpow/issues/new?assignees=&labels=type%2Ffeature&template=feature_request.yml">Request Feature</a>

</div>

<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
      <ul>
        <li><a href="#built-with">Built With</a></li>
      </ul>
    </li>
    <li><a href="#getting-started">Getting Started</a></li>
    <li><a href="#features">Features</a></li>
    <li><a href="#compatibility">Compatibility</a></li>
    <li><a href="#roadmap">Roadmap</a></li>
    <li><a href="#sponsor">Sponsor</a></li>
    <li><a href="#contributing">Contributing</a></li>
    <li><a href="#license">License</a></li>
    <li><a href="#contact">Contact</a></li>
    <li><a href="#acknowledgments">Acknowledgments</a></li>
  </ol>
</details>

<!-- ABOUT THE PROJECT -->
## About The Project

This project is a work in progress, the main branch is being developed on live, which may cause breaking changes until the first full release.

The library returns results in JSON format for ease of use, this also reduces the risk of failue when the APIs are updated.

Type hints and type models are in place where possible (this API has terrible circular dependencies which breaks python), if you notice missing items please create a request to have it fixed.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

### Built With

[![python][python]][python-url]

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- GETTING STARTED -->
## Getting Started

* [QuickStart Guide](https://docs.totaldebug.uk/asyncpow/quickstart.html)
* [Full Documentation](https://docs.totaldebug.uk/asyncpow)
* [Release Notes](https://github.com/totaldebug/asyncpow/releases)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Features

* Asynchronous
* Type Checking
* Status - Completed
* Discover - WIP
  * Trending - Completed
* Media - WIP
  * Get - Completed
  * Update Status - Completed
  * Delete
  * Get Watch Data
* User - WIP
  * Get - Completed
  * Bulk Update - Completed
  * Update
  * Delete

## Compatibility

AsyncPOW is built for Python 3.12, and initially the v1 Overseerr API

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- ROADMAP -->
## Roadmap

See the [feature requests](https://github.com/totaldebug/asyncpow/labels/type%2Ffeature) for a full list of requested features.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Sponsor

My projects arent possible without the support of the community, please consider donating a small amount to keep these projects alive.

[![Sponsor][Sponsor]][Sponsor-url]

<!-- CONTRIBUTING -->
## Contributing

Got something you would like to add? check out the contributing guide in the [documentation](https://docs.totaldebug.uk/asyncpow/contributing.html)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- LICENSE -->
## License

[![CC BY-NC-SA 4.0][license-shield]][license-url]

* Copyright © [Total Debug](https://totaldebug.uk).

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- CONTACT -->
## Contact

* [Discord](https://discord.gg/6fmekudc8Q)
* [Discussions](https://github.com/totaldebug/asyncpow/discussions)
* [Project Link](https://github.com/totaldebug/asyncpow)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- ACKNOWLEDGMENTS -->
## Acknowledgments

Below are a list of resources that I used to assist with this project.

* None at this time

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[release-shield]: https://img.shields.io/github/v/release/totaldebug/asyncpow?color=ff7034&label=Release&sort=semver&style=flat-square
[release-url]: https://github.com/totaldebug/asyncpow/releases
[contributors-shield]: https://img.shields.io/github/contributors/totaldebug/asyncpow.svg?style=flat-square
[contributors-url]: https://github.com/totaldebug/asyncpow/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/totaldebug/asyncpow.svg?style=flat-square
[forks-url]: https://github.com/totaldebug/asyncpow/network/members
[stars-shield]: https://img.shields.io/github/stars/totaldebug/asyncpow.svg?style=flat-square
[stars-url]: https://github.com/totaldebug/asyncpow/stargazers
[issues-shield]: https://img.shields.io/github/issues/totaldebug/asyncpow.svg?style=flat-square
[issues-url]: https://github.com/totaldebug/asyncpow/issues
[license-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-orange.svg?style=flat-square
[license-url]: https://creativecommons.org/licenses/by-nc-sa/4.0/
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/marksie1988
[codecov-shield]: https://img.shields.io/codecov/c/github/totaldebug/asyncpow?style=flat-square

[gh-last-release-date]: https://img.shields.io/github/release-date/totaldebug/asyncpow?style=flat-square&label=Last%20Release%20Date&logo=github&logoColor=white
[gh-last-commit]: https://img.shields.io/github/last-commit/totaldebug/asyncpow.svg?style=flat-square&logo=github&label=Last%20Commit&logoColor=white

[lines]: https://img.shields.io/tokei/lines/github/totaldebug/asyncpow?style=flat-square
[lines-url]: https://github.com/totaldebug/asyncpow
[code-size]: https://img.shields.io/github/languages/code-size/totaldebug/asyncpow?style=flat-square

[Sponsor]: https://img.shields.io/badge/sponsor-000?style=flat-square&logo=githubsponsors&logoColor=red
[Sponsor-url]: https://github.com/sponsors/marksie1988

[python]: https://img.shields.io/badge/Python-blue?style=flat-square&logo=Python&logoColor=white
[python-url]: https://www.python.org/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/totaldebug/asyncpow",
    "name": "asyncpow",
    "maintainer": "Steven Marks - TotalDebug",
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "wled, api, async, client",
    "author": "Steven Marks - TotalDebug",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1d/75/c42b9090c275ec1a660f50cd701abbf2faecd2829cce462f17b4920b2e8b/asyncpow-0.5.0.tar.gz",
    "platform": null,
    "description": "<a name=\"readme-top\"></a>\n\n[![Release][release-shield]][release-url]\n[![Stargazers][stars-shield]][stars-url]\n![codecov][codecov-shield]\n\n![GitHub last release date][gh-last-release-date]\n![GitHub last commit][gh-last-commit]\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Issues][issues-shield]][issues-url]\n\n[![Lines of code][lines]][lines-url]\n![Code size][code-size]\n\n[![MIT License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n<!-- PROJECT LOGO -->\n<br />\n<div align=\"center\">\n  <a href=\"https://github.com/totaldebug/asyncpow\">\n    <img src=\".github/img/logo.png\" alt=\"Logo\">\n  </a>\n\n  <h3 align=\"center\">AsyncPOW</h3>\n\n  <p align=\"center\">\n    Python Overseerr Wrapper, A Python library for interacting with the Overseerr API's\n  </p>\n    <br />\n    <br />\n    <a href=\"https://github.com/totaldebug/asyncpow/issues/new?assignees=&labels=type%2Fbug&template=bug_report.yml\">Report Bug</a>\n    \u00b7\n    <a href=\"https://github.com/totaldebug/asyncpow/issues/new?assignees=&labels=type%2Ffeature&template=feature_request.yml\">Request Feature</a>\n\n</div>\n\n<!-- TABLE OF CONTENTS -->\n<details>\n  <summary>Table of Contents</summary>\n  <ol>\n    <li>\n      <a href=\"#about-the-project\">About The Project</a>\n      <ul>\n        <li><a href=\"#built-with\">Built With</a></li>\n      </ul>\n    </li>\n    <li><a href=\"#getting-started\">Getting Started</a></li>\n    <li><a href=\"#features\">Features</a></li>\n    <li><a href=\"#compatibility\">Compatibility</a></li>\n    <li><a href=\"#roadmap\">Roadmap</a></li>\n    <li><a href=\"#sponsor\">Sponsor</a></li>\n    <li><a href=\"#contributing\">Contributing</a></li>\n    <li><a href=\"#license\">License</a></li>\n    <li><a href=\"#contact\">Contact</a></li>\n    <li><a href=\"#acknowledgments\">Acknowledgments</a></li>\n  </ol>\n</details>\n\n<!-- ABOUT THE PROJECT -->\n## About The Project\n\nThis project is a work in progress, the main branch is being developed on live, which may cause breaking changes until the first full release.\n\nThe library returns results in JSON format for ease of use, this also reduces the risk of failue when the APIs are updated.\n\nType hints and type models are in place where possible (this API has terrible circular dependencies which breaks python), if you notice missing items please create a request to have it fixed.\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n### Built With\n\n[![python][python]][python-url]\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- GETTING STARTED -->\n## Getting Started\n\n* [QuickStart Guide](https://docs.totaldebug.uk/asyncpow/quickstart.html)\n* [Full Documentation](https://docs.totaldebug.uk/asyncpow)\n* [Release Notes](https://github.com/totaldebug/asyncpow/releases)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n## Features\n\n* Asynchronous\n* Type Checking\n* Status - Completed\n* Discover - WIP\n  * Trending - Completed\n* Media - WIP\n  * Get - Completed\n  * Update Status - Completed\n  * Delete\n  * Get Watch Data\n* User - WIP\n  * Get - Completed\n  * Bulk Update - Completed\n  * Update\n  * Delete\n\n## Compatibility\n\nAsyncPOW is built for Python 3.12, and initially the v1 Overseerr API\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- ROADMAP -->\n## Roadmap\n\nSee the [feature requests](https://github.com/totaldebug/asyncpow/labels/type%2Ffeature) for a full list of requested features.\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n## Sponsor\n\nMy projects arent possible without the support of the community, please consider donating a small amount to keep these projects alive.\n\n[![Sponsor][Sponsor]][Sponsor-url]\n\n<!-- CONTRIBUTING -->\n## Contributing\n\nGot something you would like to add? check out the contributing guide in the [documentation](https://docs.totaldebug.uk/asyncpow/contributing.html)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- LICENSE -->\n## License\n\n[![CC BY-NC-SA 4.0][license-shield]][license-url]\n\n* Copyright \u00a9 [Total Debug](https://totaldebug.uk).\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- CONTACT -->\n## Contact\n\n* [Discord](https://discord.gg/6fmekudc8Q)\n* [Discussions](https://github.com/totaldebug/asyncpow/discussions)\n* [Project Link](https://github.com/totaldebug/asyncpow)\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- ACKNOWLEDGMENTS -->\n## Acknowledgments\n\nBelow are a list of resources that I used to assist with this project.\n\n* None at this time\n\n<p align=\"right\">(<a href=\"#readme-top\">back to top</a>)</p>\n\n<!-- MARKDOWN LINKS & IMAGES -->\n<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->\n[release-shield]: https://img.shields.io/github/v/release/totaldebug/asyncpow?color=ff7034&label=Release&sort=semver&style=flat-square\n[release-url]: https://github.com/totaldebug/asyncpow/releases\n[contributors-shield]: https://img.shields.io/github/contributors/totaldebug/asyncpow.svg?style=flat-square\n[contributors-url]: https://github.com/totaldebug/asyncpow/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/totaldebug/asyncpow.svg?style=flat-square\n[forks-url]: https://github.com/totaldebug/asyncpow/network/members\n[stars-shield]: https://img.shields.io/github/stars/totaldebug/asyncpow.svg?style=flat-square\n[stars-url]: https://github.com/totaldebug/asyncpow/stargazers\n[issues-shield]: https://img.shields.io/github/issues/totaldebug/asyncpow.svg?style=flat-square\n[issues-url]: https://github.com/totaldebug/asyncpow/issues\n[license-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-orange.svg?style=flat-square\n[license-url]: https://creativecommons.org/licenses/by-nc-sa/4.0/\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555\n[linkedin-url]: https://linkedin.com/in/marksie1988\n[codecov-shield]: https://img.shields.io/codecov/c/github/totaldebug/asyncpow?style=flat-square\n\n[gh-last-release-date]: https://img.shields.io/github/release-date/totaldebug/asyncpow?style=flat-square&label=Last%20Release%20Date&logo=github&logoColor=white\n[gh-last-commit]: https://img.shields.io/github/last-commit/totaldebug/asyncpow.svg?style=flat-square&logo=github&label=Last%20Commit&logoColor=white\n\n[lines]: https://img.shields.io/tokei/lines/github/totaldebug/asyncpow?style=flat-square\n[lines-url]: https://github.com/totaldebug/asyncpow\n[code-size]: https://img.shields.io/github/languages/code-size/totaldebug/asyncpow?style=flat-square\n\n[Sponsor]: https://img.shields.io/badge/sponsor-000?style=flat-square&logo=githubsponsors&logoColor=red\n[Sponsor-url]: https://github.com/sponsors/marksie1988\n\n[python]: https://img.shields.io/badge/Python-blue?style=flat-square&logo=Python&logoColor=white\n[python-url]: https://www.python.org/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Asynchronous Python Overseerr Wrapper",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/totaldebug/asyncpow",
        "Repository": "https://github.com/totaldebug/asyncpow"
    },
    "split_keywords": [
        "wled",
        " api",
        " async",
        " client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06d104d4fdf8490288ca40adec76d8898cd6945f21d6eb1c37a609afd1ad7cb3",
                "md5": "4fc69371f07f9452b94eea90eaf663c1",
                "sha256": "09ac9a3b88ce9c6a1d37eeae5034052a40893c3322d1d257ec5a5ed6eaca4f07"
            },
            "downloads": -1,
            "filename": "asyncpow-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4fc69371f07f9452b94eea90eaf663c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 35791,
            "upload_time": "2024-05-14T10:45:36",
            "upload_time_iso_8601": "2024-05-14T10:45:36.713757Z",
            "url": "https://files.pythonhosted.org/packages/06/d1/04d4fdf8490288ca40adec76d8898cd6945f21d6eb1c37a609afd1ad7cb3/asyncpow-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d75c42b9090c275ec1a660f50cd701abbf2faecd2829cce462f17b4920b2e8b",
                "md5": "82055afbd96d85103a0676ee0b7ec9f9",
                "sha256": "472f71f682122f48f51761a313f00d57cbf8d6cbb2083a894fb8a84ab84824d5"
            },
            "downloads": -1,
            "filename": "asyncpow-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "82055afbd96d85103a0676ee0b7ec9f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 17210,
            "upload_time": "2024-05-14T10:45:38",
            "upload_time_iso_8601": "2024-05-14T10:45:38.357515Z",
            "url": "https://files.pythonhosted.org/packages/1d/75/c42b9090c275ec1a660f50cd701abbf2faecd2829cce462f17b4920b2e8b/asyncpow-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-14 10:45:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "totaldebug",
    "github_project": "asyncpow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "asyncpow"
}
        
Elapsed time: 0.25570s