File: sidebarintro.html

package info (click to toggle)
python-tablib 0.9.11-2%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 3,736 kB
  • sloc: python: 59,944; makefile: 111
file content (20 lines) | stat: -rw-r--r-- 867 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<h3><a href="http://tablib.org">About Tablib</a></h3>
<p>
  Tablib is an MIT Licensed format-agnostic tabular dataset library, written in Python. It allows you to import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags & filtering, and seamless format import & export.
</p>

<h3>Feedback</h3>
<p>
  Feedback is greatly appreciated. If you have any questions, comments,
  random praise, or anonymous threats, <a href="mailto:me@kennethreitz.com">
  shoot me an email</a>.
</p>


<h3>Useful Links</h3>
<ul>
  <li><a href="http://tablib.org/">The Tablib Website</a></li>
  <li><a href="http://pypi.python.org/pypi/tablib">Tablib @ PyPI</a></li>
  <li><a href="http://github.com/kennethreitz/tablib">Tablib @ GitHub</a></li>
  <li><a href="http://github.com/kennethreitz/tablib/issues">Issue Tracker</a></li>
</ul>