Skip to main content

The one-hour-late Deezer CLI.

Project description

Onzr

The one-hour-late Deezer ๐Ÿ’œ CLI.

โš ๏ธ This project is a work in progress. It works in its core parts, but will not meet standard requirements for a decent player.

Requirements

  • VLC: we use VLC bindings to play tracks, so this is a strict requirement.

Quick start guide

Onzr is a python package, it can be installed using Pip (or any other package manager you may use):

$ pip install --user onzr

Once installed the onzr command should be available (if not check your PATH definition). Before using Onzr, you should configure it (once for all):

$ onzr init

This command will prompt for an ARL token. If you don't know how to find it, please follow this guide.

You may now explore commands and their usage:

$ onzr --help

Commands

Remember that Onzr is a CLI (Command Line Interface) and that we love UNIX. That being said, you won't be surprised to pipe Onzr commands to achieve what you want.

$ onzr search --artist "Lady Gaga" --ids | \
    head -n 1 | \
    onzr artist --top --limit 20 --ids - | \
    onzr play --quality MP3_320 -

In this example, we will be playing Lady Gaga's top 20 most listened tracks in MP3 high quality.

search

Onzr works extensively using Deezer's identifiers (IDs) for artists, albums and tracks. As you may not know them (yet?), you can start exploring Deezer using the search command:

$ onzr search --help

You can search by artist, album or track using the corresponding flag, e.g. if you are looking for Lady Gaga:

$ onzr search --artist "Lady Gaga"

The command output looks like:

              Search results
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ        ID โ”ƒ Artist                     โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚     75491 โ”‚ Lady Gaga                  โ”‚
โ”‚      6182 โ”‚ Lady                       โ”‚
โ”‚   7735426 โ”‚ Bradley Cooper             โ”‚
โ”‚       ... โ”‚ ...                        โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Use the --ids flag to only print identifiers to the standard output if your intent is to pipe your search result to another command (e.g. artist or play).

$ onzr search --artist "Lady Gaga" --ids | \
    head -n 1 | \
    onzr artist -

๐Ÿ’ก The - argument of the artist command indicates to read artist ID from stdin.

Your search result piped to the artist command display the artist top tracks:

                                                    Artist tracks
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ         ID โ”ƒ Track                       โ”ƒ        ID โ”ƒ Album                                   โ”ƒ    ID โ”ƒ Artist    โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ 2947516331 โ”‚ Die With A Smile            โ”‚ 629506181 โ”‚ Die With A Smile                        โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ”‚ 3214169391 โ”‚ Abracadabra                 โ”‚ 706922941 โ”‚ Abracadabra                             โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ”‚    2603558 โ”‚ Poker Face                  โ”‚    253927 โ”‚ The Fame                                โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ”‚  561856742 โ”‚ Shallow                     โ”‚  74434962 โ”‚ A Star Is Born Soundtrack               โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ”‚  561856792 โ”‚ Always Remember Us This Way โ”‚  74434962 โ”‚ A Star Is Born Soundtrack               โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ”‚    4709947 โ”‚ Just Dance                  โ”‚    433789 โ”‚ The Fame Monster (International Deluxe) โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ”‚ 3262333871 โ”‚ Garden Of Eden              โ”‚ 722147851 โ”‚ MAYHEM                                  โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ”‚ 3262333851 โ”‚ Disease                     โ”‚ 722147851 โ”‚ MAYHEM                                  โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ”‚ 3262333891 โ”‚ Vanish Into You             โ”‚ 722147851 โ”‚ MAYHEM                                  โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ”‚    4709944 โ”‚ Telephone                   โ”‚    433789 โ”‚ The Fame Monster (International Deluxe) โ”‚ 75491 โ”‚ Lady Gaga โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿ’ก The --strict flag decrease fuzzyness in search results.

artist

The artist command allows to explore artist top tracks and radios. So you want to explore Eric Clapton's world (ID 192)?

$ onzr artist --top 192

๐Ÿ’ก Remember: you can use the search command as a starting point to achieve the same task if you don't remember artists IDs (I don't ๐Ÿ˜…):

$ onzr search --artist "Eric Clapton" --ids | \
    head -n 1 | \
    onzr artist --top -

And there it is! Eric Clapton's top tracks:

                                                              Artist tracks
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ         ID โ”ƒ Track                                      โ”ƒ        ID โ”ƒ Album                                       โ”ƒ  ID โ”ƒ Artist       โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚    1140658 โ”‚ It's Probably Me                           โ”‚    122264 โ”‚ Fields Of Gold - The Best Of Sting 1984 -   โ”‚ 368 โ”‚ Sting        โ”‚
โ”‚            โ”‚                                            โ”‚           โ”‚ 1994                                        โ”‚     โ”‚              โ”‚
โ”‚ 1933842237 โ”‚ Tears in Heaven (Acoustic Live)            โ”‚ 360638237 โ”‚ Unplugged (Live)                            โ”‚ 192 โ”‚ Eric Clapton โ”‚
โ”‚    1175620 โ”‚ Cocaine                                    โ”‚    125707 โ”‚ The Cream Of Clapton                        โ”‚ 192 โ”‚ Eric Clapton โ”‚
โ”‚ 1940201287 โ”‚ Layla (Acoustic; Live at MTV Unplugged,    โ”‚ 361895437 โ”‚ Clapton Chronicles: The Best of Eric        โ”‚ 192 โ”‚ Eric Clapton โ”‚
โ”‚            โ”‚ Bray Film Studios, Windsor, England, UK,   โ”‚           โ”‚ Clapton                                     โ”‚     โ”‚              โ”‚
โ”‚            โ”‚ 1/16/1992; 1999 Remaster)                  โ”‚           โ”‚                                             โ”‚     โ”‚              โ”‚
โ”‚    4654895 โ”‚ Tears in Heaven                            โ”‚    428364 โ”‚ Rush (Music from the Motion Picture         โ”‚ 192 โ”‚ Eric Clapton โ”‚
โ”‚            โ”‚                                            โ”‚           โ”‚ Soundtrack)                                 โ”‚     โ”‚              โ”‚
โ”‚    1175626 โ”‚ Wonderful Tonight                          โ”‚    125707 โ”‚ The Cream Of Clapton                        โ”‚ 192 โ”‚ Eric Clapton โ”‚
โ”‚     920186 โ”‚ I Shot The Sheriff                         โ”‚    103610 โ”‚ 461 Ocean Boulevard                         โ”‚ 192 โ”‚ Eric Clapton โ”‚
โ”‚ 1933842267 โ”‚ Layla (Acoustic Live)                      โ”‚ 360638237 โ”‚ Unplugged (Live)                            โ”‚ 192 โ”‚ Eric Clapton โ”‚
โ”‚ 1940201257 โ”‚ Change the World                           โ”‚ 361895437 โ”‚ Clapton Chronicles: The Best of Eric        โ”‚ 192 โ”‚ Eric Clapton โ”‚
โ”‚            โ”‚                                            โ”‚           โ”‚ Clapton                                     โ”‚     โ”‚              โ”‚
โ”‚ 2253499407 โ”‚ Ten Long Years                             โ”‚ 433761157 โ”‚ Riding With The King (20th Anniversary      โ”‚ 192 โ”‚ Eric Clapton โ”‚
โ”‚            โ”‚                                            โ”‚           โ”‚ Deluxe Edition)                             โ”‚     โ”‚              โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Do you prefer a radio inspired by Eric Clapton?

$ onzr artist --radio 192

Enjoy:

                                                              Artist tracks
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ         ID โ”ƒ Track                                   โ”ƒ        ID โ”ƒ Album                                    โ”ƒ   ID โ”ƒ Artist            โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ 1933842277 โ”‚ Running on Faith (Acoustic Live)        โ”‚ 360638237 โ”‚ Unplugged (Live)                         โ”‚  192 โ”‚ Eric Clapton      โ”‚
โ”‚   82323110 โ”‚ The Joker                               โ”‚   8258840 โ”‚ Greatest Hits 1974-78                    โ”‚ 3351 โ”‚ Steve Miller Band โ”‚
โ”‚    2526114 โ”‚ Little Rachel                           โ”‚    247643 โ”‚ There's One In Every Crowd               โ”‚  192 โ”‚ Eric Clapton      โ”‚
โ”‚   32140181 โ”‚ Diamonds on the Soles of Her Shoes      โ”‚   3095471 โ”‚ Graceland (25th Anniversary Deluxe       โ”‚ 1445 โ”‚ Paul Simon        โ”‚
โ”‚            โ”‚                                         โ”‚           โ”‚ Edition)                                 โ”‚      โ”‚                   โ”‚
โ”‚ 1933843327 โ”‚ Old Love (Acoustic Live)                โ”‚ 360638327 โ”‚ Unplugged (Deluxe Edition) (Live)        โ”‚  192 โ”‚ Eric Clapton      โ”‚
โ”‚ 1358779882 โ”‚ Ride Across The River (Remastered 1996) โ”‚ 226696942 โ”‚ Brothers In Arms (Remastered 1996)       โ”‚  176 โ”‚ Dire Straits      โ”‚
โ”‚    1065651 โ”‚ The Sensitive Kind                      โ”‚    115480 โ”‚ Zebop!                                   โ”‚  553 โ”‚ Santana           โ”‚
โ”‚   68094422 โ”‚ One of These Nights (2013 Remaster)     โ”‚   6670363 โ”‚ One of These Nights (2013 Remaster)      โ”‚  210 โ”‚ Eagles            โ”‚
โ”‚  410006462 โ”‚ Rattle That Lock (Live At Pompeii 2016) โ”‚  48716252 โ”‚ Live At Pompeii                          โ”‚ 5114 โ”‚ David Gilmour     โ”‚
โ”‚    1040945 โ”‚ Me and Bobby McGee                      โ”‚    113728 โ”‚ Pearl (Legacy Edition)                   โ”‚ 1658 โ”‚ Janis Joplin      โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

You can also explore artist's albums using the --albums option:

$ onzr search --artist Radiohead --ids | \
    head -n 1 | \
    onzr artist --albums --limit 20

There you go, here is Radiohead's discography:

                             Artist collection
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ        ID โ”ƒ Album                         โ”ƒ Released   โ”ƒ  ID โ”ƒ Artist    โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ 265569082 โ”‚ KID A MNESIA                  โ”‚ 2021-11-05 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚ 264685862 โ”‚ Follow Me Around              โ”‚ 2021-11-01 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  43197211 โ”‚ OK Computer OKNOTOK 1997 2017 โ”‚ 2017-06-23 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14880561 โ”‚ In Rainbows (Disk 2)          โ”‚ 2016-10-14 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14879823 โ”‚ A Moon Shaped Pool            โ”‚ 2016-05-09 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14880501 โ”‚ TKOL RMX 1234567              โ”‚ 2011-10-10 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14880315 โ”‚ The King Of Limbs             โ”‚ 2011-02-18 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14880659 โ”‚ In Rainbows                   โ”‚ 2007-12-28 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14879789 โ”‚ Com Lag: 2+2=5                โ”‚ 2004-03-24 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14879739 โ”‚ Hail To the Thief             โ”‚ 2003-06-09 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14879753 โ”‚ I Might Be Wrong              โ”‚ 2001-11-12 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14879749 โ”‚ Amnesiac                      โ”‚ 2001-03-12 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14880741 โ”‚ Kid A                         โ”‚ 2000-10-02 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14879797 โ”‚ Karma Police                  โ”‚ 1997-08-25 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14879699 โ”‚ OK Computer                   โ”‚ 1997-06-17 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14880317 โ”‚ The Bends                     โ”‚ 1995-03-13 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14880813 โ”‚ My Iron Lung                  โ”‚ 1994-09-26 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚  14880711 โ”‚ Pablo Honey                   โ”‚ 1993-02-22 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚ 423524437 โ”‚ Creep EP                      โ”‚ 1992-09-21 โ”‚ 399 โ”‚ Radiohead โ”‚
โ”‚ 121893052 โ”‚ Drill EP                      โ”‚ 1992-05-05 โ”‚ 399 โ”‚ Radiohead โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

album

The album command list album tracks to check or play them:

# Display track list
$ onzr search --album "Friday night in San Francisco" --ids | \
    head -n 1 | \
    onzr album -

And there it is:

                                                                   Album tracks
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ      ID โ”ƒ Track                                                                   โ”ƒ     ID โ”ƒ Album                         โ”ƒ   ID โ”ƒ Artist      โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ 1031231 โ”‚ Mediterranean Sundance / Rio Ancho (Live at Warfield Theatre, San       โ”‚ 113027 โ”‚ Friday Night in San Francisco โ”‚ 8314 โ”‚ Al Di Meola โ”‚
โ”‚         โ”‚ Francisco, CA - December 5, 1980)                                       โ”‚        โ”‚                               โ”‚      โ”‚             โ”‚
โ”‚ 1028083 โ”‚ Short Tales of the Black Forest (Live at Warfield Theatre, San          โ”‚ 113027 โ”‚ Friday Night in San Francisco โ”‚ 8314 โ”‚ Al Di Meola โ”‚
โ”‚         โ”‚ Francisco, CA - December 5, 1980)                                       โ”‚        โ”‚                               โ”‚      โ”‚             โ”‚
โ”‚ 1030435 โ”‚ Frevo Rasgado (Live at Warfield Theatre, San Francisco, CA - December   โ”‚ 113027 โ”‚ Friday Night in San Francisco โ”‚ 8314 โ”‚ Al Di Meola โ”‚
โ”‚         โ”‚ 5, 1980)                                                                โ”‚        โ”‚                               โ”‚      โ”‚             โ”‚
โ”‚ 1028903 โ”‚ Fantasia Suite (Live at Warfield Theatre, San Francisco, CA - December  โ”‚ 113027 โ”‚ Friday Night in San Francisco โ”‚ 8314 โ”‚ Al Di Meola โ”‚
โ”‚         โ”‚ 5, 1980)                                                                โ”‚        โ”‚                               โ”‚      โ”‚             โ”‚
โ”‚ 1028399 โ”‚ Guardian Angel (Live at Warfield Theatre, San Francisco, CA - December  โ”‚ 113027 โ”‚ Friday Night in San Francisco โ”‚ 8314 โ”‚ Al Di Meola โ”‚
โ”‚         โ”‚ 5, 1980)                                                                โ”‚        โ”‚                               โ”‚      โ”‚             โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

To play the entire album, don't forget to list only track ids and pass them to the play command:

# Get track ids and play them
$ onzr search --album "Friday night in San Francisco" --ids | \
    head -n 1 | \
    onzr album --ids - | \
    onzr play -

mix

The mix command generates playlists using various artists definition. You can generate a "The Big Four" playlist on-the-fly as follow:

$ onzr mix --limit 4 Metallica Slayer Megadeth Anthrax

There it is ๐Ÿ’ซ

                                                                  Onzr Mix tracks
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ         ID โ”ƒ Track                                     โ”ƒ        ID โ”ƒ Album                                                   โ”ƒ   ID โ”ƒ Artist    โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ 1483825282 โ”‚ Nothing Else Matters (Remastered 2021)    โ”‚ 256250622 โ”‚ Metallica (Remastered 2021)                             โ”‚  119 โ”‚ Metallica โ”‚
โ”‚    3089034 โ”‚ Symphony Of Destruction                   โ”‚    299179 โ”‚ Countdown To Extinction (Expanded Edition - Remastered) โ”‚ 3487 โ”‚ Megadeth  โ”‚
โ”‚    2428039 โ”‚ Got The Time                              โ”‚    239256 โ”‚ Madhouse: The Very Best Of Anthrax                      โ”‚ 3580 โ”‚ Anthrax   โ”‚
โ”‚   65690449 โ”‚ Raining Blood                             โ”‚   6439870 โ”‚ Reign In Blood (Expanded)                               โ”‚ 3048 โ”‚ Slayer    โ”‚
โ”‚    3089054 โ”‚ Tornado Of Souls (2004 Remix)             โ”‚    299180 โ”‚ Rust In Peace (2004 Remix / Expanded Edition)           โ”‚ 3487 โ”‚ Megadeth  โ”‚
โ”‚ 1483825242 โ”‚ The Unforgiven (Remastered 2021)          โ”‚ 256250622 โ”‚ Metallica (Remastered 2021)                             โ”‚  119 โ”‚ Metallica โ”‚
โ”‚    3088984 โ”‚ A Tout Le Monde (Remastered 2004)         โ”‚    299176 โ”‚ Youthanasia (Expanded Edition - Remastered)             โ”‚ 3487 โ”‚ Megadeth  โ”‚
โ”‚    2428036 โ”‚ Antisocial                                โ”‚    239256 โ”‚ Madhouse: The Very Best Of Anthrax                      โ”‚ 3580 โ”‚ Anthrax   โ”‚
โ”‚   92153590 โ”‚ Only                                      โ”‚   9353244 โ”‚ Sound of White Noise - Expanded Edition                 โ”‚ 3580 โ”‚ Anthrax   โ”‚
โ”‚  651520622 โ”‚ Repentless                                โ”‚  90904272 โ”‚ Repentless                                              โ”‚ 3048 โ”‚ Slayer    โ”‚
โ”‚   61382107 โ”‚ Symphony Of Destruction (Remastered 2012) โ”‚   6014586 โ”‚ Countdown To Extinction (Deluxe Edition - Remastered)   โ”‚ 3487 โ”‚ Megadeth  โ”‚
โ”‚  424562692 โ”‚ Master Of Puppets (Remastered)            โ”‚  51001232 โ”‚ Master Of Puppets (Deluxe Box Set / Remastered)         โ”‚  119 โ”‚ Metallica โ”‚
โ”‚    1104106 โ”‚ Bring The Noise                           โ”‚    119083 โ”‚ Attack Of The Killer B's                                โ”‚ 3580 โ”‚ Anthrax   โ”‚
โ”‚   65724647 โ”‚ South Of Heaven                           โ”‚   6443119 โ”‚ South Of Heaven                                         โ”‚ 3048 โ”‚ Slayer    โ”‚
โ”‚   65690440 โ”‚ Angel Of Death                            โ”‚   6439870 โ”‚ Reign In Blood (Expanded)                               โ”‚ 3048 โ”‚ Slayer    โ”‚
โ”‚ 1483825212 โ”‚ Enter Sandman (Remastered 2021)           โ”‚ 256250622 โ”‚ Metallica (Remastered 2021)                             โ”‚  119 โ”‚ Metallica โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿ’ก You may adapt the --limit 10 option to have more or less tracks per-artist (defaults to 10).

Guess what? You can have more magic by generating a "deep mix" ๐Ÿช„

$ onzr mix --deep --limit 4 Metallica Slayer Megadeth Anthrax

Hello serendipity ๐ŸŽ‰

                                                                  Onzr Mix tracks
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ         ID โ”ƒ Track                               โ”ƒ        ID โ”ƒ Album                                                 โ”ƒ    ID โ”ƒ Artist           โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚    2114570 โ”‚ Whiskey In The Jar                  โ”‚    212391 โ”‚ Garage Inc.                                           โ”‚   119 โ”‚ Metallica        โ”‚
โ”‚    2150150 โ”‚ King Nothing                        โ”‚    215356 โ”‚ Load                                                  โ”‚   119 โ”‚ Metallica        โ”‚
โ”‚    3089054 โ”‚ Tornado Of Souls (2004 Remix)       โ”‚    299180 โ”‚ Rust In Peace (2004 Remix / Expanded Edition)         โ”‚  3487 โ”‚ Megadeth         โ”‚
โ”‚    3089033 โ”‚ Skin O' My Teeth (2004 Remastered)  โ”‚    299179 โ”‚ Countdown To Extinction (Expanded Edition -           โ”‚  3487 โ”‚ Megadeth         โ”‚
โ”‚            โ”‚                                     โ”‚           โ”‚ Remastered)                                           โ”‚       โ”‚                  โ”‚
โ”‚  622118452 โ”‚ Burn in Hell                        โ”‚  85244752 โ”‚ Puritanical Euphoric Misanthropia                     โ”‚   123 โ”‚ Dimmu Borgir     โ”‚
โ”‚    1103953 โ”‚ Indians                             โ”‚    119067 โ”‚ Among The Living                                      โ”‚  3580 โ”‚ Anthrax          โ”‚
โ”‚   15523788 โ”‚ Forest                              โ”‚   1434890 โ”‚ Toxicity                                              โ”‚   458 โ”‚ System of a Down โ”‚
โ”‚  660680372 โ”‚ The Rise of Chaos                   โ”‚  92670482 โ”‚ The Rise of Chaos                                     โ”‚  5761 โ”‚ Accept           โ”‚
โ”‚ 1043401402 โ”‚ Maggots (30th Anniversary Remix)    โ”‚ 165336412 โ”‚ Scumdogs of the Universe (30th Anniversary)           โ”‚ 13096 โ”‚ GWAR             โ”‚
โ”‚  654764302 โ”‚ Sleepwalker (2019 - Remaster)       โ”‚  91551662 โ”‚ United Abominations (2019 - Remaster)                 โ”‚  3487 โ”‚ Megadeth         โ”‚
โ”‚  130250228 โ”‚ We Care a Lot                       โ”‚  13810432 โ”‚ We Care a Lot (Deluxe Band Edition Remastered)        โ”‚  2255 โ”‚ Faith No More    โ”‚
โ”‚   76391259 โ”‚ Jihad (Album Version)               โ”‚   7574563 โ”‚ Christ Illusion                                       โ”‚  3048 โ”‚ Slayer           โ”‚
โ”‚   65690421 โ”‚ Divine Intervention (Album Version) โ”‚   6439868 โ”‚ Divine Intervention                                   โ”‚  3048 โ”‚ Slayer           โ”‚
โ”‚    5194654 โ”‚ Practice What You Preach            โ”‚    476227 โ”‚ Practice What You Preach                              โ”‚ 13193 โ”‚ Testament        โ”‚
โ”‚ 1084230662 โ”‚ In My World                         โ”‚ 174179242 โ”‚ Persistence Of Time (30th Anniversary Remaster)       โ”‚  3580 โ”‚ Anthrax          โ”‚
โ”‚ 1503494282 โ”‚ Transitions from Persona to Object  โ”‚ 261075002 โ”‚ We Are the Romans                                     โ”‚  9419 โ”‚ Botch            โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

As expected, you can pipe your mix with the --ids flag to the play command:

$ onzr mix --ids --deep --limit 4 Metallica Slayer Megadeth Anthrax | \
    onzr play -

play

The play command does what it says: it plays a track IDs list passed as arguments. Most of times as we already demonstrated, it will be the last command of a UNIX pipe:

$ onzr search --artist "Go go penguin" --ids | \
    head -n 1 | \
    onzr artist --ids - | \
    onzr play --quality MP3_320 --shuffle -

This command plays "Go go penguin" top tracks in high-quality MP3 with a random order (see the --shuffle option).

๐Ÿ’”โš ๏ธ Please note that for now the FLAC format quality does not work at all.

Quick hacking guide (for developers)

Install dependencies in a working environment:

$ make bootstrap

Run linters:

$ make lint

Run tests:

$ make test

License

This work is released under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onzr-0.2.0.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

onzr-0.2.0-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file onzr-0.2.0.tar.gz.

File metadata

  • Download URL: onzr-0.2.0.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for onzr-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b9d8c3fe2e92c169a4ea1258b971eea6197d0d9618472b71078817fe9b97c284
MD5 990335a7375a5e3d8a1645f1dc31a808
BLAKE2b-256 4ed2d0f64a68bcc6965e65ce920cd83137bf0e79e6041358ff8e9ee1ab2da7e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for onzr-0.2.0.tar.gz:

Publisher: package.yml on jmaupetit/onzr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onzr-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: onzr-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for onzr-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc0a6ad18572039d49947c357dc9ffbb62e98c42871c640022f21c174daf5d5f
MD5 073ab4a134d5e8fe2376dfafe0fb3e67
BLAKE2b-256 7af613313bb7d3f34d05586bad162566882094b105b9d8507dc2eae3e9fafcdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for onzr-0.2.0-py3-none-any.whl:

Publisher: package.yml on jmaupetit/onzr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page