Metadata-Version: 2.4
Name: colab_dc333
Version: 0.0.1
Summary: colab utils
Project-URL: Homepage, https://github.com/dougc333/test_python/tree/main/llmutils/colab_dc333
Project-URL: Issues, https://github.com/dougc333/test_python/issues
Author-email: dc <dougchang25@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

cd llmutilsdougc333

increment version in setup.py

python3 -m pip install --upgrade build
# where is twine?
make sure in llmutils directory with pyproject.ml, README, LICENSE in llmutils and llmutilsdougc333 as dir
build will create a dist/ if there is no dist/ then this is first build

python3 -m pip install --upgrade twine
# COMMON ERROR repo name is NOT the package install name but either pypi or testpypi
# ***
python -m build 
# verify there are only 2 files in /dist
python3 -m twine upload --repository pypi dist/*
##

Install locally before uploading

python3 -m pip install "SomeProject"

When uploading it uses the file names under dist/ to create the project names in pypi. Make sure this is clean before uploading

Usage: in colab cell or in colab terminal window (avail on pro)
from colab_dc333 import nvidia
nvidia_update_12_4()
