blob: 0866e1d45e836b2fe37a0204a1e60398e2b4405e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?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>
<flag name="snappy">Enable support for snappy compression</flag>
</use>
</pkgmetadata>
|