freebsd-ports/www/py-imdbpy/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
549 B
Text

IMDbPY is a Python package useful to retrieve and manage the data of the IMDb
movie database.
IMDbPY aims to provide an easy way to access the IMDb's database using a Python
script. Platform-independent and written in pure Python, it's theoretically
independent from the data source (since IMDb provides two or three different
interfaces to their database). IMDbPY is mainly intended for programmers and
developers who want to build their Python programs using the IMDbPY package, but
some example scripts - useful for simple users - are included.