collect all my previous moduls in one package
Project description
base_aux (current v0.0.11/)
DESCRIPTION_SHORT
collect all my previous moduls in one package
DESCRIPTION_LONG
FIXME:!!!DONT SEE THIS DESCRIPTION!!!
buses
--------------
NOTE: IT SEEMS THIS IS OLD DATA! see tests for actual usage!
!. MOST APPROPRIATE COMMAND PROTOCOL other protocols mot recommended
-
all cmds must be as params (preferred) in equipment or as special command
-
[<CMD_NAME>] - read param value or run special command
[IDN] - read value IDN
[DUMP] - run special command -
[<CMD_NAME> ] - write value in parameter or run special cmd with param
[VOUT 12.3] - set value into parameter VOUT -
[<CMD_NAME> ?] - get available values to write into parameter
[MODE ?] - return [0 1 2 3] -
all command sent must return answer
[OK] - if no value was asked [] - if asked some value, returned without measurement unit [FAIL] - any common not specified error [FAIL 0123] - any specified error without description [FAIL 02 VALUE OUT OF RANGE] - any specified error with description (full variant)monitors
monitor exact data (urlTag/Email) and alert on changes by email/telegram (threading)
IMPORTANT!
NOT ALL WEBSITES WORKS! Sportmaster/Acra-rating/...
INSPIRATION
Suppose you wish to give blood to the Center. So nowadays you need to make an appointment by website, BUT you can't do this while the Center actually don't need your group. Group necessity shown on Center website and called DonorSvetofor. And as result you need monitoring it manually, because there are no news, email notifications, subscriptions. It's not difficult but if you do it as day routine (even once a day) its quite distracting.
So I created it first as Monitor_DonorSvetofor
TESTPLANS
designed to apply testplan for several DUTs
ПОНЯТИЯ
TC - TestCase
TP - TestPlan
DUT - Device Under Test - тестируемое устройство
АРХИТЕКТУРА
- тестплан
- работает в потоке,
- может быть остановлен в любой момент terminate(), при этом завершает все запущенные тесткейсы
- имеет настройки которые принимаются всеми тесткейсами за базовые и могут быть перезаписаны ими для себя
- имеет списки классов TC и обьектов DUT (генерирует обьекты TC для каждого DUT)
- для себя не разделяет обьекты тесткейсов, работает строго с классом тесткейса,
- выполняет все тесткейсы в порядке их следования на списке DUT
- в один момент времени выполняется только один класс тесткейса
- тесткейсы
- работают в потоке,
- может быть остановлен в любой момент terminate(), при этом завершаются безопасно (исполняются все teardown обьектов и глобальный классовый тесткейса),
- представляет собой класс инициируемый с входным параметром DUT,
- выполняются тесткейсы строго по очереди,
- каждый тесткейс выполняется на всех устройствах либо асинхронно, либо синхронно в зависимости от настройки,
- работа тесткейса полностью управляется классом тесткейса на серии устройств (возможно выполнение парных тестов с выбором нужных пар внутри тесткейса),
- результаты
- все результаты находятся в пока в обьекте тесткейса
- итогового (result)
- промежуточных результатов (details)
- настройки
- управление
- SKIP всех возможных вариантов (полностью тесткейс для всех устройств, полностью DUT для всех TC, отдельный TC на отдельном DUT),
- выполнение тесткейса синхронно/асинхронно
- данные для использования в тесткейсах
- реализовано в файлах JSON
- для каждого тесткейса и общие для тестплана (кейсовые накладываются на плановые)
- управление
- GUI тестплана
- запуск GUI опциональный,
- старт/стоп тестплана,
- отображение текущего тесткейса,
- отображение результата тескейса на каждом тестируемом устройстве,
- отображение промежуточных результатов (details)
- API
- минимальное API и запуск
Features
-
cmp - apply for cmp object with others
-
getattr prefix
-
getattr echo
-
middle group
-
Number+NumberArithm - use class as number
-
Annotations - work with annotations +use special abilities+use nested classes
-
perfect singleton (maybe thread safe!)
-
collect all instances
-
check correct instantiating singletons in tree project
-
check requirements (systemOs), raise/bool if no match
-
create fuck(?)/source and is it for check for settings
-
[python PACKAGES/MODULES]:
- upgrade
- delete
- version_get_installed
- check_installed)
- upgrade pip
-
[VERSION]:
- parse
- check
- compare
-
send commands into OS terminal
-
check if cli commands are accessible (special utilities is installed)
-
access to standard parts of result in a simple ready-to-use form (stdout/stderr/retcode/full state)
-
use batch timeout for list
-
till_first_true
-
counter/counter_in_list
-
designed for common work with bitfields-like objects
-
Flags
-
Bits
-
Designed to use private data like username/pwd kept secure in OsEnvironment or Ini/Json-File for your several home projects at ones. And not open it in public. **CAUTION:** in requirements for other projects use fixed version! because it might be refactored so you would get exception soon.
-
load values to instance attrs from:
- Environment
- IniFile
- JsonFile
- CsvFile
- direct text instead of file
- direct dict instead of file
-
attr access:
- via any lettercase
- by instance attr
- like dict key on instance
-
work with dict:
- apply
- update
- preupdate
-
update_dict as cumulative result - useful in case of settings result
-
use different managers for different funcs/methods if needed
-
use just one decorator to spawn threads from func / methods
-
keep all spawned threads in list by ThreadItem objects
-
ThreadItem keeps result/exx/is_alive attributes!
-
use wait_all/terminate_all()
-
[SERVERS]:
- [aiohttp] (try not to use, as old)
- [FastApi] (preferred)
-
client_requests item+stack
-
[SerialClient]:
- keep all found ports in base class!
-
Serial:
- Client+Server
- connect with Type__AddressAutoAcceptVariant FIRST_FREE/FIRST_FREE__ANSWER_VALID
- set/get params by SlashOrSpacePath addressing
- handle BackSpace send manually from terminal
-
SerialServer values:
- as Callable
- ValueUnit
- ValueVariants
- list_results
-
SerialServer cmd:
- NONE is equivalent for SUCCESS
- no need params (like line_parsed as before)
- help - for show all variants (Units/Variants/Callables)!
-
Threading each monitor
-
monitor:
- website data changes (tag text/attribute)
- email received with subject (by regexp) in exact folder
-
Email/Telegram alert if:
- monitored data changed (from last state)
- html structure was changed so parsing can't be finished
- url became unreachable
-
send alert msgs:
- emails
- telegram
-
threading
-
pyqt help examples and some other useful objects (overloaded pyqt classes)
-
good template for TableView/Model/Signals
-
add Events for TM/TV/PTE/...
License
See the LICENSE file for license rights and limitations (MIT). See the LICENSE_bundled.md file for parent licenses.
Release history
See the HISTORY.md file for release history.
Installation
pip install base-aux
Import
from base_aux import *
USAGE EXAMPLES
See tests, sourcecode and docstrings for other examples.
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
File details
Details for the file base_aux-0.0.12.tar.gz
.
File metadata
- Download URL: base_aux-0.0.12.tar.gz
- Upload date:
- Size: 186.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b552ec4e5efcff3838137b106ee98953f94c46f2b7296a6e7e786f2c8b449a23 |
|
MD5 | 58885daadbbbccb8408938849fa31a49 |
|
BLAKE2b-256 | 7ccf68985c5399f80bbb0c65c40ac6263a34fe51a5a064abab2824c4fd893176 |
File details
Details for the file base_aux-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: base_aux-0.0.12-py3-none-any.whl
- Upload date:
- Size: 231.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1298d9ca65cf93f692f5946981f1fedfe9119eb6b6c379e7c337055d3ca7a845 |
|
MD5 | 87bf3c6684ea0e9c4a3dcf739297c8c1 |
|
BLAKE2b-256 | 3342a967a5ea5f1a0237c8990b2da73faa3925ce584b4f056f08cbf20030e7dd |