Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Commit c159195

Browse files
committed
Deprecate discogs_client
1 parent d8c0620 commit c159195

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

README.mkd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# :warning: DEPRECATED
2+
3+
This repository is no longer maintained. You can still use a REST client like
4+
[Requests](https://pypi.org/project/requests/) or other third-party Python
5+
library to access the [Discogs REST API](https://www.discogs.com/developers).
6+
7+
---
8+
---
9+
---
10+
111
# Discogs API Client
212

313
This is the official Discogs API client for Python. It enables you to query the Discogs database for information on artists, releases, labels, users, Marketplace listings, and more. It also supports OAuth 1.0a authorization, which allows you to change user data such as profile information, collections and wantlists, inventory, and orders.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
setup(
66
name='discogs-client',
7-
version='2.2.2',
7+
version='2.3.0',
88
description='Official Python API client for Discogs',
99
url='https://github.com/discogs/discogs_client',
1010
author='Discogs',
1111
author_email='api@discogsinc.com',
1212
test_suite='discogs_client.tests',
1313
classifiers=[
14-
'Development Status :: 5 - Production/Stable',
14+
'Development Status :: 7 - Inactive',
1515
'Environment :: Console',
1616
'License :: OSI Approved :: BSD License',
1717
'Natural Language :: English',

0 commit comments

Comments
 (0)