[sqlalchemy] Documentation for SQLAlchemy 0.4.5?

2015-04-16 Thread Saravanakumar Karunanithi
Hi, I am working on a legacy code that uses SqlAlchecmy0.4.5, Could anyone help me to get the documentation of 0.4.5? I googled it, but no luck, if any one you have the documentation link/pdf, it would be a great help for me, Thanks in Advance, Saravanakumar Karunanithi -- You received

Re: [sqlalchemy] Documentation for SQLAlchemy 0.4.5?

2015-04-16 Thread Simon King
On Thu, Apr 16, 2015 at 8:07 AM, Saravanakumar Karunanithi akk.saravanaku...@gmail.com wrote: Hi, I am working on a legacy code that uses SqlAlchecmy0.4.5, Could anyone help me to get the documentation of 0.4.5? I googled it, but no luck, if any one you have the documentation link/pdf, it

Re: [sqlalchemy] Documentation for SQLAlchemy 0.4.5?

2015-04-16 Thread Michael Bayer
If you go to pypi and actually download the 0.4.5 tar.gz file from the sqlalchemy project and expand it, the documentation will be there in html form in the doc/ directory.All sqlalchemy releases include an html build of the documentation in this directory in the source distribution. Sent

Re: [sqlalchemy] Documentation for SQLAlchemy 0.4.5?

2015-04-16 Thread Jonathan Vanasco
PyPi doesn't always let you see old releases easily anymore. In order to get to older versions off PyPi, you need to use one of 2 tricks: 1. If you know the version number: visit https://pypi.python.org/pypi/SQLAlchemy/{VERSION_NUMBER} e.g.