Updated Structure of the code (markdown)

Rhet Turnbull
2020-05-10 22:22:39 -05:00
parent e456f624d2
commit e9cf074a3c

@@ -21,8 +21,8 @@ The package code is organized in osxphotos per the table below. Most of the file
|`albuminfo.py`| AlbumInfo and FolderInfo classes| |`albuminfo.py`| AlbumInfo and FolderInfo classes|
|`datetime_formatter.py`| utility methods for formatting datetime objects| |`datetime_formatter.py`| utility methods for formatting datetime objects|
|`exiftool.py`| ExifTool class| |`exiftool.py`| ExifTool class|
|`photoinfo.py`| PhotoInfo class| |`photoinfo`| PhotoInfo class and associated mixin classes|
|`photosdb.py`| PhotosDB class | |`photosdb`| PhotosDB class and associated mixin classes|
|`placeinfo.py`| PlaceInfo class| |`placeinfo.py`| PlaceInfo class|
|`template.py`| constants used by the PhotoInfo.render_template() method| |`template.py`| constants used by the PhotoInfo.render_template() method|
|`templates`| contains [mako](https://www.makotemplates.org/) templates for sidecar export (though the name is similar, these templates are not associated with `templates.py`| |`templates`| contains [mako](https://www.makotemplates.org/) templates for sidecar export (though the name is similar, these templates are not associated with `templates.py`|