Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the build thing wants me to put a SPDX licence id instead of the classifier | garret1317 | 2025-09-14 | 1 | -1/+1 |
| | | | | | even though the classifier is nicer because it's human readable as well but it won't let me have both in there at once | ||||
* | put protobug as a full dependency so everyone who installs with pip gets it | garret1317 | 2025-09-14 | 1 | -3/+4 |
| | | | | it's pure python with no deps + trusted dev so it's fine | ||||
* | add protobug as optional dependency | garret1317 | 2025-08-13 | 1 | -0/+3 |
| | | | | | tbh i might just wait until its in yt-dlp proper, would make packaging easier... | ||||
* | release 1.7v1.7 | garret1317 | 2025-06-09 | 1 | -1/+1 |
| | |||||
* | add more stuff to pyproject.toml | garret1317 | 2025-06-09 | 1 | -1/+8 |
| | |||||
* | release 1.6 (hotfix)v1.6 | garret1317 | 2025-06-01 | 1 | -1/+1 |
| | |||||
* | release 1.5v1.5 | garret1317 | 2025-05-24 | 1 | -1/+1 |
| | |||||
* | release 1.4v1.4 | garret1317 | 2025-03-30 | 1 | -1/+1 |
| | |||||
* | hotfix release time | garret1317 | 2025-03-06 | 1 | -1/+1 |
| | |||||
* | probably about time for a release i reckonv1.2 | garret1317 | 2025-01-22 | 1 | -1/+1 |
| | |||||
* | fix build so it only does what i want, not just not doing what i dont want | garret | 2024-08-11 | 1 | -2/+2 |
| | |||||
* | bump version to 1.1v1.1 | garret | 2024-07-07 | 1 | -1/+1 |
| | |||||
* | exclude tests from final wheel | garret | 2024-07-07 | 1 | -0/+3 |
| | |||||
* | load key from a file with pkgutil | garret | 2024-07-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | wanted to do this before, but per comment: the official docs led me to believe that importlib_resources was the only way to do it, and that the thing i was trying to do wasn't supported in some python versions so i put it off to one side for later later came (now), and i tried to implement it with importlib.resources didn't work, i looked it up and found this stackoverflow post https://stackoverflow.com/a/58941536 and the second answer, using pkgutil (not importlib.resources), just worked and the syntax/api seems much nicer as well have tested with pip yt-dlp + raw directory plugin, and binary yt-dlp + .whl plugin also on windows, with binary+whl both worked, amazing success! so pkgutil seems like the way to go i also updated the build thing to include .bin files in the extractor dir | ||||
* | fix the build - wasn't including the extractor dir | garret | 2024-07-07 | 1 | -3/+0 |
| | |||||
* | remove explicit dependency on yt-dlp | garret | 2024-05-18 | 1 | -1/+0 |
| | | | | | | | | | per discussion in the discord https://discord.com/channels/807245652072857610/1112613156934668338/1235992574687445044 one can do stuff like installing yt-dlp with the zip, and plugins with pip so it's better for it to possibly not work, than to possibly fuck everything up also it stops things needlessly hitting my pip index | ||||
* | sort out package "building" and metadatav1.0 | garret | 2024-04-02 | 1 | -3/+20 |
| | |||||
* | package metadata stuffv0.1.0 | garret | 2023-05-08 | 1 | -0/+6 |