No project description provided
Project description
Step to Publishing Python Library
Install Packages
pip install twine
pip install wheel
Create Wheel
python setup.py sdist bdist_wheel
Check and test to upload PyPI
python3 -m twine check dist/*
python3 -m twine upload dist/*
Installation
pip install `gaugedetect`
Getting Started
import gaugedetect as gd
gd.digital_url(user_id=YOUR_USER_ID, product_key=YOUR_PRODUCT_KEY, image_url=YOUR_IMAGE_URL)
gd.digital_image(user_id=YOUR_USER_ID, product_key=YOUR_PRODUCT_KEY, image_path=YOUR_IMAGE_PATH)
gd.clock_url(user_id=YOUR_USER_ID, product_key=YOUR_PRODUCT_KEY, image_url=YOUR_IMAGE_URL)
gd.clock_image(user_id=YOUR_USER_ID, product_key=YOUR_PRODUCT_KEY, image_path=YOUR_IMAGE_PATH)
Parameters
The function class can be created with the following optional parameters:
| Name | Description | Required | Default |
|---|---|---|---|
| key | True | ||
| image_url | True | ||
| gauge_min | False | 0 | |
| gauge_max | False | 100 | |
| image_width | False | base on the image size |
|
| image_height | False | base on the image size |
|
| overlay_top | False | 0 | |
| overlay_left | False | 0 | |
| overlay_width | False | 0 | |
| overlay_height | False | 0 | |
| confident | False | 0 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gaugedetect-0.0.1.tar.gz
(3.3 kB
view details)
File details
Details for the file gaugedetect-0.0.1.tar.gz.
File metadata
- Download URL: gaugedetect-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99edbed32a8a3cdda4cb624e62fcf8d34e7749d3e0b6a4b4354f6981bfa09649
|
|
| MD5 |
30a04f9a749cfcb3946b9506cdfdd7ad
|
|
| BLAKE2b-256 |
1825737d4babae08f33d81577b9afc15fc96af2a1a556012c4c4155459bb091b
|