File: sidebarintro.html

package info (click to toggle)
python-tablib 3.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 724 kB
  • sloc: python: 3,648; makefile: 125
file content (12 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<h3><a href="https://tablib.readthedocs.io">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>Useful Links</h3>
<ul>
  <li><a href="https://tablib.readthedocs.io">The Tablib Website</a></li>
  <li><a href="https://pypi.org/project/tablib">Tablib @ PyPI</a></li>
  <li><a href="https://github.com/jazzband/tablib">Tablib @ GitHub</a></li>
  <li><a href="https://github.com/jazzband/tablib/issues">Issue Tracker</a></li>
  <li><a href="https://github.com/jazzband/tablib/blob/master/HISTORY.md">Changelog</a></li>
</ul>