diff options
Diffstat (limited to 'dev-python/splinter/metadata.xml')
-rw-r--r-- | dev-python/splinter/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/splinter/metadata.xml b/dev-python/splinter/metadata.xml new file mode 100644 index 0000000..6125bb7 --- /dev/null +++ b/dev-python/splinter/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Julien Roy</name> + <email>julien@jroy.ca</email> + </maintainer> + <longdescription> + Splinter is a Python framework that provides a simple and consistent interface for web application automation. + Key features: + Easy to learn: The API is designed to be intuitive and quick to pick up. + Faster to code: Automate browser interactions quickly and reliably without fighting the tool. + Powerful: Designed for real world use cases, it guards against common automation quirks. + Flexible: Access to lower level tools is never hidden. Break out into raw Selenium at any time. + Robust: Support is available for multiple automation drivers (Selenium, Django, Flask, ZopeTestBrowser). + </longdescription> + <upstream> + <changelog>https://splinter.readthedocs.io/en/latest/news.html</changelog> + <doc>https://splinter.readthedocs.io/</doc> + <bugs-to>https://github.com/cobrateam/splinter/issues</bugs-to> + <remote-id type="github">cobrateam/splinter</remote-id> + <remote-id type="pypi">splinter</remote-id> + </upstream> +</pkgmetadata> |