Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/photolab.py
https://github.com/honza/photolab.py
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/honza/photolab.py
- Owner: honza
- Created: 2011-05-27T15:02:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-27T15:16:43.000Z (over 13 years ago)
- Last Synced: 2024-04-16T01:44:56.003Z (7 months ago)
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Photolab.py
===========Photolab is a photo organization and sorting tool. The workflow that it
provides is identical to that of [photolab.coffee][coffee], but is instead
implemented in Python.### Install
$ (env) pip install -r requirements.txt
$ (env) python main.py /path/to/img/dir### Dependencies
* bottle micro web framework
* jinja2 templates
* Python imaging library### Source
[Annotated source][source]
### License
Copyright (c) 2011, Honza Pokorny
All rights reserved.Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL HONZA POKORNY BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.[coffee]: https://github.com/honza/photolab.coffee
[source]: http://honza.github.com/photolab.py/