Skip to main content

Get all the artists and/or all styles of the world

Project description

Description

MusicTour generates a JSON or returns all the styles and/or artists in the world.

It is based on the website https://everynoise.com/

Quick start

import musicTour
musicTour.getAll() # Generates a JSON with all styles and artists in the world

Warning

Generating all the styles and/or artists can take several dozens of minutes.

Parameters

The function musicTour.getAll() can take 3 arguments. By default, they are all set to True.

musicTour.getAll(styles, artists, output)

All three arguments are booleans.

To generate a JSON, you have to set the third argument to True.

Examples:

musicTour.getAll(True, True, True) # generates a JSON of all styles and artists.

musicTour.getAll(False, True, True) # generates a JSON of all artists.

musicTour.getAll(True, False, True) # generates a JSON of all styles.

When you just want to return the value in a variable, you can set the third argument to False:

Examples:

allArtistsStyles = musicTour.getAll(True, True, False)
print(allArtistsStyles) # Prints all styles and artists

musicTour.getAll(False, True, False)# returns all artists.

musicTour.getAll(True, False, False)# returns all styles.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

musicTour-1.6.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

musicTour-1.6.0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file musicTour-1.6.0.tar.gz.

File metadata

  • Download URL: musicTour-1.6.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for musicTour-1.6.0.tar.gz
Algorithm Hash digest
SHA256 6be9cae34336687121a89ed0af6cf5f1364f7ab27b06acd0547ad65fbb73826b
MD5 24044f452eaf517f565f9ca994d5ab36
BLAKE2b-256 b277a4ca81caeae70b69ba41d66f08e9ac38cf6b97fb541019cfb2e528be1f7a

See more details on using hashes here.

File details

Details for the file musicTour-1.6.0-py3-none-any.whl.

File metadata

  • Download URL: musicTour-1.6.0-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for musicTour-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6cb3bc2a121d3016f429abef9b007c1c31fe589c98b7e6dea86dfc000e2bb666
MD5 c33dbcd33dbe0b8e1975b24885a47a00
BLAKE2b-256 1400dffcb913e06314614fac9e0135587b8fd63c448932a65abc65456389d759

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page