summaryrefslogtreecommitdiff
path: root/dev-python/fastparquet/metadata.xml
blob: 09db6ed2073515a71f8c322a00f89bc68e430aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>