dacrowlah / django-adaptors

Convert CSV/XML files into python object or django model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-adaptors is a tool which allow you to transform easily a CSV/XML file into a python object or a django model instance.
It is based on a django-style declarative model.

More information available on read the doc:
http://django-adaptors.readthedocs.org/

Release notes
-------------

0.2.5:

- add DecimalField
- lxml dependency optional

About

Convert CSV/XML files into python object or django model

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.8%Language:Makefile 0.2%