public
Description: A Python wrapper to the Vimeo API
Homepage:
Clone URL: git://github.com/paltman/pyvimeo.git
name age message
file README Mon Mar 17 12:51:15 -0700 2008 added basic configuration per #1 [paltman]
file pre_commit.sh Loading commit data...
file pyvimeo.cfg Mon Mar 17 12:51:15 -0700 2008 added basic configuration per #1 [paltman]
directory pyvimeo/ Tue Apr 22 01:20:31 -0700 2008 updating base to start work on vimeo wrapper [paltman]
file run_tests.py Tue Apr 22 01:20:31 -0700 2008 updating base to start work on vimeo wrapper [paltman]
file setup.py Mon Mar 17 12:51:15 -0700 2008 added basic configuration per #1 [paltman]
README
Configuration is handled in either a system wide configuration file placed at:

  /etc/pyvimeo.cfg
  
  or a user based configuration file at:
  
  ~/.pyvimeo
  

The sections available for configuring are:

  [Credentials]
  api_key = <vimeo api key>
  shared_secret = <vimeo shared secret>
  
  [Urls]
  starndard_api_url = http://www.vimeo.com/api/rest/
  upload_url = http://www.vimeo.com/services/upload/
  auth_url = http://www.vimeo.com/services/auth/
  

Whatever is in the ~/.pyvimeo user file will override whatever is stored in
the system /etc/pyvimeo.cfg file.