statify

View on PyPIReverse Dependencies (0)

1.3.0 statify-1.3.0-py3-none-any.whl

Wheel Details

Project: statify
Version: 1.3.0
Filename: statify-1.3.0-py3-none-any.whl
Download: [link]
Size: 16037
MD5: bc8c5b2f32509071b7316e57e2b33679
SHA256: 266e17b04fed8148894e11da6387cdd7ccb5fc3599cea6dc30b7dfe913f9b94b
Uploaded: 2022-11-24 19:59:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: statify
Version: 1.3.0
Summary: Pull your playlist and listening data from the Spotify API
Author: @foobuzz
Author-Email: foobuzz[at]fastmail.com
Home-Page: https://github.com/foobuzz/statify
Requires-Dist: pypika (==0.35.14)
Requires-Dist: pyyaml (==5.3.1)
Requires-Dist: setuptools (==49.1.0)
Requires-Dist: spotipy (==2.16.0)
Requires-Dist: flask (==2.1.2)
Requires-Dist: pytest-mock (==3.1.1); extra == "tests"
Requires-Dist: pyfakefs (==4.0.2); extra == "tests"
Requires-Dist: flake8 (==3.8.4); extra == "tests"
Requires-Dist: responses (==0.10.15); extra == "tests"
Requires-Dist: pytest (==5.4.3); extra == "tests"
Requires-Dist: pytest-flask (==1.2.0); extra == "tests"
Provides-Extra: tests
[No description]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
statify/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
statify/config.py sha256=IATUaO7nxn8yvNK-eHtYDHwUCfe4E3oaYJhi7uHUztQ 277
statify/database_client.py sha256=dyijXVzCxQu2ijAvaBDSOr-G5Wa9Q_Bg8ubrX_0PqD0 11546
statify/spotify_client.py sha256=Y03ybHeN0cEbZF_WOpCpOqVoi1aIq18zCdzinwZhd7s 4773
statify/statify.py sha256=PDdHe7G1eaIpqHYn8fcmtc65bJwR70WD80jwtcoBsuI 12143
statify/webserver/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
statify/webserver/search.py sha256=l7U0UtfQhifnQQCMZpegBSWbOOin4tSCPRItC42LL_s 559
statify/webserver/webserver.py sha256=qHb9dYWFWwe1dSgYk0XJoRP6tqZf2G545JECkqdcuWk 1493
statify/webserver/static/autocomplete.js sha256=lCVSHorVymluOPAXTZh_2p6UrAT8ln-3j294MqhMwmU 1503
statify/webserver/static/common.css sha256=b1cJvHE6YrwG7_CLmJykjDRb1cFiP7YnHwN58grKfdA 411
statify/webserver/static/front.css sha256=PAop8j9F9bA_63ku0_G_4kOKC5OY5ED1fJILGIfZRag 301
statify/webserver/static/song.css sha256=N5mnxjd5zzcz0RVXi1xKDjaBs0sFSL6bX9RoPBWfuRI 1000
statify/webserver/static/song.js sha256=9ulw6c7I6Bx3Hux17x1amKBZ-WCs8TnYZafuHBMj_FU 2065
statify/webserver/templates/autocomplete_template.html sha256=wyciROVcJntW9359zEj9OUYB9vxaTE34hrR7D_rvGZ8 261
statify/webserver/templates/index.html sha256=jL2PHsSP_X2TrxAsya2TcYc2kTo6pD-TIEmED4NZ03M 825
statify/webserver/templates/song.html sha256=riiuRkGLQZa1CadfDyGV3I8JvW3HxsL1PPTCqfggvIw 1613
statify-1.3.0.dist-info/METADATA sha256=51N73PM-b6tqpCw3NmlNmVXGG_68BX5CY_iXFNPoByU 777
statify-1.3.0.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
statify-1.3.0.dist-info/entry_points.txt sha256=Yogp7kbwdudE3SyByMBFqOPql7kkbT1MxnWr13dQZ6k 103
statify-1.3.0.dist-info/top_level.txt sha256=7FBj-HSdl6D2M9BJiqwtVgOMBy2byVcnpeeSZZ0YBoQ 8
statify-1.3.0.dist-info/RECORD

top_level.txt

statify

entry_points.txt

statify = statify.statify:main
statify_webserver = statify.webserver.webserver:main