summaryrefslogtreecommitdiff
path: root/docs/_templates/sidebarintro.html
blob: 6da5e197803857cef43741cb3520181465758a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<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>

<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="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>