<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/tablib.git/docs, branch master</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>Expose 'read_only' parameter for 'import_set' and 'import_book' (#483)</title>
<updated>2020-12-04T08:10:02+00:00</updated>
<author>
<name>dmosberger</name>
<email>davidm@egauge.net</email>
</author>
<published>2020-12-04T08:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=e8f54811c7128d6ee849d072f27459e9b9322034'/>
<id>e8f54811c7128d6ee849d072f27459e9b9322034</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move releases to GitHub actions.</title>
<updated>2020-11-23T12:14:21+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2020-11-23T10:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=dc1729fc6fa75c922ab738b361b03918b4b775b2'/>
<id>dc1729fc6fa75c922ab738b361b03918b4b775b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Add link to changelog/history (#478)</title>
<updated>2020-11-12T08:30:57+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2020-11-12T08:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=615e308559d356c76c97bd2b3b6e0fa33cb98420'/>
<id>615e308559d356c76c97bd2b3b6e0fa33cb98420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Python 3.9, drop EOL 3.5 (#477)</title>
<updated>2020-10-30T17:01:48+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2020-10-30T17:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=8c5404591b6f7d9f253c9c38f4642918fc832400'/>
<id>8c5404591b6f7d9f253c9c38f4642918fc832400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suggest quotes when pip installing with optional dependencies (#474)</title>
<updated>2020-08-12T13:12:57+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2020-08-12T13:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=5fa4496f9d3996c27f5252bba8cdd09e1fc278ef'/>
<id>5fa4496f9d3996c27f5252bba8cdd09e1fc278ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using pkg_resources</title>
<updated>2020-08-10T13:49:51+00:00</updated>
<author>
<name>Ran Benita</name>
<email>ran@unusedvar.com</email>
</author>
<published>2020-08-10T13:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=bc8438bda4b33930d9bfa6e56efd74e111900be4'/>
<id>bc8438bda4b33930d9bfa6e56efd74e111900be4</id>
<content type='text'>
tablib imports pkg_resources in order to find its own version. Importing
pkg_resources is very slow (100ms-250ms is common).

Avoid it by letting setuptools-scm generate a file with the version
instead.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tablib imports pkg_resources in order to find its own version. Importing
pkg_resources is very slow (100ms-250ms is common).

Avoid it by letting setuptools-scm generate a file with the version
instead.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #462 - Update xlsx import to read cell values instead of cell formulas</title>
<updated>2020-03-11T08:05:43+00:00</updated>
<author>
<name>dragonworks</name>
<email>michael@dragonworks.co.za</email>
</author>
<published>2020-03-11T08:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/tablib.git/commit/?id=16b556535445ed2a2347104f0e0604f59f066099'/>
<id>16b556535445ed2a2347104f0e0604f59f066099</id>
<content type='text'>
Co-authored-by: Claude Paroz &lt;claude@2xlibre.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Claude Paroz &lt;claude@2xlibre.net&gt;</pre>
</div>
</content>
</entry>
<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>
</feed>
