summaryrefslogtreecommitdiff
path: root/dev-python/pandas/metadata.xml
blob: 0824852ce83df73e7e235a25689def45fbe97a8d (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
25
<?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>
  </maintainer>
  <longdescription lang="en">
  Pandas is a Python package providing fast, flexible, and expressive
  data structures designed to make working with "relational" or
  "labeled" data both easy and intuitive. It aims to be the
  fundamental high-level building block for doing practical, real
  world data analysis in Python. 
  </longdescription>
  <use>
    <flag name="full-support">Pull all packages to give pandas full support</flag>
  </use>
  <upstream>
    <remote-id type="pypi">pandas</remote-id>
    <remote-id type="github">pandas-dev/pandas</remote-id>
  </upstream>
</pkgmetadata>