File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,19 @@ API Reference
3434 :members:
3535 :undoc-members:
3636
37+ .. autoclass :: Media
38+ :members:
39+ :undoc-members:
40+
3741.. autoclass :: Track
3842 :members:
3943 :undoc-members:
44+ :show-inheritance:
45+
46+ .. autoclass :: Video
47+ :members:
48+ :undoc-members:
49+ :show-inheritance:
4050
4151.. autoclass :: Playlist
4252 :members:
Original file line number Diff line number Diff line change 5353
5454# General information about the project.
5555project = u'tidalapi'
56- copyright = u'2014, Thomas Amland'
56+ copyright = u'2014-2019 , Thomas Amland, morguldir '
5757
5858# The version info for the project you're documenting, acts as replacement
5959# for |version| and |release|, also used in various other places throughout
6060# the built documents.
6161#
6262# The short X.Y version.
63- version = '0.5 .0'
63+ version = '0.6 .0'
6464# The full version, including alpha/beta/rc tags.
6565release = version
6666
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = 'tidalapi' ,
21- version = '0.5 .0' ,
21+ version = '0.6 .0' ,
2222 description = 'Unofficial API for TIDAL music streaming service.' ,
2323 long_description = long_description ,
24- author = 'Thomas Amland' ,
25- author_email = 'thomas.amland@googlemail.com' ,
24+ author = 'Thomas Amland, morguldir ' ,
25+ author_email = 'thomas.amland@googlemail.com, morguldir@protonmail.com ' ,
2626 url = 'https://github.com/tamland/tidalapi' ,
2727 license = 'LGPL' ,
2828 packages = ['tidalapi' ],
3333 'Intended Audience :: Developers' ,
3434 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)' ,
3535 "Programming Language :: Python :: 2" ,
36- 'Programming Language :: Python :: 2.6' ,
3736 'Programming Language :: Python :: 2.7' ,
3837 'Programming Language :: Python :: 3' ,
39- 'Programming Language :: Python :: 3.3' ,
4038 'Programming Language :: Python :: 3.4' ,
39+ 'Programming Language :: Python :: 3.6' ,
40+ 'Programming Language :: Python :: 3.7' ,
4141 ],
4242)
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22#
3+ # Copyright (C) 2019 morguldir
34# Copyright (C) 2014 Thomas Amland
45#
56# This program is free software: you can redistribute it and/or modify
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22#
3+ # Copyright (C) 2019 morguldir
34# Copyright (C) 2014 Thomas Amland
45#
56# This program is free software: you can redistribute it and/or modify
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22#
3+ # Copyright (C) 2019 morguldir
34# Copyright (C) 2014 Thomas Amland
45#
56# This program is free software: you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments