No project description provided
Project description
vihub-python
install
pip install vihub
usage
import os
os.environ["API_KEY"] = "<YOUR_API_KEY>"
import vihub
monitoringId = "<YOUR_MONITORING_ID>"
imageBytes = open("/Users/rikimac22/Desktop/cancun.jpeg", "rb")
imageTitle = "cancun.jpeg"
imageType = "image/jpeg"
vihub.addImage(
monitoringId,
imageBytes,
imageTitle,
imageType,
)
for developers
install local package
pip install wheel
pip uninstall vihub
rm -rf dist/*
python setup.py sdist bdist_wheel
pip install dist/*.whl
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
vihub-0.0.8.tar.gz
(1.8 kB
view details)
Built Distribution
vihub-0.0.8-py3-none-any.whl
(2.4 kB
view details)
File details
Details for the file vihub-0.0.8.tar.gz
.
File metadata
- Download URL: vihub-0.0.8.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ba17534076f22769dcc617dd6d05c165f54c84324c0631bf82862c34d5c32c4 |
|
MD5 | c6e4d6e84f8399f312535cd0229fe420 |
|
BLAKE2b-256 | 4295b01cbfbc78ad438faf9bed521691fdafc3d8330180f05feeb8c363f6c24f |
File details
Details for the file vihub-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: vihub-0.0.8-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8f3b08d48427b5c286f6ae34c3e15bc3b2ae5b3a15b755e8ade01c316eb7750 |
|
MD5 | 2f3e589f4ee48bbde3de729de0b1a395 |
|
BLAKE2b-256 | 83b14e9a26d0ad458b80961e77e25651468e7ed4a536b226b3c4eaa451c3ddc4 |