wagnerrp / pytmdb3

Python interface to TheMovieDB.org v3 API
BSD 3-Clause "New" or "Revised" License
122 stars 36 forks source link

Minor Readme Ideas #34

Closed OdinsHat closed 10 years ago

OdinsHat commented 10 years ago
  1. Clarify if this library is the same as the "tmdb3" available here
  2. Basic installation procedure (pip, or clone repo or other).
    • e.g. if (1) is true can I pip install tmdb3
  3. Maybe link to the corresponding Pypi page and author homepage?

I know the above may seem obvious but I reckon it'd help the less experienced among us. I've worked it out myself but now but I reckon having them up front and centre would be good for others.

Anyway - Fantastic library and very much appreciate your work!! :)

wagnerrp commented 10 years ago

Github already provides instructions on how to download repositories from them, although it could be clarified in the README. The expectation when I wrote this was actually that this library would be used by developers, rather than end users, and the developers would make sure it got installed along side their products. As an example, I've actually cloned the repository wholesale in MythTV, so there are no external dependencies to pull down. The included BSD license is largely "do whatever you want" to allow such usage.

The PyPi library is the same, however was not set up by me. See https://github.com/wagnerrp/pytmdb3/pull/32.