soundcloud-v2


Namesoundcloud-v2 JSON
Version 1.3.7 PyPI version JSON
download
home_pagehttps://github.com/7x11x13/soundcloud.py
SummaryPython wrapper for the v2 SoundCloud API
upload_time2024-03-20 15:00:54
maintainerNone
docs_urlNone
author7x11x13
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # soundcloud.py

[![Tests](https://github.com/7x11x13/soundcloud.py/actions/workflows/ci.yml/badge.svg)](https://github.com/7x11x13/soundcloud.py/actions/workflows/ci.yml)[![Coverage Status](https://coveralls.io/repos/github/7x11x13/soundcloud.py/badge.svg?branch=main)](https://coveralls.io/github/7x11x13/soundcloud.py?branch=main)

Python wrapper for some of the v2 SoundCloud API

## Installation

```bash
pip install soundcloud-v2
```

## Example

```python
from soundcloud import SoundCloud

sc = SoundCloud("client_id", "auth_token")
assert sc.is_client_id_valid()
assert sc.is_auth_token_valid()
me = sc.get_user_by_username("7x11x13")
assert me.permalink == "7x11x13"
```

## License
[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/7x11x13/soundcloud.py",
    "name": "soundcloud-v2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "7x11x13",
    "author_email": "x7x11x13@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5a/d9/f59d159f77da68da31259586cac33b82b5c5f987f8e64b777ae0da68f2db/soundcloud-v2-1.3.7.tar.gz",
    "platform": null,
    "description": "# soundcloud.py\n\n[![Tests](https://github.com/7x11x13/soundcloud.py/actions/workflows/ci.yml/badge.svg)](https://github.com/7x11x13/soundcloud.py/actions/workflows/ci.yml)[![Coverage Status](https://coveralls.io/repos/github/7x11x13/soundcloud.py/badge.svg?branch=main)](https://coveralls.io/github/7x11x13/soundcloud.py?branch=main)\n\nPython wrapper for some of the v2 SoundCloud API\n\n## Installation\n\n```bash\npip install soundcloud-v2\n```\n\n## Example\n\n```python\nfrom soundcloud import SoundCloud\n\nsc = SoundCloud(\"client_id\", \"auth_token\")\nassert sc.is_client_id_valid()\nassert sc.is_auth_token_valid()\nme = sc.get_user_by_username(\"7x11x13\")\nassert me.permalink == \"7x11x13\"\n```\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python wrapper for the v2 SoundCloud API",
    "version": "1.3.7",
    "project_urls": {
        "Bug Tracker": "https://github.com/7x11x13/soundcloud.py/issues",
        "Homepage": "https://github.com/7x11x13/soundcloud.py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fa680256c16612a1191cd71de1671e6511a0ffc18b4338e2bc10af8aa0d44a4",
                "md5": "67f807f9092bcf51a5c4197d4379c5fd",
                "sha256": "a1cc572ab6b5df401b03c03da1a1d720e58d6caa9d520bc13ec42d406ba943f2"
            },
            "downloads": -1,
            "filename": "soundcloud_v2-1.3.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67f807f9092bcf51a5c4197d4379c5fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13944,
            "upload_time": "2024-03-20T15:00:53",
            "upload_time_iso_8601": "2024-03-20T15:00:53.330399Z",
            "url": "https://files.pythonhosted.org/packages/6f/a6/80256c16612a1191cd71de1671e6511a0ffc18b4338e2bc10af8aa0d44a4/soundcloud_v2-1.3.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ad9f59d159f77da68da31259586cac33b82b5c5f987f8e64b777ae0da68f2db",
                "md5": "b7e248d13d33a2f18767e91566495c0b",
                "sha256": "0e26829c8117292c72138f8c0aad0ac1d2965067d63b72c0570b0c34490e9aa7"
            },
            "downloads": -1,
            "filename": "soundcloud-v2-1.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "b7e248d13d33a2f18767e91566495c0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11304,
            "upload_time": "2024-03-20T15:00:54",
            "upload_time_iso_8601": "2024-03-20T15:00:54.811240Z",
            "url": "https://files.pythonhosted.org/packages/5a/d9/f59d159f77da68da31259586cac33b82b5c5f987f8e64b777ae0da68f2db/soundcloud-v2-1.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 15:00:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "7x11x13",
    "github_project": "soundcloud.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "soundcloud-v2"
}
        
Elapsed time: 0.26106s