Focus Load Tuner Control Functions in Python
Project description
<h1>Load Tuner Library</h1>
This is a locally installable verion of the python Focus Load Tuner Library
<h3>Version History</h3>
0.1.1: Updated README and Authors
0.1.0 : Initial Build.
<h3>Acknowledgements</h3>
A special thanks to Devon Donahue and Scott Schafer for the initial version of this code written in socket commands.
<h2>Additional Editing and Build instructions</h2>
Activate the virtual environment using:
. venv/activate/bin
You need to have the project packaged to be able to run it in a test mode. the commands are:
python3 -m pip install build python3 -m build –wheel pip3 install dist/loadtuner-0.1.0-py3-none-any.whl
and using:
python3 -m unittest discover
to test the code
<h3> Library Creation </h3> This library was created using instructions form https://medium.com/analytics-vidhya/how-to-create-a-python-library-7d5aea80cc3f Frankly it was started more than once so there is a high probability there are unnecessary components. It was a valiant effort though.
python -m build twine upload dist/* –repository-url https://upload.pypi.org/legacy
Ensure you update the version number
this seems to do it
<h2> Start virtual environment </h2>
python -m venv venv
Activate for windows:
. venvScriptsactivate
Activate for Mac:
. venv/bin/activate
<
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
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 focustuner-0.1.1.tar.gz.
File metadata
- Download URL: focustuner-0.1.1.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
535b954ad02dee79c748d3f43d200ef8f10f0a6f9a74411535ed20e83d754fe9
|
|
| MD5 |
2357d63e58ec4b06922999004f3f7f50
|
|
| BLAKE2b-256 |
a8a63169eca31b955a0539e9dba32983853506c985fc480ee27b0cacbba252b3
|
File details
Details for the file focustuner-0.1.1-py3-none-any.whl.
File metadata
- Download URL: focustuner-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97121c0356aba5dce7b2f90733e8551ae8fffc2abea2e27e89a2540a8f887170
|
|
| MD5 |
72ec5ab12696ad0d1cca18b3ed0eda82
|
|
| BLAKE2b-256 |
8cc0b5a2056143ed1e5972caf5d27c778b65f1bbc17375db25702b7d26a458be
|