pymediatracker


Namepymediatracker JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/jonkristian/pymediatracker
SummaryAsynchronous python client for MediaTracker.
upload_time2024-03-07 21:49:44
maintainer
docs_urlNone
authorJon Kristian Nilsen
requires_python>=3.8,<4.0
licenseMIT
keywords mediatracker api async client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyMediaTracker

Asynchronous python client for MediaTracker.
This package allows you to interact with MediaTracker API

## Installation

```bash
pip install pymediatracker
```

## Attributions
- [@timmo001](https://github.com/timmo001) for source of inspiration with his [aiolyric package](https://github.com/timmo001/aiolyric).
- [@ludeeus](https://github.com/ludeeus) for his generator class.

#

⭐️ this repository if you found it useful ❤️

<a href="https://www.buymeacoffee.com/jonkristian" target="_blank"><img src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jonkristian/pymediatracker",
    "name": "pymediatracker",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "mediatracker,api,async,client",
    "author": "Jon Kristian Nilsen",
    "author_email": "hello@jonkristian.no",
    "download_url": "https://files.pythonhosted.org/packages/a7/90/aeeac213db417836a6b70b4b0f99f471feb16b89bd922f16580b7a8d6f31/pymediatracker-0.1.3.tar.gz",
    "platform": null,
    "description": "# PyMediaTracker\n\nAsynchronous python client for MediaTracker.\nThis package allows you to interact with MediaTracker API\n\n## Installation\n\n```bash\npip install pymediatracker\n```\n\n## Attributions\n- [@timmo001](https://github.com/timmo001) for source of inspiration with his [aiolyric package](https://github.com/timmo001/aiolyric).\n- [@ludeeus](https://github.com/ludeeus) for his generator class.\n\n#\n\n\u2b50\ufe0f this repository if you found it useful \u2764\ufe0f\n\n<a href=\"https://www.buymeacoffee.com/jonkristian\" target=\"_blank\"><img src=\"https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/white_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" ></a>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Asynchronous python client for MediaTracker.",
    "version": "0.1.3",
    "project_urls": {
        "Documentation": "https://github.com/jonkristian/pymediatracker",
        "Homepage": "https://github.com/jonkristian/pymediatracker",
        "Repository": "https://github.com/jonkristian/pymediatracker"
    },
    "split_keywords": [
        "mediatracker",
        "api",
        "async",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08e881809aa9e3871368635c90ae2c727dc872d9efb38b8e8996f61bc3e11d2b",
                "md5": "4dd61dc5fc12cfcdb77c12c1f734652d",
                "sha256": "7c5ae02eee6aebb3f191373c5bb70cf16c08454ed7aa6bb789226b762c12aac8"
            },
            "downloads": -1,
            "filename": "pymediatracker-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4dd61dc5fc12cfcdb77c12c1f734652d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 7512,
            "upload_time": "2024-03-07T21:49:43",
            "upload_time_iso_8601": "2024-03-07T21:49:43.132535Z",
            "url": "https://files.pythonhosted.org/packages/08/e8/81809aa9e3871368635c90ae2c727dc872d9efb38b8e8996f61bc3e11d2b/pymediatracker-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a790aeeac213db417836a6b70b4b0f99f471feb16b89bd922f16580b7a8d6f31",
                "md5": "f0f37dfdb94d581080ac7973c3b5141a",
                "sha256": "312fab63a22b7f232965273a261afc29cfde57cfc907db18a3e37d53a41ec013"
            },
            "downloads": -1,
            "filename": "pymediatracker-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f0f37dfdb94d581080ac7973c3b5141a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 5604,
            "upload_time": "2024-03-07T21:49:44",
            "upload_time_iso_8601": "2024-03-07T21:49:44.136039Z",
            "url": "https://files.pythonhosted.org/packages/a7/90/aeeac213db417836a6b70b4b0f99f471feb16b89bd922f16580b7a8d6f31/pymediatracker-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-07 21:49:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jonkristian",
    "github_project": "pymediatracker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pymediatracker"
}
        
Elapsed time: 9.03358s