DBH PyUtils
These are Python utilities I'm building out as I traverse the machine learning landscape
Prerequisites
You'll want to have Python > 3.10 installed
And pip (you gotta have pip intalled ffs)
To build/install locally
cd myprojects
git clone https://github.com/deevis/dbh-pyutils.git
cd dbh-pyutils
python setup.py bdist_wheel
pip install --force-reinstall .\dist\dbh_pyutils-0.1.0-py3-none-any.whl
to deploy to pypi
update version in setup.py
python setup.py sdist
twine upload dist/*
Usage
searchYouTubeAPI and getYouTubeVideoInfo
Require YOUTUBE_API_KEY be set for os.getenv('YOUTUBE_API_KEY') to succeed
Branches
- main
Release files for dbh-pyutils 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dbh-pyutils-0.2.0.tar.gz | 14.6 kB | Details |
Release files / dbh-pyutils-0.2.0.tar.gz
| Download URL | dbh-pyutils-0.2.0.tar.gz |
|---|---|
| Size | 14.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b71e8b9e1fcbc3eb4ed9bf5e44001c291b8ea43053c43d6466ddcdebcb0c3430
|
|
BLAKE2b-256 checksum How to use checksums |
8dfc7ea591b5baf62d8a2d48e665ad7f90de4963b6d302863f3fad06c39479ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.11
|