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.1.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.1.0.tar.gz.
File metadata
- Download URL: optoid-0.1.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 |
74ca5ba9c95cabfa5c4710e4e1ad4c84a709046f4dac66b7f88c0166be3fafa4
|
|
| MD5 |
3d4401a18fa38c55db853906e4fd454f
|
|
| BLAKE2b-256 |
ce812ff2c0217583fb944acbb8153ee45969e7fc18b5d9c6174cdab930c9993f
|
File details
Details for the file optoid-0.1.0-py3-none-any.whl.
File metadata
- Download URL: optoid-0.1.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 |
de2daa8d208d20dbecbee53dede9c98bdcca01f6022ad249899aa8f60e8b3605
|
|
| MD5 |
147ab973309420b61b0b22e9f452aa02
|
|
| BLAKE2b-256 |
04e2f0d7012ab5febd961e62176f013d7ab2b4514f79a8ecc05367800a90c010
|