aboutsummaryrefslogtreecommitdiff
path: root/dev-python/splinter/metadata.xml
blob: 6125bb7e0142b22f07ba7b487e434fe0647d7f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>