Pinned Loading
-
bandcamp-flac-get
bandcamp-flac-get PublicGenerate flac download links for bandcamp albums that are free or are name your own price with no minimum price; batch downloads all of them. WIP.
Python 6
-
cli-tool-template
cli-tool-template Publica template for argument parsing in command line projects.
Python
-
proxy-requests-template
proxy-requests-template Public templatea web requests template with support for webshare.io proxies and default headers
Python
-
shaen-logger
shaen-logger Publicslog or shaen-logger is a simple mixin package for quickly adding logging functionality to a project.
Python
-
Write out dict paths to deeper data ...
Write out dict paths to deeper data from elaborate json using dot notation... 1def get_value(d, key_str):
2for key in key_str.split('.'):
3d = d[key]
4return d
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.