0.0.2 • Published 10 years ago

albummanager v0.0.2

Weekly downloads
3
License
haguo
Repository
-
Last release
10 years ago

##You know

you know it is just for test

album_manager

This is our module for managing photo albums based on a directory. We assume that, given a path, there is an albums sub-folder, and each of its individual sub-folders are themselves the albums. Files in those sub-folders are photos.

album_manager

The album manager exposes a single function, albums, which returns an array of Album objects for each album it contains.

Album Object

The album object has the follow two properties and one method:

  • name -- The name of the album
  • path -- The path to the album
  • photos() -- Calling this method will return all the album's photos
0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago

3.0.1

10 years ago