summaryrefslogtreecommitdiff
blob: 2afb9b3d5636f61fd420e4abd3fd11856da3b4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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">
  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>