2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-06 00:10:16 +03:00
Files
gentoo/dev-python/netcdf4/metadata.xml
Michał Górny 2c445fb98c Rename dev-python/{netcdf4-python → netcdf4}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-03-05 04:55:19 +01:00

23 lines
782 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>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>
netcdf4-python is a Python interface to the netCDF C library.
netCDF version 4 can read and write files in both the new netCDF 4
and the old netCDF 3 format, and can create files that are readable
by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and
should be familiar to users of that module.
</longdescription>
<upstream>
<remote-id type="pypi">netCDF4</remote-id>
</upstream>
</pkgmetadata>