Skip to content

georgpfolz/vimeotools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimeotools

These are Python Tools for Vimeo, using the Vimeo API and the official PyVimeo Python package.

beta!

This package is very much a beta version, it has no unit tests yet and is not well tested! Use it at your own risk!

about

This package is aimed at being more convenient than using the Vimeo API or PyVimeo directly: it provides the classes:

  • VimeoConnection
  • VimeoData
  • VimeoVideo
  • VimeoShowcase (album)
  • VimeoFolder (project)

which invoke the API for you. So you don't have to worry about the intricacies of the data structure or the URIs to use for specific queries or actions.

These classes also store the data internally once they have retrieved them from Vimeo, so as to avoid unnecessary requests if data are queried multiple times. If an instance changes data, the internal data representation is updated accordingly.

It is of course possible to re-query (refresh) the data via the API.

You can also opt to create or set an object in live mode, so everytime a property is queried, the appropriate request is made on Vimeo first.

documentation

The (Sphinx) documentation is very crude (created with autodoc) currently and will be improved in subsequent versions.

About

Python Tools for Vimeo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages