imdbpy 4.0
A Python package to access the IMDb's database
http://imdbpy.sourceforge.net/
Packager: Serdar Dalgıç
License: GPLv2+
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
4 | 2009-03-14 | 4.0 | Serdar Dalgıç | * setuptools dependency added. * /usr/etc Path is added. * Version bump: What's the new in release 4.0 "Watchmen" (12 Mar 2009) [general] - the installer is now based on setuptools. - two new functions, get_top250_movies and get_bottom100_movies. - new functions get_keyword and search_keyword to handle movie's keywords. - fixed several bugs. - updates to the documentation. [http] - fixed many bugs. - nicer keys for technical details. [sql] - searching for a movie, the original titles are returned, instead of AKAs. - support for Foreign Keys. - minor changes to the db's design |
3 | 2009-01-13 | 3.9 | Serdar Dalgıç | Version bump: What's the new in release 3.9 "The Strangers" (06 Jan 2009) [general] - introduced the search_episode method, to search for episodes' titles. - movie['year'] is now an integer, and no more a string. - fixed a bug parsing company names. - introduced the helpers.makeTextNotes function, useful to pretty-print strings in the 'TEXT::NOTE' format. [http] - fixed a bug regarding movies listed in the Bottom 100. - fixed bugs about tv mini-series. - fixed a bug about 'series cast' using BeautifulSoup. [sql] - fixes for DB2 (with SQLAlchemy). - improved support for movies' aka titles (for series). - made imdbpy2sql.py more robust, catching exceptions even when huge amounts of data are skipped due to errors. - introduced CSV support in the imdbpy2sql.py script. |
2 | 2008-11-03 | 3.8 | Serdar Dalgıç | Version bump. |
1 | 2008-09-23 | 3.7 | Serdar Dalgıç | First release. |