Metadata-Version: 2.1
Name: htg
Version: 0.7a2
Summary: Happy Tree Gallery is a command line utility generating static photo galleries.
Home-page: https://gitlab.com/rmnl/htg
Author: R Meurders
Author-email: pypi+htg@rmnl.net
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 (<=7.999,>=7.0)
Requires-Dist: markdown2 (<=2.3.999,>=2.3.6)
Requires-Dist: numpy (<=1.15.999,>=1.15.2)
Requires-Dist: peewee (<=3.7.999,>=3.7.1)
Requires-Dist: Pillow (<=5.3.999,>=5.3.0)
Requires-Dist: PyYAML (<=3.999,>=3.13)

# 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
```


