[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] requests = "*" click = "*" [dev-packages] pytest = "*" black = "==21.5b1" pylint = "*" twine = "*" build = "*" [scripts] alarmpy = "python alarmpy/alarmpy.py" format = "black alarmpy" formatcheck = "black --check alarmpy" lint = "pylint -j 0 -d R,C alarmpy" test = "pytest" build = "python -m build" upload = "twine upload dist/*" clean = "rm -rf build/ dist/ alarmpy.egg-info"