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

Commit

Permalink
Deprecate discogs_client
Browse files Browse the repository at this point in the history
  • Loading branch information
vreon committed Jun 1, 2020
1 parent d8c0620 commit c159195
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# :warning: DEPRECATED

This repository is no longer maintained. You can still use a REST client like
[Requests](https://pypi.org/project/requests/) or other third-party Python
library to access the [Discogs REST API](https://www.discogs.com/developers).

---
---
---

# Discogs API Client

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.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

setup(
name='discogs-client',
version='2.2.2',
version='2.3.0',
description='Official Python API client for Discogs',
url='https://github.com/discogs/discogs_client',
author='Discogs',
author_email='[email protected]',
test_suite='discogs_client.tests',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Development Status :: 7 - Inactive',
'Environment :: Console',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
Expand Down

0 comments on commit c159195

Please sign in to comment.