Disconnect devices with REST calls to IP based Device Disconnector
Project description
Device Disconnector
Disconnect devices with REST calls to IP based Device Disconnector
General
Disconnect devices with REST calls to IP based Device Disconnector
Installation
[<PYTHON> -m] pip[3] install [--user] [--upgrade] device-disconnector
Usage
The following commands turns USB port 3 and Switch pin 1 both on at the Device
Disconnector at 192.168.178.50.
control-device \
192.168.178.50 \
usb3=on \
switch1=on \
-vvvv
Contributing
Setup
For active development you need to have poetry and pre-commit installed
python3 -m pip install --upgrade --user poetry pre-commit
git clone https://github.com/brainelectronics/device-disconnector.git
cd device-disconnector
pre-commit install
poetry install
Testing
# run all tests
poetry run coverage run -m pytest -v
# run only one specific tests
poetry run coverage run -m pytest -v -k "test_parse_bool"
Generate the coverage files with
python create_report_dirs.py
poetry run coverage run -m pytest -v --cov-report=html
The coverage report is placed at reports/coverage/html/index.html
Changelog
The changelog format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Please add a changelog snippet, see below, for every PR you contribute. The changes are categorised into:
bugfixesfix an issue which can be used out of the box without any further changes required by the user. Be aware that in some cases bugfixes can be breaking changes.featuresis used to indicate a backwards compatible change providing improved or extended functionalitiy. This does, asbugfixes, in any case not require any changes by the user to keep the system running after upgrading.breakingcreates a breaking, non backwards compatible change which requires the user to perform additional tasks, adopt his currently running code or in general can't be used as is anymore.
The scope of a change shall either be:
internalif no new deployment is required for this change, like updates in the documentation for exampleexternalorallif this change affects the public API of this package or requires a new tag and deployment for any other reason
The changelog entry shall be short but meaningful and can of course contain links and references to other issues or PRs. New lines are only allowed for a new bulletpoint entry. Usage examples or other code snippets should be placed in the code documentation, README or the docs folder.
The name of the snippet shall be <ISSUE_ID.md>
[poetry run] changelog-generator \
create .snippets/1.md
Credits
A big thank you to the creators and maintainers of SemVer.org for their documentation and regex example
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 device_disconnector-0.2.0.tar.gz.
File metadata
- Download URL: device_disconnector-0.2.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
639ae29200316327a7d48b7dd73078a5dc7d37727d9a28f7c3a91b54f12826de
|
|
| MD5 |
651dcbcfc5b072b0185e439502dcf6fa
|
|
| BLAKE2b-256 |
4343b14651a226edb3a346151a4ca7aa4a9c425608df767a40410f4bbabe33f7
|
File details
Details for the file device_disconnector-0.2.0-py3-none-any.whl.
File metadata
- Download URL: device_disconnector-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77c5aa786b027a6112f4be39ed0bfa0b424bf876dba1137eea84def4a22fc53f
|
|
| MD5 |
175dc795032c8f8b1ff6ec077f8b9a10
|
|
| BLAKE2b-256 |
629dcc7acf6d5428473d2950722a4f9e06df9d79dba1578a71418ca174851861
|