<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tablib.git/docs, branch project_urls</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>Fixes #440 -Normalize stream inputs as IO streams</title>
<updated>2020-01-11T10:30:16+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-11-07T21:37:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=660990b6b06beb3972a6ecc0879029914e957161'/>
<id>660990b6b06beb3972a6ecc0879029914e957161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tablib docs isn't the place to debate GPL vs MIT licensing</title>
<updated>2019-12-31T13:08:08+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-12-31T13:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=6152d995f06628cc8ab141e7bb003e2c1bf38527'/>
<id>6152d995f06628cc8ab141e7bb003e2c1bf38527</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement feature that allows to export tabular data suited to a… (#437)</title>
<updated>2019-12-09T23:04:03+00:00</updated>
<author>
<name>Daniel Santos</name>
<email>dfsantosbu@unal.edu.co</email>
</author>
<published>2019-12-09T23:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=fa30ea858d0ac41f2f542e0c50d9f9a2e343deb2'/>
<id>fa30ea858d0ac41f2f542e0c50d9f9a2e343deb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused Pipfile (#436)</title>
<updated>2019-12-02T09:10:41+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-12-02T09:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=52b64757b7a7b0af887c0d6fabf4fb77da4296c7'/>
<id>52b64757b7a7b0af887c0d6fabf4fb77da4296c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Documented csv import/export options from standard lib (#431)</title>
<updated>2019-11-14T16:08:51+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-11-14T16:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=ce7d887adc753de33812fe5eb88a1f30be396a6e'/>
<id>ce7d887adc753de33812fe5eb88a1f30be396a6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Admonitions must have a title</title>
<updated>2019-11-11T20:25:56+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-11-11T20:25:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=357a5594c55a3a99b7949eed7845e9335cb15248'/>
<id>357a5594c55a3a99b7949eed7845e9335cb15248</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update testing: add docs + lint jobs; use pre-commit for linting (#426)</title>
<updated>2019-11-10T19:09:18+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-11-10T19:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=b539e9669719d2a9d10a9cef614ffaf67f723086'/>
<id>b539e9669719d2a9d10a9cef614ffaf67f723086</id>
<content type='text'>
* Move docs and lint to their own [3.8] build job for more parallelism

* No codecov for docs or lint

* Move isort into pre-commit

* Add some handy linters to pre-commit

* Add rst-backticks linter and fix the errors

* Add pyupgrade and add upgrades

* Test docs and lint on GitHub Actions

* Xenial is default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move docs and lint to their own [3.8] build job for more parallelism

* No codecov for docs or lint

* Move isort into pre-commit

* Add some handy linters to pre-commit

* Add rst-backticks linter and fix the errors

* Add pyupgrade and add upgrades

* Test docs and lint on GitHub Actions

* Xenial is default
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #421 - Make all dependencies optional</title>
<updated>2019-11-10T17:00:31+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-11-07T22:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=626a06274750669b12f794c6800c1abcfd48a0a6'/>
<id>626a06274750669b12f794c6800c1abcfd48a0a6</id>
<content type='text'>
Thanks Hugo van Kemenade for the review.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Hugo van Kemenade for the review.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved format documentation from code to docs (#420)</title>
<updated>2019-11-06T20:37:01+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-11-06T20:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=a9d9671b7f58341348d2ff3c1feb46c1fd2acd90'/>
<id>a9d9671b7f58341348d2ff3c1feb46c1fd2acd90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #256 - Implement class-based formats</title>
<updated>2019-11-02T16:44:05+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2019-10-05T13:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=f1046cd13ee5d7ab93b1bf31fdc2cb2a6fcd3d9a'/>
<id>f1046cd13ee5d7ab93b1bf31fdc2cb2a6fcd3d9a</id>
<content type='text'>
This allows to extend Tablib with new formats far more easily.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows to extend Tablib with new formats far more easily.
</pre>
</div>
</content>
</entry>
</feed>
