spoffy


Namespoffy JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/steinitzu/spoffy
SummarySpotify API client with async and sync support
upload_time2024-02-06 00:22:35
maintainer
docs_urlNone
authorSteinthor Palsson
requires_python>=3.9,<4.0
licenseApache-2.0
keywords spotify api-client async sans-io
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Spoffy

[![Documentation Status](https://readthedocs.org/projects/spoffy/badge/?version=latest&style=flat-square)](https://spoffy.readthedocs.io/en/latest/?badge=latest)


The IDE friendly sync and async [Spotify API](https://developer.spotify.com/documentation/web-api/) wrapper for python.

Read the docs: https://spoffy.readthedocs.io


# Install

```
pip install spoffy
```
Python3.9 and newer are supported




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/steinitzu/spoffy",
    "name": "spoffy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "spotify,api-client,async,sans-io",
    "author": "Steinthor Palsson",
    "author_email": "steini90@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/16/f4/e681a101f4bfa6f34323b8447bd71976734ec6337e0074ab1571d6614877/spoffy-1.0.1.tar.gz",
    "platform": null,
    "description": "# Spoffy\n\n[![Documentation Status](https://readthedocs.org/projects/spoffy/badge/?version=latest&style=flat-square)](https://spoffy.readthedocs.io/en/latest/?badge=latest)\n\n\nThe IDE friendly sync and async [Spotify API](https://developer.spotify.com/documentation/web-api/) wrapper for python.\n\nRead the docs: https://spoffy.readthedocs.io\n\n\n# Install\n\n```\npip install spoffy\n```\nPython3.9 and newer are supported\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Spotify API client with async and sync support",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://spoffy.readthedocs.io",
        "Homepage": "https://github.com/steinitzu/spoffy",
        "Repository": "https://github.com/steinitzu/spoffy"
    },
    "split_keywords": [
        "spotify",
        "api-client",
        "async",
        "sans-io"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dc6e5eba3e1764fec4e065e128233e12ddc9fefcd0cf82aa1b451c43e285acf",
                "md5": "f50ce9175bfaa6b93527b5d0d0f7b101",
                "sha256": "836f71534ea47dd80bd0b01cba8624c53e140cac257118f5f99de4c5ff7f05bc"
            },
            "downloads": -1,
            "filename": "spoffy-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f50ce9175bfaa6b93527b5d0d0f7b101",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 27389,
            "upload_time": "2024-02-06T00:22:34",
            "upload_time_iso_8601": "2024-02-06T00:22:34.469791Z",
            "url": "https://files.pythonhosted.org/packages/7d/c6/e5eba3e1764fec4e065e128233e12ddc9fefcd0cf82aa1b451c43e285acf/spoffy-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16f4e681a101f4bfa6f34323b8447bd71976734ec6337e0074ab1571d6614877",
                "md5": "eae652aecc55fb795a70683e352587ef",
                "sha256": "192285e1be352712cdb80e972421aa2b3f4d38ccbf9760626458974fc8b7094e"
            },
            "downloads": -1,
            "filename": "spoffy-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "eae652aecc55fb795a70683e352587ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 18931,
            "upload_time": "2024-02-06T00:22:35",
            "upload_time_iso_8601": "2024-02-06T00:22:35.674239Z",
            "url": "https://files.pythonhosted.org/packages/16/f4/e681a101f4bfa6f34323b8447bd71976734ec6337e0074ab1571d6614877/spoffy-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 00:22:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "steinitzu",
    "github_project": "spoffy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "spoffy"
}
        
Elapsed time: 0.18430s