Files
.com/content/posts/110218-tablib-v0.9.4.rst
2011-04-21 01:37:36 -04:00

32 lines
978 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Tablib v0.9.4 Released
######################
:date: 2011-02-18 01:22
:category: code, python
:featured: False
Tablib v0.9.4 was released today.
For those unfamiliar with Tablib, its my format-agnostic tabular data library. To learn more, see Tablib.org.
Finally, we have Python 2.5 support! This should open some new possibilities, particularly for those of you on Google App Engine.
This update brings:
- Python 2.5 Support
- Internal pre-2.7 OrderedDicts
- AnyJSON System
- Secret surprise for the PEP8-strict folks
- Various bug fixes
Thanks to tox, the codebase is now continuously tested against CPython 2.5, 2.6, 2.7, and PyPy-c v1.4.
The next steps are to add:
- Tablib.ext Namespace Package (for django-tablib, tablib-extras, &c.)
- Hooks System (e.g. post-append, pre-export, &c. )
[`Tablib.org <http://tablib.org>`_]
[`Source on GitHub <https://github.com/kenethreitz/tablib>`_]
[`PyPi <http://pypi.python.org/pypi/tablib>`_]