lm-deezer-bf-dec

A simple RUST package with scope to speed up the blowfish decryption process for deezer tracks.


Install
pip install lm-deezer-bf-dec==0.0.1b4

Documentation

LM_DEEZER_BF_DEC

Important

Rust is needed for installing this library

Direct install

Warning

May not work due different architecture

  1. Using pip
    pip install lm_deezer_bf_dec

Build by yourself

  1. Create a python virtual environment
    python3.12 -m venv venv
  2. Activate it
    source venv/bin/activate
  3. Install maturin
    pip install maturin[patchelf]
  4. Install Rust

    [!NOTE] If you have already installed RUST you can jump this step

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  5. Build it
    maturin build -r --sdist
  6. Install it
    pip install target/wheels/<file>.tar.gz