This is a python API wrapper for the discogs API.
Project description
Discogs Python API Wraper
This is a python API wrapper for the discogs API. It includes methods for API endpoints in the Database section in discogs.
Installation
pip install discogs-wrapper-python
Quickstart
from discogs_wrapper import DV
dv_instance = DV("FooBarApp/3.0")
response = dv_instance.get_search(genre='rock',q = 'nirvana',token='abcde123')
Authentication
There are two primary methods of authentication: Discogs Auth Flow and Auth Flow. As of now, only Discogs Auth Flow is supported by this wrapper. This is a simple yet secure way of authenticating a user. A user can be authenticated either by using a User token or using a Consumer key and secret.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file discogs-wrapper-python-1.0.1.tar.gz.
File metadata
- Download URL: discogs-wrapper-python-1.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7c32550dd90f23e8b064df69d370ec347a476fa2c9c8a4266705d9aae6ac5c0
|
|
| MD5 |
9f77fbf499621106756bc3dafe7705f4
|
|
| BLAKE2b-256 |
c95bf6fab08fda6caaf4093563bc8ebbeb82ac4c1cf795b2de790c75a75ba6a0
|
File details
Details for the file discogs_wrapper_python-1.0.1-py3-none-any.whl.
File metadata
- Download URL: discogs_wrapper_python-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98b0d9d2f431bb2db6028985181a883fc97b4139e8a5874a9e173385942fbf8c
|
|
| MD5 |
18555fedbd0bf53122156f495265d265
|
|
| BLAKE2b-256 |
998065d864c6763320faf85e28f26cc04e6994f7659b03297987c25be03db051
|