Skip to main content

DBH Utils Python library

Project description

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

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

dbh-pyutils-0.2.0.tar.gz (14.6 kB view hashes)

Uploaded Source

Supported by

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