AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
data_cleaner/__init__.py
data_cleaner/capitalizer.py
data_cleaner/data_cleaner.py
data_cleaner/fingerprint_keyer.py
data_cleaner/georef_api.py
data_cleaner.egg-info/PKG-INFO
data_cleaner.egg-info/SOURCES.txt
data_cleaner.egg-info/dependency_links.txt
data_cleaner.egg-info/not-zip-safe
data_cleaner.egg-info/requires.txt
data_cleaner.egg-info/top_level.txt
docs/Makefile
docs/README.md
docs/conf.py
docs/data_cleaner.rst
docs/index.rst
docs/make.bat
docs/modules.rst
docs/_build/doctrees/README.doctree
docs/_build/doctrees/data_cleaner.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/modules.doctree
docs/_build/doctrees/source/data_cleaner.doctree
docs/_build/doctrees/source/modules.doctree
docs/_build/html/.buildinfo
docs/_build/html/README.html
docs/_build/html/data_cleaner.html
docs/_build/html/documentacion.html
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/modules.html
docs/_build/html/objects.inv
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/.doctrees/README.doctree
docs/_build/html/.doctrees/data_cleaner.doctree
docs/_build/html/.doctrees/documentacion.doctree
docs/_build/html/.doctrees/environment.pickle
docs/_build/html/.doctrees/index.doctree
docs/_build/html/.doctrees/modules.doctree
docs/_build/html/.doctrees/source/data_cleaner.doctree
docs/_build/html/.doctrees/source/modules.doctree
docs/_build/html/_modules/index.html
docs/_build/html/_modules/data_cleaner/capitalizer.html
docs/_build/html/_modules/data_cleaner/data_cleaner.html
docs/_build/html/_modules/data_cleaner/fingerprint_keyer.html
docs/_build/html/_sources/README.txt
docs/_build/html/_sources/data_cleaner.txt
docs/_build/html/_sources/documentacion.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/modules.txt
docs/_build/html/_sources/source/data_cleaner.txt
docs/_build/html/_sources/source/modules.txt
docs/_build/html/_static/_stemmer.js
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/alabaster.css
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-1.11.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/translations.js
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
docs/_build/html/source/data_cleaner.html
docs/_build/html/source/modules.html
tests/.DS_Store
tests/__init__.py
tests/test_capitalizer.py
tests/test_data_cleaner.py
tests/test_fingerprint_keyer.py
tests/cassetes/data_cleaner/test_get_api_response.yaml
tests/input/non_unicode.csv
tests/input/to_clean_fecha_completa.csv
tests/input/to_clean_fecha_mes.csv
tests/input/to_clean_fecha_separada.csv
tests/input/to_clean_fecha_sin_hora.csv
tests/input/to_clean_fields.csv
tests/input/to_clean_integration.csv
tests/input/to_clean_mail_format.csv
tests/input/to_clean_nombre_propio.csv
tests/input/to_clean_normalize_unidad_territorial.csv
tests/input/to_clean_reemplazar.csv
tests/input/to_clean_reemplazar_string.csv
tests/input/to_clean_regex_sub.csv
tests/input/to_clean_repeated_fields.csv
tests/input/to_clean_string_normal.csv
tests/input/to_clean_string_separable_complejo.csv
tests/input/to_clean_string_separable_simple.csv
tests/input/to_clean_with_line_breaks.csv
tests/input/localidades/localidades.dbf
tests/input/localidades/localidades.prj
tests/input/localidades/localidades.qpj
tests/input/localidades/localidades.shp
tests/input/localidades/localidades.shx
tests/output/.DS_Store
tests/output/clean_fecha_completa.csv
tests/output/clean_fecha_mes.csv
tests/output/clean_fecha_separada.csv
tests/output/clean_fecha_sin_hora.csv
tests/output/clean_fields.csv
tests/output/clean_integration.csv
tests/output/clean_mail_format.csv
tests/output/clean_nombre_propio.csv
tests/output/clean_nombre_propio_lower_words.csv
tests/output/clean_reemplazar.csv
tests/output/clean_reemplazar_string.csv
tests/output/clean_regex_sub.csv
tests/output/clean_string_normal.csv
tests/output/clean_string_separable_complejo.csv
tests/output/clean_string_separable_simple.csv
tests/output/clean_temp_integration.csv
tests/output/clean_with_line_breaks.csv
tests/output/localidades-original.csv
tests/output/localidades-simplificado.csv
tests/output/localidades.csv
tests/output/localidades.geojson
tests/output/temp_clean_string_separable_simple.csv
tests/output/temp_to_clean_nombre_propio.csv
tests/rules/__init__.py
tests/rules/integration.py