mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
f6bf14afd2
* Add project release config and use Travis build stages. Refs #378. * Restructure project to use src/ and tests/ directories. * Fix testing. * Remove eggs. * More fixes. - isort and flake8 config - manifest template update - tox ini extension - docs build fixes - docs content fixes * Docs and license cleanup.
12 lines
677 B
HTML
12 lines
677 B
HTML
<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>
|
|
</ul>
|