A helper tool named optoid.
Project description
Optoid
A helper library named optoid.
Install
pip install optoid
Usage
from optoid import Commander
commander = Commander()
# You need to attach once.
commander.attach()
print("success to attach")
commander.send_command("lis;len;lis;lis;lis")
print("success to send command")
Develop
pip install pywin32
pip install wheel
pip install twine
python setup.py sdist
python setup.py bdist_wheel
twine upload --repository pypitest dist/*
python -m pip install --index-url https://test.pypi.org/simple/ optoid
twine upload --repository pypi dist/*
Develop (wine)
wine64 cmd
.venv\\Scripts\activate
python -m example.tryout
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
optoid-0.2.0.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file optoid-0.2.0.tar.gz.
File metadata
- Download URL: optoid-0.2.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b6563db51c951a105e083e378dfee0ad303188482d422faec48ec3f17ed5f52
|
|
| MD5 |
8037b0627285d2b9e6e1395b4c902e3a
|
|
| BLAKE2b-256 |
e8aab6a1f9d9531cc369055f6bdccffedad336639e28f8f1bd013e99ea7520f2
|
File details
Details for the file optoid-0.2.0-py3-none-any.whl.
File metadata
- Download URL: optoid-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7808c8a37f5a3f60032bde164809f87982955163a5b2fe893c8f79b945f62718
|
|
| MD5 |
726b3f299ce72ba9c3a3da74125d4910
|
|
| BLAKE2b-256 |
2e5b69f975d4c60c59675d4f274b5af16fb54cd006480a52ef9f42618a04955c
|