Metadata-Version: 1.1
Name: django-genericimports
Version: 0.1b6
Summary: Import any CSV or XLS file regardless of data types, headers or foreignkeys.
Home-page: http://github.com/clione/django-genericimports
Author: Oscar Carballal Prego
Author-email: oscar.carballal@gmail.com
License: BSD licence, see LICENSE file
Description: # django-genericimports
        
        **STATUS**: beta6
        
        Django application to import data regardless of data/field/thirdparty types or headers. This importer is focused on functionality, completeness, data cleanliness and reporting, not on speed itself.
        
        Check the documentation at: http://django-genericimports.rtfd.org/
        
        # How to install
        
        `$ pip install django-genericimports`
        
        # License
        
        This application is licensed in BSD 2-Clause license. This application was developed while at work on Havas Worldwide London, so part of the kudos goes to them as well.
        
        # Authors
        
        - Oscar Carballal Prego <oscar.carballal@gmail.com>
        - Max Barry <max.barry@havasww.com>
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
