<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tablib.git/tablib, branch import_export</title>
<subtitle>github.com: kennethreitz/tablib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/'/>
<entry>
<title>New import/export interface with dataset and databook `import_` and `export` methods</title>
<updated>2015-04-05T22:51:56+00:00</updated>
<author>
<name>Iuri de Silvio</name>
<email>iurisilvio@gmail.com</email>
</author>
<published>2014-02-01T12:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=66d9e50984e7c66fd36fd86f2b469c2dae3636ba'/>
<id>66d9e50984e7c66fd36fd86f2b469c2dae3636ba</id>
<content type='text'>
and overloaded `import_set` and `import_book` functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and overloaded `import_set` and `import_book` functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>v0.10.0</title>
<updated>2014-05-27T16:48:00+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.com</email>
</author>
<published>2014-05-27T16:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=434f66b4eb051d751a1662e02e2b1fd1e24f728f'/>
<id>434f66b4eb051d751a1662e02e2b1fd1e24f728f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow csv fields to have multiple lines</title>
<updated>2014-05-01T15:12:39+00:00</updated>
<author>
<name>Brad Pitcher</name>
<email>bradpitcher@gmail.com</email>
</author>
<published>2014-04-30T23:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=49d8cb816f163ab5239ec9552c5d60cd0e386557'/>
<id>49d8cb816f163ab5239ec9552c5d60cd0e386557</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_unicode_append</title>
<updated>2014-04-19T15:41:21+00:00</updated>
<author>
<name>Iuri de Silvio</name>
<email>iurisilvio@gmail.com</email>
</author>
<published>2014-04-19T15:41:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=0ed01d85b965bd814cecb3eb33042dd59d8ebb1c'/>
<id>0ed01d85b965bd814cecb3eb33042dd59d8ebb1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use InvalidFileException to fix the test</title>
<updated>2014-01-23T17:15:46+00:00</updated>
<author>
<name>Eduard Carreras</name>
<email>ecarreras@gisce.net</email>
</author>
<published>2014-01-23T17:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=98e182bed272d5a2debc62cc07a0b21374ee46a2'/>
<id>98e182bed272d5a2debc62cc07a0b21374ee46a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Maintain dataset title after sort.</title>
<updated>2014-01-11T15:45:45+00:00</updated>
<author>
<name>Iuri de Silvio</name>
<email>iurisilvio@gmail.com</email>
</author>
<published>2013-09-20T13:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=c8a5563309f6b580748183ac2c9cfad88dd8ebec'/>
<id>c8a5563309f6b580748183ac2c9cfad88dd8ebec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't use ExcelWriter with databook</title>
<updated>2014-01-11T14:56:11+00:00</updated>
<author>
<name>Thomas Coopman</name>
<email>thomas.coopman@gmail.com</email>
</author>
<published>2012-02-21T11:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=c225a64d684700b343882538d964016ec24c36d5'/>
<id>c225a64d684700b343882538d964016ec24c36d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #63 from jsdalton/fix_unicode_error_in_html_output</title>
<updated>2014-01-08T19:47:26+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2014-01-08T19:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=45121ddd6528a02dcf8d159b304cac97b3f352ee'/>
<id>45121ddd6528a02dcf8d159b304cac97b3f352ee</id>
<content type='text'>
Fix unicode error in html output</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix unicode error in html output</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #76 from djv/develop</title>
<updated>2014-01-08T19:46:50+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2014-01-08T19:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=c74357cb20b1ac4e7496eaf6d05a5714317d4b5f'/>
<id>c74357cb20b1ac4e7496eaf6d05a5714317d4b5f</id>
<content type='text'>
xls and xlsx import support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xls and xlsx import support</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #110 from djrobstep/develop</title>
<updated>2014-01-08T19:44:30+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2014-01-08T19:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=939b0af551aabc345568d7b439fa97684604ae48'/>
<id>939b0af551aabc345568d7b439fa97684604ae48</id>
<content type='text'>
Fix for a broken YAML test and tsv autodetection</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for a broken YAML test and tsv autodetection</pre>
</div>
</content>
</entry>
</feed>
