summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-16Switch to module entrypointblessedYuval Adam
2021-05-16Split into classesYuval Adam
2021-05-16Install blessed dependencyYuval Adam
2021-05-15Group alarms by areasYuval Adam
2021-05-15Update README usage and bump to v1.0.4v1.0.4Yuval Adam
2021-05-15Exclude tests/ and add data dirYuval Adam
2021-05-15Find packages in rootYuval Adam
2021-05-15Fix entrypointYuval Adam
2021-05-15Bump to v1.0.1Yuval Adam
2021-05-15Add clean scriptYuval Adam
2021-05-15Rename entrypoint to cliYuval Adam
2021-05-15Fix setup.py modules pathYuval Adam
2021-05-15Add build dependencies and scriptsYuval Adam
2021-05-15Implement setuptools integration, fixes #2 (#7)Yuval Adam
* Initial setup.py * Add .gitignore * Add setuptools entrypoint support
2021-05-15Update format scriptsYuval Adam
2021-05-15Update DATA_DIRYuval Adam
2021-05-15Move labels into data/ dirYuval Adam
2021-05-15Merge branch 'main' into moduleYuval Adam
2021-05-15Add localization supportYuval Adam
2021-05-15Remove bold type on exceptionsYuval Adam
2021-05-15Update alarmpy.pyalonblade
python 2 is dead - Yuval Adam
2021-05-14Fix buildYuval Adam
2021-05-14Initial module structureYuval Adam
2021-05-14Use HTTP session for TCP connection persistenceYuval Adam
2021-05-14Cleanup formatting and lintYuval Adam
2021-05-14Add quiet flag (#5)Ohad Eytan
2021-05-14Implement Github action CI workflow (#4)Yuval Adam
* Add pylint dependency * Add initial pylintrc and scripts * Cleanup lints * Initial CI workflow * Skip tests for now
2021-05-14Add another license linkYuval Adam
2021-05-14Add license link in READMEYuval Adam
2021-05-14Add LICENSEYuval Adam
2021-05-14Add README disclaimerYuval Adam
2021-05-13Catch more HTTP timeoutsYuval Adam
2021-05-13Add example image borderYuval Adam
2021-05-13Update screenshotYuval Adam
2021-05-13Harmonize default kwargsYuval Adam
2021-05-13Small cleanupYuval Adam
2021-05-13Finalize structure refactoringYuval Adam
2021-05-13Add pytest and black dev depsYuval Adam
2021-05-13Suppress repeating alarms with matching flag to disableYuval Adam
2021-05-13Handle requests.exceptions.ReadTimeoutYuval Adam
2021-05-13Remove bold font from alarmsYuval Adam
2021-05-13Move screenshot in READMEYuval Adam
2021-05-13Add example screenshotYuval Adam
2021-05-13Move params around and add usage in READMEYuval Adam
2021-05-13Update READMEYuval Adam
2021-05-13Change error message to yellowYuval Adam
2021-05-13Add READMEYuval Adam
2021-05-13Implement routine delayYuval Adam
2021-05-13Click and class skeletonYuval Adam
2021-05-13Black formattingYuval Adam