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
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
Onzr is based on an HTTP client/server architecture, hence, once installed, you should run the server before starting to use it:
onzr serve --log-level error &
In this case, the server is ran as a background job; see the
servecommand documentation for details about running Onzr server.
Play your first album:
onzr search --artist "Billie Eilish" --ids | \
head -n 1 | \
onzr artist --albums --ids - | \
head -n 1 | \
onzr album --ids - | \
onzr add - && \
onzr play
๐ In this command, we look for the latest Billie Eilish album, add it to the queue and play it instantly!
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 add -
In this example, we will be adding Lady Gaga's top 20 most listened tracks to the player queue.
serve
The serve command should be run once to start Onzr web server:
onzr serve
Once ran, Onzr server main instance is active (by default at: localhost:9473).
๐ You should launch a new terminal to run other commands communicating with the server.
Alternatively, if you prefer to use the same terminal, you can run the server in the background and only print error (and higher) logger events:
onzr serve --log-level error &
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 theartistcommand indicates to read artist ID fromstdin.
Your search result piped to the artist command display the artist top tracks:
Artist collection
โโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโณโโโโโโโโโโโโ
โ ID โ Track โ Album โ Artist โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ 3537990861 โ The Dead Dance โ The Dead Dance โ Lady Gaga โ
โ 2947516331 โ Die With A Smile โ Die With A Smile โ Lady Gaga โ
โ 3214169391 โ Abracadabra โ Abracadabra โ Lady Gaga โ
โ 561856742 โ Shallow โ A Star Is Born Soundtrack โ Lady Gaga โ
โ 2603558 โ Poker Face โ The Fame โ Lady Gaga โ
โ 561856792 โ Always Remember Us This Way โ A Star Is Born Soundtrack โ Lady Gaga โ
โ 4709947 โ Just Dance โ The Fame Monster (International Deluxe) โ Lady Gaga โ
โ 4709944 โ Telephone โ The Fame Monster (International Deluxe) โ Lady Gaga โ
โ 11747937 โ Bloody Mary โ Born This Way (International Special Edition Version) โ Lady Gaga โ
โ 4709938 โ Alejandro โ The Fame Monster (International Deluxe) โ Lady Gaga โ
โโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโ
๐ก The
--strictflag 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
searchcommand 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 collection
โโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโณโโโโโโโโโโโโโโโ
โ ID โ Track โ Album โ Artist โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ 1140658 โ It's Probably Me โ Fields Of Gold - The Best Of Sting 1984 โ Sting โ
โ โ โ - 1994 โ โ
โ 1933842237 โ Tears in Heaven (Acoustic Live) โ Unplugged (Live) โ Eric Clapton โ
โ 1175620 โ Cocaine โ The Cream Of Clapton โ Eric Clapton โ
โ 4654895 โ Tears in Heaven โ Rush (Music from the Motion Picture โ Eric Clapton โ
โ โ โ Soundtrack) โ โ
โ 1940201287 โ Layla (Acoustic; Live at MTV Unplugged, โ Clapton Chronicles: The Best of Eric โ Eric Clapton โ
โ โ Bray Film Studios, Windsor, England, UK, โ Clapton โ โ
โ โ 1/16/1992; 1999 Remaster) โ โ โ
โ 1175626 โ Wonderful Tonight โ The Cream Of Clapton โ Eric Clapton โ
โ 1933842267 โ Layla (Acoustic Live) โ Unplugged (Live) โ Eric Clapton โ
โ 920186 โ I Shot The Sheriff โ 461 Ocean Boulevard โ Eric Clapton โ
โ 1940201257 โ Change the World โ Clapton Chronicles: The Best of Eric โ Eric Clapton โ
โ โ โ Clapton โ โ
โ 2253499407 โ Ten Long Years โ Riding With The King (20th Anniversary โ Eric Clapton โ
โ โ โ Deluxe Edition) โ โ
โโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโ
Do you prefer a radio inspired by Eric Clapton?
onzr artist --radio 192
Enjoy:
Artist collection
โโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโณโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ID โ Track โ Album โ Artist โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ 2986824131 โ Always On My Mind โ Meanwhile โ Eric Clapton โ
โ 584213822 โ Floating Away โ Down The Road Wherever (Deluxe) โ Mark Knopfler โ
โ 1933843337 โ Rollin' & Tumblin' (Acoustic โ Unplugged (Deluxe Edition) โ Eric Clapton โ
โ โ Live) โ (Live) โ โ
โ 1571367 โ Teardrops In My Tequila โ #8 โ J.J. Cale โ
โ 1927349767 โ River of Tears โ Pilgrim โ Eric Clapton โ
โ 848664 โ Mary Had a Little Lamb โ The Essential Stevie Ray โ Stevie Ray Vaughan & Double โ
โ โ โ Vaughan And Double Trouble โ Trouble โ
โ 2288683 โ Darling Pretty โ Golden Heart โ Mark Knopfler โ
โ 14640574 โ If I Were a Carpenter (2006 โ Fate of Nations โ Robert Plant โ
โ โ Remaster) โ โ โ
โ 2236733 โ News โ Communiquรฉ โ Dire Straits โ
โ 389044621 โ Blood Of Eden (Live) โ Live Blood โ Peter Gabriel โ
โโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
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 โ Artist โ Released โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ 792320571 โ Hail to the Thief (Live Recordings 2003-2009) โ Radiohead โ 2025-08-13 โ
โ 265569082 โ KID A MNESIA โ Radiohead โ 2021-11-05 โ
โ 43197211 โ OK Computer OKNOTOK 1997 2017 โ Radiohead โ 2017-06-23 โ
โ 14880561 โ In Rainbows (Disk 2) โ Radiohead โ 2016-10-14 โ
โ 14879823 โ A Moon Shaped Pool โ Radiohead โ 2016-05-09 โ
โ 14880501 โ TKOL RMX 1234567 โ Radiohead โ 2011-10-10 โ
โ 14880315 โ The King Of Limbs โ Radiohead โ 2011-02-18 โ
โ 14880659 โ In Rainbows โ Radiohead โ 2007-12-28 โ
โ 14879789 โ Com Lag: 2+2=5 โ Radiohead โ 2004-03-24 โ
โ 14879739 โ Hail To the Thief โ Radiohead โ 2003-06-09 โ
โ 14879753 โ I Might Be Wrong โ Radiohead โ 2001-11-12 โ
โ 14879749 โ Amnesiac โ Radiohead โ 2001-03-12 โ
โ 14880741 โ Kid A โ Radiohead โ 2000-10-02 โ
โ 14879797 โ Karma Police โ Radiohead โ 1997-08-25 โ
โ 14879699 โ OK Computer โ Radiohead โ 1997-06-17 โ
โ 14880317 โ The Bends โ Radiohead โ 1995-03-13 โ
โ 14880813 โ My Iron Lung โ Radiohead โ 1994-09-26 โ
โ 14880711 โ Pablo Honey โ Radiohead โ 1993-02-22 โ
โ 423524437 โ Creep EP โ Radiohead โ 1992-09-21 โ
โ 121893052 โ Drill EP โ Radiohead โ 1992-05-05 โ
โโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโดโโโโโโโโโโโโโ
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 โ Album โ Artist โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ 1031231 โ Mediterranean Sundance / Rio Ancho (Live at Warfield โ Friday Night in San Francisco โ Al Di Meola โ
โ โ Theatre, San Francisco, CA - December 5, 1980) โ โ โ
โ 1028083 โ Short Tales of the Black Forest (Live at Warfield โ Friday Night in San Francisco โ Al Di Meola โ
โ โ Theatre, San Francisco, CA - December 5, 1980) โ โ โ
โ 1030435 โ Frevo Rasgado (Live at Warfield Theatre, San Francisco, โ Friday Night in San Francisco โ Al Di Meola โ
โ โ CA - December 5, 1980) โ โ โ
โ 1028903 โ Fantasia Suite (Live at Warfield Theatre, San โ Friday Night in San Francisco โ Al Di Meola โ
โ โ Francisco, CA - December 5, 1980) โ โ โ
โ 1028399 โ Guardian Angel (Live at Warfield Theatre, San โ Friday Night in San Francisco โ Al Di Meola โ
โ โ Francisco, CA - December 5, 1980) โ โ โ
โโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโ
To play the entire album, don't forget to list only track ids and pass them to
the add command:
# Get track ids and add them to the queue
onzr search --album "Friday night in San Francisco" --ids | \
head -n 1 | \
onzr album --ids - | \
onzr add -
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 โ Album โ Artist โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ 3089054 โ Tornado Of Souls (2004 Remix) โ Rust In Peace (2004 Remix / Expanded โ Megadeth โ
โ โ โ Edition) โ โ
โ 424562692 โ Master Of Puppets (Remastered) โ Master Of Puppets (Deluxe Box Set / โ Metallica โ
โ โ โ Remastered) โ โ
โ 65690449 โ Raining Blood โ Reign In Blood (Expanded) โ Slayer โ
โ 65707342 โ Seasons In The Abyss (Album Version) โ Seasons In The Abyss โ Slayer โ
โ 3212862171 โ Caught In A Mosh โ Among The Living - Deluxe Edition (eAlbum โ Anthrax โ
โ โ โ w/ PDF booklet audio only) โ โ
โ 3089034 โ Symphony Of Destruction โ Countdown To Extinction (Expanded Edition โ Megadeth โ
โ โ โ - Remastered) โ โ
โ 65724647 โ South Of Heaven โ South Of Heaven โ Slayer โ
โ 1176687 โ Madhouse โ Spreading The Disease โ Anthrax โ
โ 2428036 โ Antisocial โ Madhouse: The Very Best Of Anthrax โ Anthrax โ
โ 1104106 โ Bring The Noise โ Attack Of The Killer B's โ Anthrax โ
โ 1483825242 โ The Unforgiven (Remastered 2021) โ Metallica (Remastered 2021) โ Metallica โ
โ 65690440 โ Angel Of Death โ Reign In Blood (Expanded) โ Slayer โ
โ 3088984 โ A Tout Le Monde (Remastered 2004) โ Youthanasia (Expanded Edition - โ Megadeth โ
โ โ โ Remastered) โ โ
โ 1483825212 โ Enter Sandman (Remastered 2021) โ Metallica (Remastered 2021) โ Metallica โ
โ 1483825282 โ Nothing Else Matters (Remastered 2021) โ Metallica (Remastered 2021) โ Metallica โ
โ 61382107 โ Symphony Of Destruction (Remastered 2012) โ Countdown To Extinction (Deluxe Edition - โ Megadeth โ
โ โ โ Remastered) โ โ
โโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโ
๐ก You may adapt the
--limit 10option to have more or less tracks per-artist (defaults to10).
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 โ Album โ Artist โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฉ
โ 131294228 โ Dread and the Fugitive Mind โ The World Needs a Hero โ Megadeth โ
โ 2114258 โ Cyanide โ Death Magnetic โ Metallica โ
โ 651517892 โ Native Blood โ Dark Roots of Earth โ Testament โ
โ 70877852 โ TNT โ Graveyard Classics โ Six Feet Under โ
โ 662875 โ Mouth for War โ Vulgar Display of Power โ Pantera โ
โ 65724648 โ Silent Scream (Album Version) โ South Of Heaven โ Slayer โ
โ 2114578 โ Am I Evil? โ Garage Inc. โ Metallica โ
โ 1055986 โ How Will I Laugh Tomorrow (Album โ How Will I Laugh Tomorrow When I โ Suicidal Tendencies โ
โ โ Version) โ Can't Even Smile Today โ โ
โ 2814112 โ Pull Me Under โ Images and Words โ Dream Theater โ
โ 65690439 โ Payback โ God Hates Us All โ Slayer โ
โ 668788462 โ Evil Twin โ For All Kings โ Anthrax โ
โ 668785432 โ Down for Life โ The Gathering โ Testament โ
โ 7754497 โ Brotherhood Of Man โ The World Is Yours โ Motรถrhead โ
โ 3089037 โ Sweating Bullets (Remastered 2004) โ Countdown To Extinction (Expanded โ Megadeth โ
โ โ โ Edition - Remastered) โ โ
โ 651518372 โ The Devil You Know โ Worship Music โ Anthrax โ
โ 136332688 โ The Four Horsemen (Remastered) โ Kill 'Em All (Remastered) โ Metallica โ
โโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโ
As expected, you can pipe your mix with the --ids flag to the add command:
onzr mix --ids --deep --limit 4 Metallica Slayer Megadeth Anthrax | \
onzr add -
add
The add allows you to add tracks to the queue. Tracks identifiers should be
given as command arguments:
onzr add 4952889 4952964 15347301
This command adds 3 tracks to the queue.
As already seen, you can read track identifiers from the standard input by
using the - special identifier:
onzr search --track "all along the watchtower" --ids | \
onzr add -
This command adds a track search result to the queue.
queue
The queue command list tracks added to the queue:
onzr queue
clear
The clear command stops the player and removes all tracks from the queue:
onzr clear
now
The onzr now command gives you details about the track being currently played:
onzr now
You can follow tracks being played in live using the -f option:
onzr now -f
๐ก Hit
CTRL+Cto kill the command and restore your shell prompt.
play
The play command does what it says: it (re-)starts playing queued tracks.
# Clear the queue, add tracks to the queue and starts playing
onzr search --artist "Go go penguin" --ids | \
head -n 1 | \
onzr artist --ids - | \
onzr add - && \
onzr play
This command plays "Go go penguin" top tracks; considering an empty queue before starting the command.
Considering you have already queued tracks, you can start playing a track in the queue given its rank (1-based numbering):
onzr play --rank 2
๐ก You can get the track rank by listing queued tracks using the
onzr queuecommand.
pause
The pause command toggles the player pause state:
onzr pause
stop
The stop command stops the player:
onzr stop
next
The next command plays the next track in queue:
onzr next
๐ก It has no effect if you reach the end of the queue.
previous
The previous command plays the previous track in queue:
onzr previous
๐ก It has no effect if you reach the beginning of the queue.
state
The state command gives you info about the server (player and queue) state:
onzr state
version
The version command is useful to know which version of Onzr you are running:
onzr version
Quick hacking guide (for developers)
Install dependencies in a working environment:
make bootstrap
Run linters:
make lint
Run tests:
make test
๐ก Don't be surprised to ear strange noises during tests execution ๐
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file onzr-0.3.0.tar.gz.
File metadata
- Download URL: onzr-0.3.0.tar.gz
- Upload date:
- Size: 868.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67d8035b302f6bc97a37bc25e584904597c814e8849499c860de3ea8f81be5d9
|
|
| MD5 |
45bae8a0875b756f4a08754c4cd3d19c
|
|
| BLAKE2b-256 |
0cac2653ffb05577c9f5f41962ec1c8032178521047ba625426f5c83759f7049
|
Provenance
The following attestation bundles were made for onzr-0.3.0.tar.gz:
Publisher:
package.yml on jmaupetit/onzr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
onzr-0.3.0.tar.gz -
Subject digest:
67d8035b302f6bc97a37bc25e584904597c814e8849499c860de3ea8f81be5d9 - Sigstore transparency entry: 584511700
- Sigstore integration time:
-
Permalink:
jmaupetit/onzr@62a8aa7c86e264092be03f523094beb2d5b1d835 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/jmaupetit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@62a8aa7c86e264092be03f523094beb2d5b1d835 -
Trigger Event:
push
-
Statement type:
File details
Details for the file onzr-0.3.0-py3-none-any.whl.
File metadata
- Download URL: onzr-0.3.0-py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0f89ff800d696bf63547463dbbb2eb9eabbf027383e6e06547d62ab98106079
|
|
| MD5 |
c4d9a62c7a0e0385aa805de35a7e202f
|
|
| BLAKE2b-256 |
2b9adc95086d7f2fcbbf1999dcee4ae4a3ee3c8df4c16911d325406366c81d7d
|
Provenance
The following attestation bundles were made for onzr-0.3.0-py3-none-any.whl:
Publisher:
package.yml on jmaupetit/onzr
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
onzr-0.3.0-py3-none-any.whl -
Subject digest:
b0f89ff800d696bf63547463dbbb2eb9eabbf027383e6e06547d62ab98106079 - Sigstore transparency entry: 584511703
- Sigstore integration time:
-
Permalink:
jmaupetit/onzr@62a8aa7c86e264092be03f523094beb2d5b1d835 -
Branch / Tag:
refs/tags/v0.3.0 - Owner: https://github.com/jmaupetit
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
package.yml@62a8aa7c86e264092be03f523094beb2d5b1d835 -
Trigger Event:
push
-
Statement type: