python3-discogs-client 2.6__py3-none-any.whl → 2.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- __version__ = '2.6'
1
+ __version__ = '2.7'
2
2
  __version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
3
3
 
4
4
  from discogs_client.client import Client
discogs_client/models.py CHANGED
@@ -478,7 +478,10 @@ class Artist(PrimaryAPIObject):
478
478
  #: single string, for example: "DJ ABC Feat MC Z". Also check out the
479
479
  #: ``artists_sort`` attribute of a ``Release`` object.
480
480
  join = SimpleField()
481
-
481
+ #: This attribute is only present when an ``Artist`` object is part of a
482
+ #: ``credits`` list of a ``Release`` object.
483
+ role = SimpleField()
484
+
482
485
  def __init__(self, client, dict_):
483
486
  super(Artist, self).__init__(client, dict_)
484
487
  self.data['resource_url'] = '{0}/artists/{1}'.format(client._base_url, dict_['id'])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python3-discogs-client
3
- Version: 2.6
3
+ Version: 2.7
4
4
  Summary: Python API client for Discogs
5
5
  Home-page: https://github.com/joalla/discogs_client
6
6
  Author: joalla
@@ -0,0 +1,11 @@
1
+ discogs_client/__init__.py,sha256=jtFqxDk4H8_GK_bF6p_1dcoKVt_Di_GYo5uWB2ESPfc,445
2
+ discogs_client/client.py,sha256=AqQmwJd54DrAFTnTb4zi1jCefjC6sbISh43FZuYsQ0g,7632
3
+ discogs_client/exceptions.py,sha256=7kHj2wbpfT0gLE7uqm6c4aS28Wkr58f6u9jfpcT_NSM,1323
4
+ discogs_client/fetchers.py,sha256=UP-FcCo8MOgfG5VpiFCRpKUUBcVn_zSMbnV5Z3DpAqQ,11963
5
+ discogs_client/models.py,sha256=c6OfCIEPW7HtOpegP3tcdGPtEBTm7adDxWyQzcfe52M,31844
6
+ discogs_client/utils.py,sha256=KJDkJ91C1rVW7Tr4hZ8To-sJyKtFu4gT1oNQIv7Mo_k,3395
7
+ python3_discogs_client-2.7.dist-info/LICENSE,sha256=GvYq7dzLVxNCGN29xn0Ec1JMpzZwPXzOAdtZsuB9pUI,1455
8
+ python3_discogs_client-2.7.dist-info/METADATA,sha256=sOt6aDkRndWOtM0ujuMspeX2EdJfHGysOfOIU6QQ5U8,927
9
+ python3_discogs_client-2.7.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
10
+ python3_discogs_client-2.7.dist-info/top_level.txt,sha256=jgqsRXqG3dJuCOSykXhXN68DMNu77XYQuqgqlPSSv1E,15
11
+ python3_discogs_client-2.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: bdist_wheel (0.40.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,11 +0,0 @@
1
- discogs_client/__init__.py,sha256=hV55HqgbLHR1BeKPZTv5NZyn99_pJIxEt9aZUk7lyx8,445
2
- discogs_client/client.py,sha256=AqQmwJd54DrAFTnTb4zi1jCefjC6sbISh43FZuYsQ0g,7632
3
- discogs_client/exceptions.py,sha256=7kHj2wbpfT0gLE7uqm6c4aS28Wkr58f6u9jfpcT_NSM,1323
4
- discogs_client/fetchers.py,sha256=UP-FcCo8MOgfG5VpiFCRpKUUBcVn_zSMbnV5Z3DpAqQ,11963
5
- discogs_client/models.py,sha256=jtKrrz_5VyoeuGgbIy0YOY_YTATeK8prt2affrXrGBM,31689
6
- discogs_client/utils.py,sha256=KJDkJ91C1rVW7Tr4hZ8To-sJyKtFu4gT1oNQIv7Mo_k,3395
7
- python3_discogs_client-2.6.dist-info/LICENSE,sha256=GvYq7dzLVxNCGN29xn0Ec1JMpzZwPXzOAdtZsuB9pUI,1455
8
- python3_discogs_client-2.6.dist-info/METADATA,sha256=VJPe-MxfAQHAnYZfJu7danpPI4rvEvdesbmGK40knU4,927
9
- python3_discogs_client-2.6.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
10
- python3_discogs_client-2.6.dist-info/top_level.txt,sha256=jgqsRXqG3dJuCOSykXhXN68DMNu77XYQuqgqlPSSv1E,15
11
- python3_discogs_client-2.6.dist-info/RECORD,,