subsonic-connector


Namesubsonic-connector JSON
Version 0.3.2 PyPI version JSON
download
home_page
SummarySubSonic Connector based on py-sonic
upload_time2024-02-05 18:26:45
maintainer
docs_urlNone
authorGioF71
requires_python>=3.9,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Subsonic Connector

## Reference

This library relies on the [py-sonic](https://github.com/crustymonkey/py-sonic) project.  
The current version I use in this project is [`1.0.0`](https://github.com/crustymonkey/py-sonic/releases/tag/0.8.0).

## Status

This software is in its early development phase.

## Links

Type|Link
:---|:---
Source Code|[GitHub](https://github.com/GioF71/subsonic-connector)
Python Library|[PiPy](https://pypi.org/project/subsonic-connector/)

## Instructions

Create your own `.env` file. Use `.sample.env` as a reference for the format of the file.

### Initialization

From a terminal, type

```text
poetry shell
poetry install
```

#### Test execution

Then you can run the simple test using the following command:

```text
python subsonic_connector/test-cn.py
```

Make sure to load the variables specified in the `.env` file.  
The test is currently just a `main` and it requires a running subsonic server. I am currently using [Navidrome](https://github.com/navidrome/navidrome).


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "subsonic-connector",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "GioF71",
    "author_email": "giovanni.fulco@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/15/e0/f35883c60f4daf538b06d205d26470a2c40cc571f8e8257bb1398e5577ac/subsonic_connector-0.3.2.tar.gz",
    "platform": null,
    "description": "# Subsonic Connector\n\n## Reference\n\nThis library relies on the [py-sonic](https://github.com/crustymonkey/py-sonic) project.  \nThe current version I use in this project is [`1.0.0`](https://github.com/crustymonkey/py-sonic/releases/tag/0.8.0).\n\n## Status\n\nThis software is in its early development phase.\n\n## Links\n\nType|Link\n:---|:---\nSource Code|[GitHub](https://github.com/GioF71/subsonic-connector)\nPython Library|[PiPy](https://pypi.org/project/subsonic-connector/)\n\n## Instructions\n\nCreate your own `.env` file. Use `.sample.env` as a reference for the format of the file.\n\n### Initialization\n\nFrom a terminal, type\n\n```text\npoetry shell\npoetry install\n```\n\n#### Test execution\n\nThen you can run the simple test using the following command:\n\n```text\npython subsonic_connector/test-cn.py\n```\n\nMake sure to load the variables specified in the `.env` file.  \nThe test is currently just a `main` and it requires a running subsonic server. I am currently using [Navidrome](https://github.com/navidrome/navidrome).\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "SubSonic Connector based on py-sonic",
    "version": "0.3.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc718c9180a2cd550847a84bb10bfb8e4041997e9a92aaafb7e1ec97beea0d49",
                "md5": "2110a21a143999fe93863d500981cec3",
                "sha256": "d58d0c3a15747918beae66b01cb471944f73cac0eead96f8c76041c201adb358"
            },
            "downloads": -1,
            "filename": "subsonic_connector-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2110a21a143999fe93863d500981cec3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 18172,
            "upload_time": "2024-02-05T18:26:41",
            "upload_time_iso_8601": "2024-02-05T18:26:41.467154Z",
            "url": "https://files.pythonhosted.org/packages/bc/71/8c9180a2cd550847a84bb10bfb8e4041997e9a92aaafb7e1ec97beea0d49/subsonic_connector-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15e0f35883c60f4daf538b06d205d26470a2c40cc571f8e8257bb1398e5577ac",
                "md5": "fe5c99b0d01e1cbe3a73eebd0cd30b5f",
                "sha256": "7c492acf5e2d372b32e547140cf48d3649a5baff0776633fb2c83cdda2fabc55"
            },
            "downloads": -1,
            "filename": "subsonic_connector-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fe5c99b0d01e1cbe3a73eebd0cd30b5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 9814,
            "upload_time": "2024-02-05T18:26:45",
            "upload_time_iso_8601": "2024-02-05T18:26:45.018016Z",
            "url": "https://files.pythonhosted.org/packages/15/e0/f35883c60f4daf538b06d205d26470a2c40cc571f8e8257bb1398e5577ac/subsonic_connector-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 18:26:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "subsonic-connector"
}
        
Elapsed time: 0.21418s