5 Commits (main)

Author SHA1 Message Date
Ayreonaut 010f03fc81 Added lxml requirement. 4 years ago
Markus Steinlein 3ca19319d7 Enhanced fotogrid layout algorithm and made it more readable. Added unit tests. 4 years ago
Johannes Thumshirn b20b453871 fotogrid: make pycodestyle happy
make test complains:
  $ make test
  pycodestyle *.py
  fotogrid.py:3:1: E302 expected 2 blank lines, found 0
  make: *** [Makefile:17: test] Error 1

This is because pycodestyle interprets the function documentation as
python shebang line or module documentation and expects two blank lines
afterwards.

Move the function documentation into python heredoc.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Markus Steinlein 19677cb455 More style corrections. 4 years ago
Markus Steinlein 8bf2a86e5b Moved fotogrid code to its own file. Created subfolder for static css. 4 years ago