diff options
author | Julien Roy <julien@jroy.ca> | 2023-02-07 22:54:41 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-02-07 22:54:41 -0500 |
commit | 39e99b03c3bdb85f20423662f9319b0edf0ddc85 (patch) | |
tree | 1ee4744e0041c1ea4624af3b4af5070517d95aec /dev-python/splinter/metadata.xml | |
parent | a62d7f68beb281922941651fd93c945832ac2111 (diff) | |
download | MrRoy-Overlay-39e99b03c3bdb85f20423662f9319b0edf0ddc85.tar.gz MrRoy-Overlay-39e99b03c3bdb85f20423662f9319b0edf0ddc85.tar.bz2 MrRoy-Overlay-39e99b03c3bdb85f20423662f9319b0edf0ddc85.zip |
dev-python/*: update Zope sphinx
Signed-off-by: Julien Roy <julien@jroy.ca>
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> |