helios-client


Namehelios-client JSON
Version 0.4.20240424.post1 PyPI version JSON
download
home_pagehttps://www.heliosmusic.io
SummaryPure python 3 module to communicate with a Helios server.
upload_time2024-04-25 06:06:02
maintainerNone
docs_urlNone
authorCartesian Theatre
requires_python>=3.7
licenseLGPL
keywords music similarity match catalogue digital signal processing machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Helios Logo](https://heliosmusic.io/application/files/thumbnails/large/4615/2807/9653/Helios-Logo.png "Helios Logo")

# Helios Client API (Pure Python 3 Module)

This is an easy to use pure Python 3 module that provides an API to communicate with a remote [Helios](https://www.heliosmusic.io) server. You can manage your music catalogue as well as perform similarity matches. You can review the raw REST API documentation [here](https://www.heliosmusic.io/api.html).

## What is Helios?

Helios is a powerful B2B technology to allow searching of large commercial music libraries by using music itself as the search key. There are many uses, but here are a few examples:

- You have a commercial music library of any size. Perhaps you are a major record label, perhaps independent, or maybe you've amalgamated music from multiple labels, independent artists, or publishers. You need to assist your clients with obtaining synchronization licenses quickly for appropriate pieces of music for their film, TV, documentary, commercial, video game, or some other context.

- Your business receives a new supply of music each month from artists. You need to be able to predict which new music is more likely to generate revenue based on how existing music in your catalogue already performed.

- You have a digital jukebox in bars, restaurants, and pubs. You want venue patrons to be able to play more music like the music they just paid to hear.

- You have a music catalogue management platform that publishers and labels use to track their digital assets. Your customers want to be able to search within their own catalogue using your slick platform.

- You have an online digital music store and you'd like to be able to make intelligent product recommendations to your customers based on what songs they already have in their shopping cart before they check out.

- You have a streaming music service for different venues or channels. You have in-house DJs that custom curate the playlists. You want to reduce their work as they create new ones.

- You have a streaming music service. The listener asked to skip the current track, but they also never want to hear anything similar again.

- You market software for DJs, such as plugins to manage their library. While they're performing live, a plugin in their favourite software suggests new tracks to mix or play next.

There are countless other examples, but let's talk about the first one. Nearly always, your client approaches you with samples already in hand. "Hey, do you have anything like this?" This could be an MP3 or a YouTube video URL. Because Helios allows you to search the catalogue using music itself as the search key, you could use the customer's samples directly to help them find what they're looking for.

Traditionally, in the absence of such technology, the way this has been done for decades may surprise many. It is both costly and involves many hours or even days of manual human labour which delays the business process. The business must manually search, usually using [textual tags](https://heliosmusic.io/index.php/faq#tagging), and listen to a great deal of irrelevant music in the hopes of finding the one the client is actually willing to spend money on.

## Quick installation

### Ubuntu
Packages already prepared for Ubuntu 23.10 (mantic) and later are available on our Personal Package Archive (PPA) [here](https://launchpad.net/%7Ekip/+archive/ubuntu/helios-public). To get the package installed and be up and running in seconds, just run the following two commands:

```console
$ sudo add-apt-repository ppa:kip/helios-public
$ sudo apt install python3-helios-client
```

### PyPi
If you are not using Ubuntu 23.10 or later and know what you are doing, you can use Python's ad hoc package management system. This is not recommended as a first choice because it is not as robust as a native package manager. But if you do choose to use `pip(1)` directly, you can always use it in a virtual environment.

```console
$ python -m venv Environment
$ source Environment/bin/activate
$ cd Environment
$ pip install helios-client
```

## Licensing

This Python module is released under the terms of the [LGPL 3.0](https://www.gnu.org/licenses/lgpl-3.0.html) or greater. Copyright (C) 2015-2024 Cartesian Theatre. See [Copying](./Copying) for more information.


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.heliosmusic.io",
    "name": "helios-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "music, similarity, match, catalogue, digital, signal, processing, machine, learning",
    "author": "Cartesian Theatre",
    "author_email": "kip@heliosmusic.io",
    "download_url": "https://files.pythonhosted.org/packages/c9/ab/9eaa02a2e52cae5e5f8dea84f8d6b572a992ff15dc74c5093a6cdc79b8ef/helios-client-0.4.20240424.post1.tar.gz",
    "platform": null,
    "description": "![Helios Logo](https://heliosmusic.io/application/files/thumbnails/large/4615/2807/9653/Helios-Logo.png \"Helios Logo\")\n\n# Helios Client API (Pure Python 3 Module)\n\nThis is an easy to use pure Python 3 module that provides an API to communicate with a remote [Helios](https://www.heliosmusic.io) server. You can manage your music catalogue as well as perform similarity matches. You can review the raw REST API documentation [here](https://www.heliosmusic.io/api.html).\n\n## What is Helios?\n\nHelios is a powerful B2B technology to allow searching of large commercial music libraries by using music itself as the search key. There are many uses, but here are a few examples:\n\n- You have a commercial music library of any size. Perhaps you are a major record label, perhaps independent, or maybe you've amalgamated music from multiple labels, independent artists, or publishers. You need to assist your clients with obtaining synchronization licenses quickly for appropriate pieces of music for their film, TV, documentary, commercial, video game, or some other context.\n\n- Your business receives a new supply of music each month from artists. You need to be able to predict which new music is more likely to generate revenue based on how existing music in your catalogue already performed.\n\n- You have a digital jukebox in bars, restaurants, and pubs. You want venue patrons to be able to play more music like the music they just paid to hear.\n\n- You have a music catalogue management platform that publishers and labels use to track their digital assets. Your customers want to be able to search within their own catalogue using your slick platform.\n\n- You have an online digital music store and you'd like to be able to make intelligent product recommendations to your customers based on what songs they already have in their shopping cart before they check out.\n\n- You have a streaming music service for different venues or channels. You have in-house DJs that custom curate the playlists. You want to reduce their work as they create new ones.\n\n- You have a streaming music service. The listener asked to skip the current track, but they also never want to hear anything similar again.\n\n- You market software for DJs, such as plugins to manage their library. While they're performing live, a plugin in their favourite software suggests new tracks to mix or play next.\n\nThere are countless other examples, but let's talk about the first one. Nearly always, your client approaches you with samples already in hand. \"Hey, do you have anything like this?\" This could be an MP3 or a YouTube video URL. Because Helios allows you to search the catalogue using music itself as the search key, you could use the customer's samples directly to help them find what they're looking for.\n\nTraditionally, in the absence of such technology, the way this has been done for decades may surprise many. It is both costly and involves many hours or even days of manual human labour which delays the business process. The business must manually search, usually using [textual tags](https://heliosmusic.io/index.php/faq#tagging), and listen to a great deal of irrelevant music in the hopes of finding the one the client is actually willing to spend money on.\n\n## Quick installation\n\n### Ubuntu\nPackages already prepared for Ubuntu 23.10 (mantic) and later are available on our Personal Package Archive (PPA) [here](https://launchpad.net/%7Ekip/+archive/ubuntu/helios-public). To get the package installed and be up and running in seconds, just run the following two commands:\n\n```console\n$ sudo add-apt-repository ppa:kip/helios-public\n$ sudo apt install python3-helios-client\n```\n\n### PyPi\nIf you are not using Ubuntu 23.10 or later and know what you are doing, you can use Python's ad hoc package management system. This is not recommended as a first choice because it is not as robust as a native package manager. But if you do choose to use `pip(1)` directly, you can always use it in a virtual environment.\n\n```console\n$ python -m venv Environment\n$ source Environment/bin/activate\n$ cd Environment\n$ pip install helios-client\n```\n\n## Licensing\n\nThis Python module is released under the terms of the [LGPL 3.0](https://www.gnu.org/licenses/lgpl-3.0.html) or greater. Copyright (C) 2015-2024 Cartesian Theatre. See [Copying](./Copying) for more information.\n\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "Pure python 3 module to communicate with a Helios server.",
    "version": "0.4.20240424.post1",
    "project_urls": {
        "Bug Tracker": "https://github.com/cartesiantheatre/python-helios-client/issues",
        "Documentation": "https://heliosmusic.io/api.html",
        "Homepage": "https://www.heliosmusic.io",
        "Source Code": "https://github.com/cartesiantheatre/python-helios-client"
    },
    "split_keywords": [
        "music",
        " similarity",
        " match",
        " catalogue",
        " digital",
        " signal",
        " processing",
        " machine",
        " learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "133443ab06c70c718f31b1ef505279ab6e1fdb8d19b9a08edace2b6cce7e39f3",
                "md5": "b8279cf6b779aa93e0c772ac732177c5",
                "sha256": "051e3cd666b61c6b777d427c5c20fcb8bda99353fff80da76ca35e829fda7457"
            },
            "downloads": -1,
            "filename": "helios_client-0.4.20240424.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b8279cf6b779aa93e0c772ac732177c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17404,
            "upload_time": "2024-04-25T06:06:00",
            "upload_time_iso_8601": "2024-04-25T06:06:00.583788Z",
            "url": "https://files.pythonhosted.org/packages/13/34/43ab06c70c718f31b1ef505279ab6e1fdb8d19b9a08edace2b6cce7e39f3/helios_client-0.4.20240424.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9ab9eaa02a2e52cae5e5f8dea84f8d6b572a992ff15dc74c5093a6cdc79b8ef",
                "md5": "7fa4745fe9ad539b6f62392adf8e8390",
                "sha256": "32380a37b36ffac707b84a06df4df852c1ba757279a071a1901a1cd2fe4c66c9"
            },
            "downloads": -1,
            "filename": "helios-client-0.4.20240424.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "7fa4745fe9ad539b6f62392adf8e8390",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 25866,
            "upload_time": "2024-04-25T06:06:02",
            "upload_time_iso_8601": "2024-04-25T06:06:02.889564Z",
            "url": "https://files.pythonhosted.org/packages/c9/ab/9eaa02a2e52cae5e5f8dea84f8d6b572a992ff15dc74c5093a6cdc79b8ef/helios-client-0.4.20240424.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 06:06:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cartesiantheatre",
    "github_project": "python-helios-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "helios-client"
}
        
Elapsed time: 0.25934s