How to use the spotipy._start.read_version_file function in spotipy

To help you get started, we’ve selected a few spotipy examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github felix-hilden / spotipy / spotipy / __init__.py View on Github external
from spotipy._start import check_python_version as _check_python_version
from spotipy._start import read_version_file as _read_version_file

_check_python_version()

from spotipy import scope, util
from spotipy.auth import Credentials
from spotipy.client import Spotify

__version__ = _read_version_file()