You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/fastparquet/metadata.xml

24 lines
892 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
fastparquet is a python implementation of the parquet format,
aiming integrate into python-based big data work-flows. Not all
parts of the parquet-format have been implemented yet or tested
e.g. see the Todos linked below. With that said, fastparquet is
capable of reading all the data files from the
parquet-compatability project.
</longdescription>
<upstream>
<remote-id type="pypi">fastparquet</remote-id>
<remote-id type="github">dask/fastparquet</remote-id>
</upstream>
<use>
<flag name="brotli">Enable support for brotli compression</flag>
</use>
</pkgmetadata>