mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
19 lines
695 B
XML
19 lines
695 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="project">
|
||
<email>sci@gentoo.org</email>
|
||
<name>Gentoo Science Project</name>
|
||
</maintainer>
|
||
<longdescription lang="en">
|
||
This SciKit (toolkit for SciPy) includes useful image processing
|
||
algorithms for use with Python and NumPy. While SciPy’s ndimage
|
||
provides low-level manipulation, scikits.image centres around
|
||
algorithms and applications.
|
||
</longdescription>
|
||
<upstream>
|
||
<remote-id type="pypi">scikit-image</remote-id>
|
||
<remote-id type="github">scikit-image/scikit-image</remote-id>
|
||
</upstream>
|
||
</pkgmetadata>
|