Metadata-Version: 1.0
Name: fotochest
Version: 3.0.4-Alpha
Summary: A Django driven Photo Sharing application
Home-page: http://github.com/fotochest/fotochest
Author: Derek Stegelman
Author-email: dstegelman@gmail.com
License: MIT
Description: #FotoChest
        
        [![Build Status](https://secure.travis-ci.org/fotochest/fotochest.png?branch=develop)](http://travis-ci.org/fotochest/fotochest)
        
        FotoChest is a Python/Django based photo sharing application that you can host yourself!  It's
        design goals are:
        
        - Data in, data out;  Easily accessible APIs let you use ``your`` data everywhere you want to.
        - Simplicity.  Shrink the codebase
        - Easy to use.
        
        Installation isn't easy yet, but we're getting there.
        
        ```
        pip install fotochest
        ```
        
        
        
        For more detailed documentation:
        
        
        http://readthedocs.org/docs/fotochest/en/latest/
        
        
        ##In Action
        
        http://photos.stegelman.com/
        
        
        
        ##Installation
        
            pip install -r conf/requirements.txt
            ./run_all_tests.sh
            fab run_local_celery
            fab run_local
        
        ##Road Map
        
        https://github.com/fotochest/fotochest/wiki/Roadmap
        
        ###Thanks
        
        * https://github.com/blueimp/Bootstrap-Image-Gallery/
        * https://github.com/blueimp/jQuery-File-Upload/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
