Modul je k dispozici na PYPI repozitáři.
pip edeposit.amqp.aleph
*** Variables ***
${PACKAGE_NAME} edeposit.amqp.aleph
${PACKAGE_URL} https://pypi.python.org/pypi/${PACKAGE_NAME}/
GET ${PACKAGE_URL}
Response Status Code Should Equal 200
${RC} = Run And Return Rc pip search ${PACKAGE_NAME}
Should Be True ${RC} == 0