Metadata-Version: 2.1
Name: happy-tree-gallery
Version: 0.8.0
Summary: Happy Tree Gallery is a command line utility generating static photo galleries.
Home-page: https://gitlab.com/rmnl/htg
Author: Roel Meurders
Author-email: pypi+htg@rmnl.net
Maintainer: RMNL
License: MIT
Keywords: development command line tool photos pictures management galleries json
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (<=8,>=7.0)
Requires-Dist: markdown2 (<2.4,>=2.3.8)
Requires-Dist: numpy (<1.18,>=1.17.2)
Requires-Dist: peewee (<3.11,>=3.10.0)
Requires-Dist: Pillow (<6.2,>=6.1.0)
Requires-Dist: PyYAML (<5.2,>=5.1.2)

# Happy Tree Gallery

This is a small utility for generating static photo galleries.

**BEWARE THIS IS STILL VERY MUCH A WORK IN PROGRESS**

And that's why there's no documentation yet. Please check back later.


## Dependencies

### jpegtran

Installing jpegtran is easy:

```bash
brew install jpeg
```


