Bennellick Engineering Limited Kit Drivers
This python package consists of various driver classes used by BEL to control pieces of test equipment.
Machine-wide install for development
#!bash
pip install -U --user -e .
This will install the package in 'editable' mode (-e), which means any changes made in this repository will be available immediately to all scripts importing the package. The above command only needs to be re-run if changes are made to setup.py.
Usage
Once installed, the package bennellickeng can be imported and used. See the examples directory for examples of usage.
As well as installing a python package some command line utilities are also installed:
bel-scopegrab
Grab screenshot of a scope over USB:
#!bash
bel-scopegrab foobar
# foobar.png will have been created
Releasing
This project uses zest.releaser to manage packaging and releases. Simply run 'fullrelease' from within the pipenv.
Release files for bennellickeng.kitdrivers 2018.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bennellickeng.kitdrivers-2018.4.tar.gz | 15.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bennellickeng.kitdrivers-2018.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 37.5 kB
Release files / bennellickeng.kitdrivers-2018.4.tar.gz
| Download URL | bennellickeng.kitdrivers-2018.4.tar.gz |
|---|---|
| Size | 15.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5a9392dcf1be152bb9d58b2fdf3f62a294bfb9172c385daa2f72032f4a5c4973
|
|
BLAKE2b-256 checksum How to use checksums |
6f1c8c8ba464ef24a95f3389cb1ea44bdf8999e392801356d69d32c75f031378
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
|
Release files / bennellickeng.kitdrivers-2018.4-py3-none-any.whl
| Download URL | bennellickeng.kitdrivers-2018.4-py3-none-any.whl |
|---|---|
| Size | 22.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0d99574e3f78214ff9775d2b09db25774b3e10be360da602de759a54d9461a03
|
|
BLAKE2b-256 checksum How to use checksums |
3bf544572beb544353f9dd63b4c6e9f3dd75a7180a40193c21c2953b0e02a656
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
|