Metadata-Version: 2.1
Name: lm-dw-deezer
Version: 0.0.1b5
Summary: Liberum Melodian Library for making easy tracks downloading from Deezer
Home-page: https://github.com/An0nimia/lm_dw_deezer
License: CC BY 4.0
Author: An0nimia
Author-email: an0nimia@protonmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: rustdw
Requires-Dist: api-deezer-full (>=0.0.1b0,<0.0.2)
Requires-Dist: inquirerpy (==0.3.4)
Requires-Dist: lm-deezer-bf-dec (>=0.0.1b3,<0.0.2) ; extra == "rustdw"
Requires-Dist: mutagen (==1.47.0)
Requires-Dist: pycryptodomex (==3.19.0)
Requires-Dist: pydantic (==2.4.1)
Requires-Dist: requests (==2.31.0)
Requires-Dist: tqdm (==4.66.1)
Requires-Dist: typer[all] (==0.9.0)
Requires-Dist: zstandard (==0.22.0)
Project-URL: Repository, https://github.com/An0nimia/lm_dw_deezer
Description-Content-Type: text/markdown

# LM DW Deezer

# Install
1. Only C backend
	```bash
	pip install lm-dw-deezer
	```
1. W Rust backend
	> [!NOTE]
	> If you have already installed RUST you can jump this step
	```bash
	curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
	```
	- Install
		```bash
		pip install lm-dw-deezer[RUSTDW]
		```

# Usage
```bash
lm_deezer_dw --help
```


# Inside a docker container
1. Run in a container
	```bash
	docker run -it --rm -v "$(pwd):/Songs" python:3.12 bash
	```

