-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Take Ruff's Recommendations Really Rigorously (#196)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@0d4c9c5...9780b0c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Dependabot monitoring PyPi dependencies(deps): Bump m3u8 (#190) Bumps [m3u8](https://github.com/globocom/m3u8) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/globocom/m3u8/releases) - [Commits](globocom/m3u8@5.1.0...5.2.0) --- updated-dependencies: - dependency-name: m3u8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Dependabot monitoring PyPi dependencies(deps): Bump m3u8 (#192) Bumps [m3u8](https://github.com/globocom/m3u8) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/globocom/m3u8/releases) - [Commits](globocom/m3u8@5.2.0...5.3.0) --- updated-dependencies: - dependency-name: m3u8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Dependabot monitoring PyPi dependencies(deps): Bump m3u8 (#193) Bumps [m3u8](https://github.com/globocom/m3u8) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/globocom/m3u8/releases) - [Commits](globocom/m3u8@5.3.0...6.0.0) --- updated-dependencies: - dependency-name: m3u8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Edit multiple files to satisfy Ruff linter. * Pass keyword argument in album.py * Format artist.py according to Ruff * Edit dash.py to appease Ruff linter * Rename TidalManifestException to TidalManifestError, per Ruff * Reformat to appease Ruff * Dependabot monitoring PyPi dependencies(deps): Bump typer (#194) Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.12.3...0.12.4) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Dependabot monitoring PyPi dependencies(deps): Bump typer (#195) Bumps [typer](https://github.com/fastapi/typer) from 0.12.4 to 0.12.5. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.12.4...0.12.5) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Make a raft of Ruff-demanded formatting changes. * Format pyinstaller.py based on Ruff linting. * Add docstring to setup.py * Remove crucial packages from TYPE_CHECKING block. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fdc58e2
commit bb51d63
Showing
18 changed files
with
1,659 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,14 @@ requires = ["setuptools", "wheel"] | |
universal = 0 # Make the generated wheels have "py3" tag | ||
[project] | ||
name = "tidal-wave" | ||
version = "2024.7.1" | ||
dynamic = ["version"] | ||
description = "A tool to wave at the TIDAL music service." | ||
authors = [ | ||
{name = "colinho", email = "[email protected]"} | ||
] | ||
maintainers = [ | ||
{name = "colinho", email = "[email protected]"} | ||
] | ||
license = {file = "LICENSE"} | ||
readme = {file = "README.md", content-type = "text/markdown"} | ||
requires-python = ">3.7,<3.13" | ||
classifiers=[ | ||
authors = [{ name = "colinho", email = "[email protected]" }] | ||
maintainers = [{ name = "colinho", email = "[email protected]" }] | ||
license = { file = "LICENSE" } | ||
readme = { file = "README.md", content-type = "text/markdown" } | ||
requires-python = ">=3.8,<3.13" | ||
classifiers = [ | ||
"Intended Audience :: End Users/Desktop", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.8", | ||
|
@@ -33,13 +29,25 @@ dependencies = [ | |
"dataclass-wizard==0.22.3", | ||
"ffmpeg-python==0.2.0", | ||
"mutagen==1.47.0", | ||
"m3u8==5.1.0", | ||
"m3u8==6.0.0", | ||
"platformdirs==4.2.2", | ||
"pycryptodome==3.20.0", | ||
"requests[socks]==2.32.3", | ||
"typer==0.12.3" | ||
"typer==0.12.5", | ||
] | ||
[project.scripts] | ||
tidal-wave = "tidal_wave.main:app" | ||
[project.urls] | ||
Homepage = "https://github.com/ebb-earl-co/tidal-wave" | ||
|
||
[tool.ruff] | ||
target-version = "py38" | ||
|
||
[tool.setuptools.dynamic] | ||
version = {attr = "tidal_wave.main.__version__"} | ||
|
||
[tool.uv] | ||
dev-dependencies = [ | ||
"pyinstaller==6.7.0", | ||
"ruff" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
"""tidal_wave is a module that retrieves data from TIDAL API and writes it to disk.""" | ||
|
||
from .main import app | ||
|
||
app() |
Oops, something went wrong.