23 lines
892 B
XML
23 lines
892 B
XML
<?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>
|