Metadata-Version: 1.0
Name: django-bfm
Version: 0.6
Summary: Basic Django File Manager with multifile uploads, live file status, and file deleting.
Home-page: https://github.com/simukis/django-bfm
Author: Simonas Kazlauskas
Author-email: simonas@kazlauskas.me
License: Apache
Description: Django Basic File Manager
        =========================
        
        Core Features
        -------------
        
        - Select more than one file at once
        - Live Upload Status reporting
        - File browsing
        - Directory support
        - Core features has no dependencies (except for Django), lightweight
        - Looks like django admin (extends admin template)
        - Admin upload applet
        
        Additional Features (uses additional dependencies)
        --------------------------------------------------
        
        - Image resizing (PIL)
        
        Requirements
        ------------
        
        - Modern browser - BFM relies on a bunch of HTML5 features.
        - Django 1.3 or 1.4
        - Python 2.6 or 2.7 (Not tested with 2.5 and below)
        
        Documentation
        -------------
        
        Everything else you may need, you can find at `documentation <http://django-bfm.rtfd.org/>`_.
Keywords: django file manager
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
