mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
26 lines
1.0 KiB
HTML
26 lines
1.0 KiB
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>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
|
<style>
|
|
.algolia-autocomplete{
|
|
width: 100%;
|
|
height: 1.5em;
|
|
margin: 1em auto;
|
|
}
|
|
.algolia-autocomplete a{
|
|
border-bottom: none !important;
|
|
}
|
|
#doc_search{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<input id="doc_search" placeholder="Search the doc" autofocus/>
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({
|
|
apiKey: 'fdf64af44731dc9838761b703228e4fd',
|
|
indexName: 'python-tablib',
|
|
inputSelector: '#doc_search',
|
|
debug: false // Set debug to true if you want to inspect the dropdown
|
|
})" async></script> |