Metadata-Version: 1.1
Name: Shake-Files
Version: 1.0.1
Summary: Allows you to flexibly and efficiently handle file uploads in your Werkzeug-based web application
Home-page: http://github.com/lucuma/Shake-Files
Author: Juan-Pablo Scaletti
Author-email: juanpablo@lucumalabs.com
License: MIT license (http://www.opensource.org/licenses/mit-license.php)
Description: 
        Shake-Files
        ======================
        
        Shake-Files allows your Werkzeug-based application to flexibly and 
        efficiently handle file uploads.
        
        You can create different sets of uploads - one for document attachments, one
        for photos, etc. - and configure them to save tthe files in different places, 
        creating the directories on demand, according to a pattern defined by you.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
