mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-28 23:37:26 -08:00
24 lines
807 B
XML
24 lines
807 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-mathematics@gentoo.org</email>
|
|
<name>Gentoo Mathematics Project</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
PyWavelets is a Python wavelet transforms module that can perform:
|
|
* Discrete Wavelet Transform (1D and 2D)
|
|
* Inverse Discrete Wavelet Transform (1D and 2D)
|
|
* Stationary Wavelet Transform
|
|
* Wavelet Packets decomposition and reconstruction
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">PyWavelets</remote-id>
|
|
<remote-id type="github">PyWavelets/pywt</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|