[console_scripts]
shouldi = shouldi.cli:ShouldI.main

[dffml.operation]
cleanup_pypi_package = shouldi.pypi:cleanup_pypi_package
pypi_latest_package_version = shouldi.pypi:pypi_latest_package_version
pypi_package_contents = shouldi.pypi:pypi_package_contents
pypi_package_json = shouldi.pypi:pypi_package_json
pypi_package_url = shouldi.pypi:pypi_package_url
run_bandit = shouldi.bandit:run_bandit
safety_check = shouldi.safety:safety_check

