mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 11:20:48 -04:00
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Python data validation for Humans.
|
|
|
|
Python has all kinds of data validation tools, but every one of them seems to require defining a schema or form. I wanted to create a simple validation library where validating a simple value does not require defining a form or a schema.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/kvesteri/validators/issues</bugs-to>
|
|
<changelog>https://raw.githubusercontent.com/kvesteri/validators/master/CHANGES.rst</changelog>
|
|
<doc lang="en">https://validators.readthedocs.io/en/latest</doc>
|
|
<maintainer status="active">
|
|
<email>konsta@fastmonkeys.com</email>
|
|
<name>Konsta Vesterinen</name>
|
|
</maintainer>
|
|
<remote-id type="github">kvesteri/validators</remote-id>
|
|
<remote-id type="pypi">validators</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|