Python 2.5 compatibility wrapper for Python 2.7 code.
Project description
seven is a Python 2.6+ compatibility layer for Python 2.5. It allows you to import Python 2.6 or 2.7 code in a 2.5 interpreter.
It was mainly intended to be used on Google App Engine, before the guys at Google added Python 2.7 support.
The project development is now discontinued, but you are welcome to use it for whatever you might need it.
It is licensed under the MIT licence, except for the lib2to3 code it contains, which in made available under the PSF licence. Those files contain individual licence information, so check the source code for more info.
Check the documentation for more info.
Changelog
1.0.0 (2012-02-04)
Documentation update.
Logging can now be turned off completely.
0.6 (2011-04-05)
Logging and pickling can now be turned off.
0.5 (2010-12-04)
Initial public release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.