[Python-modules-commits] [csvkit] 01/01: Import csvkit_1.0.1.orig.tar.gz

Sandro Tosi morph at moszumanska.debian.org
Fri Jan 6 16:52:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch upstream
in repository csvkit.

commit 85e9e0087e423d048180b747647801d2f2f77343
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Jan 5 13:52:56 2017 -0500

    Import csvkit_1.0.1.orig.tar.gz
---
 COPYING                                            |    21 +
 MANIFEST.in                                        |     5 +
 PKG-INFO                                           |    51 +-
 README                                             |    11 -
 README.rst                                         |    41 +
 csvkit.egg-info/PKG-INFO                           |    51 +-
 csvkit.egg-info/SOURCES.txt                        |   407 +-
 csvkit.egg-info/requires.txt                       |     9 +-
 csvkit/__init__.py                                 |    40 +-
 csvkit/cleanup.py                                  |    43 +-
 csvkit/cli.py                                      |   252 +-
 csvkit/convert/__init__.py                         |    66 +-
 csvkit/convert/csvitself.py                        |    18 -
 csvkit/convert/dbase.py                            |    44 -
 csvkit/convert/fixed.py                            |    86 +-
 csvkit/convert/geojs.py                            |    33 +-
 csvkit/convert/js.py                               |    77 -
 csvkit/convert/ndjs.py                             |    76 -
 csvkit/convert/xls.py                              |   155 -
 csvkit/convert/xlsx.py                             |    95 -
 csvkit/exceptions.py                               |    44 +-
 csvkit/grep.py                                     |    68 +-
 csvkit/headers.py                                  |     7 -
 csvkit/join.py                                     |   185 -
 csvkit/py2.py                                      |   104 -
 csvkit/py3.py                                      |   119 -
 csvkit/sniffer.py                                  |    18 -
 csvkit/sql.py                                      |   102 -
 csvkit/table.py                                    |   291 -
 csvkit/typeinference.py                            |   248 -
 csvkit/unicsv.py                                   |   144 -
 csvkit/utilities/csvclean.py                       |    37 +-
 csvkit/utilities/csvcut.py                         |    49 +-
 csvkit/utilities/csvformat.py                      |    57 +-
 csvkit/utilities/csvgrep.py                        |    50 +-
 csvkit/utilities/csvjoin.py                        |    82 +-
 csvkit/utilities/csvjson.py                        |   132 +-
 csvkit/utilities/csvlook.py                        |    98 +-
 csvkit/utilities/csvpy.py                          |    41 +-
 csvkit/utilities/csvsort.py                        |    62 +-
 csvkit/utilities/csvsql.py                         |   203 +-
 csvkit/utilities/csvstack.py                       |    36 +-
 csvkit/utilities/csvstat.py                        |   407 +-
 csvkit/utilities/in2csv.py                         |   109 +-
 csvkit/utilities/sql2csv.py                        |    46 +-
 docs/Makefile                                      |   130 +
 docs/_build/doctrees/changelog.doctree             |   Bin 0 -> 66819 bytes
 docs/_build/doctrees/cli.doctree                   |   Bin 0 -> 5320 bytes
 docs/_build/doctrees/common_arguments.doctree      |   Bin 0 -> 7856 bytes
 docs/_build/doctrees/contributing.doctree          |   Bin 0 -> 31346 bytes
 docs/_build/doctrees/environment.pickle            |   Bin 0 -> 1454237 bytes
 docs/_build/doctrees/index.doctree                 |   Bin 0 -> 31337 bytes
 docs/_build/doctrees/install.doctree               |   Bin 0 -> 10926 bytes
 docs/_build/doctrees/license.doctree               |   Bin 0 -> 4816 bytes
 docs/_build/doctrees/release.doctree               |   Bin 0 -> 7856 bytes
 docs/_build/doctrees/scripts/csvclean.doctree      |   Bin 0 -> 5725 bytes
 docs/_build/doctrees/scripts/csvcut.doctree        |   Bin 0 -> 9484 bytes
 docs/_build/doctrees/scripts/csvformat.doctree     |   Bin 0 -> 7977 bytes
 docs/_build/doctrees/scripts/csvgrep.doctree       |   Bin 0 -> 7988 bytes
 docs/_build/doctrees/scripts/csvjoin.doctree       |   Bin 0 -> 9514 bytes
 docs/_build/doctrees/scripts/csvjson.doctree       |   Bin 0 -> 12006 bytes
 docs/_build/doctrees/scripts/csvlook.doctree       |   Bin 0 -> 8052 bytes
 docs/_build/doctrees/scripts/csvpy.doctree         |   Bin 0 -> 7584 bytes
 docs/_build/doctrees/scripts/csvsort.doctree       |   Bin 0 -> 6993 bytes
 docs/_build/doctrees/scripts/csvsql.doctree        |   Bin 0 -> 16139 bytes
 docs/_build/doctrees/scripts/csvstack.doctree      |   Bin 0 -> 6760 bytes
 docs/_build/doctrees/scripts/csvstat.doctree       |   Bin 0 -> 9614 bytes
 docs/_build/doctrees/scripts/in2csv.doctree        |   Bin 0 -> 12666 bytes
 docs/_build/doctrees/scripts/sql2csv.doctree       |   Bin 0 -> 9272 bytes
 docs/_build/doctrees/tricks.doctree                |   Bin 0 -> 29661 bytes
 docs/_build/doctrees/tutorial.doctree              |   Bin 0 -> 2868 bytes
 .../doctrees/tutorial/1_getting_started.doctree    |   Bin 0 -> 29126 bytes
 .../doctrees/tutorial/2_examining_the_data.doctree |   Bin 0 -> 26842 bytes
 .../_build/doctrees/tutorial/3_power_tools.doctree |   Bin 0 -> 35229 bytes
 .../doctrees/tutorial/4_going_elsewhere.doctree    |   Bin 0 -> 15887 bytes
 docs/_build/html/.buildinfo                        |     4 +
 docs/_build/html/_sources/changelog.txt            |     5 +
 docs/_build/html/_sources/cli.txt                  |    50 +
 docs/_build/html/_sources/common_arguments.txt     |    43 +
 docs/_build/html/_sources/contributing.txt         |   102 +
 docs/_build/html/_sources/index.txt                |    97 +
 docs/_build/html/_sources/install.txt              |    66 +
 docs/_build/html/_sources/license.txt              |     5 +
 docs/_build/html/_sources/release.txt              |    18 +
 docs/_build/html/_sources/scripts/csvclean.txt     |    36 +
 docs/_build/html/_sources/scripts/csvcut.txt       |    72 +
 docs/_build/html/_sources/scripts/csvformat.txt    |    59 +
 docs/_build/html/_sources/scripts/csvgrep.txt      |    56 +
 docs/_build/html/_sources/scripts/csvjoin.txt      |    57 +
 docs/_build/html/_sources/scripts/csvjson.txt      |   124 +
 docs/_build/html/_sources/scripts/csvlook.txt      |    51 +
 docs/_build/html/_sources/scripts/csvpy.txt        |    59 +
 docs/_build/html/_sources/scripts/csvsort.txt      |    46 +
 docs/_build/html/_sources/scripts/csvsql.txt       |    96 +
 docs/_build/html/_sources/scripts/csvstack.txt     |    42 +
 docs/_build/html/_sources/scripts/csvstat.txt      |    74 +
 docs/_build/html/_sources/scripts/in2csv.txt       |    89 +
 docs/_build/html/_sources/scripts/sql2csv.txt      |    52 +
 docs/_build/html/_sources/tricks.txt               |   124 +
 docs/_build/html/_sources/tutorial.txt             |    15 +
 .../html/_sources/tutorial/1_getting_started.txt   |   155 +
 .../_sources/tutorial/2_examining_the_data.txt     |   145 +
 .../html/_sources/tutorial/3_power_tools.txt       |   233 +
 .../html/_sources/tutorial/4_going_elsewhere.txt   |   109 +
 docs/_build/html/_static/ajax-loader.gif           |   Bin 0 -> 673 bytes
 docs/_build/html/_static/basic.css                 |   599 +
 docs/_build/html/_static/comment-bright.png        |   Bin 0 -> 3500 bytes
 docs/_build/html/_static/comment-close.png         |   Bin 0 -> 3578 bytes
 docs/_build/html/_static/comment.png               |   Bin 0 -> 3445 bytes
 docs/_build/html/_static/css/badge_only.css        |     2 +
 docs/_build/html/_static/css/theme.css             |     5 +
 docs/_build/html/_static/doctools.js               |   263 +
 docs/_build/html/_static/down-pressed.png          |   Bin 0 -> 347 bytes
 docs/_build/html/_static/down.png                  |   Bin 0 -> 347 bytes
 docs/_build/html/_static/file.png                  |   Bin 0 -> 358 bytes
 .../_build/html/_static/fonts/Inconsolata-Bold.ttf |   Bin 0 -> 66352 bytes
 .../html/_static/fonts/Inconsolata-Regular.ttf     |   Bin 0 -> 84548 bytes
 docs/_build/html/_static/fonts/Lato-Bold.ttf       |   Bin 0 -> 121788 bytes
 docs/_build/html/_static/fonts/Lato-Regular.ttf    |   Bin 0 -> 120196 bytes
 docs/_build/html/_static/fonts/RobotoSlab-Bold.ttf |   Bin 0 -> 170616 bytes
 .../html/_static/fonts/RobotoSlab-Regular.ttf      |   Bin 0 -> 169064 bytes
 .../html/_static/fonts/fontawesome-webfont.eot     |   Bin 0 -> 56006 bytes
 .../html/_static/fonts/fontawesome-webfont.svg     |   520 +
 .../html/_static/fonts/fontawesome-webfont.ttf     |   Bin 0 -> 112160 bytes
 .../html/_static/fonts/fontawesome-webfont.woff    |   Bin 0 -> 65452 bytes
 docs/_build/html/_static/jquery-1.11.1.js          | 10308 ++
 docs/_build/html/_static/jquery.js                 |     4 +
 docs/_build/html/_static/js/modernizr.min.js       |     4 +
 docs/_build/html/_static/js/theme.js               |   153 +
 docs/_build/html/_static/minus.png                 |   Bin 0 -> 173 bytes
 docs/_build/html/_static/plus.png                  |   Bin 0 -> 173 bytes
 docs/_build/html/_static/pygments.css              |    65 +
 docs/_build/html/_static/searchtools.js            |   651 +
 docs/_build/html/_static/underscore-1.3.1.js       |   999 +
 docs/_build/html/_static/underscore.js             |    31 +
 docs/_build/html/_static/up-pressed.png            |   Bin 0 -> 345 bytes
 docs/_build/html/_static/up.png                    |   Bin 0 -> 345 bytes
 docs/_build/html/_static/websupport.js             |   808 +
 docs/_build/html/changelog.html                    |   441 +
 docs/_build/html/cli.html                          |   281 +
 docs/_build/html/common_arguments.html             |   256 +
 docs/_build/html/contributing.html                 |   305 +
 docs/_build/html/genindex.html                     |   199 +
 docs/_build/html/index.html                        |   484 +
 docs/_build/html/install.html                      |   254 +
 docs/_build/html/license.html                      |   225 +
 docs/_build/html/objects.inv                       |   Bin 0 -> 202 bytes
 docs/_build/html/release.html                      |   237 +
 docs/_build/html/scripts/csvclean.html             |   260 +
 docs/_build/html/scripts/csvcut.html               |   296 +
 docs/_build/html/scripts/csvformat.html            |   282 +
 docs/_build/html/scripts/csvgrep.html              |   278 +
 docs/_build/html/scripts/csvjoin.html              |   279 +
 docs/_build/html/scripts/csvjson.html              |   347 +
 docs/_build/html/scripts/csvlook.html              |   273 +
 docs/_build/html/scripts/csvpy.html                |   281 +
 docs/_build/html/scripts/csvsort.html              |   270 +
 docs/_build/html/scripts/csvsql.html               |   318 +
 docs/_build/html/scripts/csvstack.html             |   266 +
 docs/_build/html/scripts/csvstat.html              |   297 +
 docs/_build/html/scripts/in2csv.html               |   307 +
 docs/_build/html/scripts/sql2csv.html              |   273 +
 docs/_build/html/search.html                       |   210 +
 docs/_build/html/searchindex.js                    |     1 +
 docs/_build/html/tricks.html                       |   333 +
 docs/_build/html/tutorial.html                     |   250 +
 docs/_build/html/tutorial/1_getting_started.html   |   341 +
 .../_build/html/tutorial/2_examining_the_data.html |   344 +
 docs/_build/html/tutorial/3_power_tools.html       |   420 +
 docs/_build/html/tutorial/4_going_elsewhere.html   |   305 +
 docs/changelog.rst                                 |     5 +
 docs/cli.rst                                       |    50 +
 docs/common_arguments.rst                          |    43 +
 docs/conf.py                                       |    93 +
 docs/contributing.rst                              |   102 +
 docs/index.rst                                     |    97 +
 docs/license.rst                                   |     5 +
 docs/release.rst                                   |    18 +
 docs/scripts/csvclean.rst                          |    36 +
 docs/scripts/csvcut.rst                            |    72 +
 docs/scripts/csvformat.rst                         |    59 +
 docs/scripts/csvgrep.rst                           |    56 +
 docs/scripts/csvjoin.rst                           |    57 +
 docs/scripts/csvjson.rst                           |   124 +
 docs/scripts/csvlook.rst                           |    54 +
 docs/scripts/csvpy.rst                             |    59 +
 docs/scripts/csvsort.rst                           |    46 +
 docs/scripts/csvsql.rst                            |    96 +
 docs/scripts/csvstack.rst                          |    42 +
 docs/scripts/csvstat.rst                           |    75 +
 docs/scripts/in2csv.rst                            |    89 +
 docs/scripts/sql2csv.rst                           |    52 +
 docs/tricks.rst                                    |   124 +
 docs/tutorial.rst                                  |    15 +
 docs/tutorial/1_getting_started.rst                |   155 +
 docs/tutorial/2_examining_the_data.rst             |   145 +
 docs/tutorial/3_power_tools.rst                    |   233 +
 docs/tutorial/4_going_elsewhere.rst                |   109 +
 examples/bad.csv                                   |     4 +
 examples/dummy.csv                                 |     2 +
 examples/dummy.csv.bz2                             |   Bin 0 -> 51 bytes
 examples/dummy.csv.gz                              |   Bin 0 -> 42 bytes
 examples/dummy2.csv                                |     2 +
 examples/dummy3.csv                                |     3 +
 examples/empty.csv                                 |     1 +
 examples/iris.csv                                  |   151 +
 examples/irismeta.csv                              |     4 +
 examples/join_a.csv                                |     4 +
 examples/join_a_short.csv                          |     4 +
 examples/join_b.csv                                |     4 +
 examples/join_no_header_row.csv                    |     4 +
 examples/join_short.csv                            |     3 +
 examples/mac_newlines.csv                          |     1 +
 examples/no_header_row.csv                         |     1 +
 examples/no_header_row2.csv                        |     1 +
 examples/no_header_row3.csv                        |     2 +
 .../realdata/Datagov_FY10_EDU_recp_by_State.csv    |    58 +
 examples/realdata/FY09_EDU_Recipients_by_State.csv |    54 +
 examples/realdata/README.csv                       |     4 +
 examples/realdata/acs2012_5yr_population.csv       |    94 +
 examples/realdata/census_2000/README.txt           |    50 +
 examples/realdata/census_2000/VROUTFSJ.TXt         |  1555 +
 .../realdata/census_2000/census2000_geo_schema.csv |    84 +
 examples/realdata/census_2000/determination.csv    |  1556 +
 .../realdata/census_2000/determination_schema.csv  |     1 +
 examples/realdata/census_2000/usgeo.upl            | 94605 +++++++++++++++++++
 examples/realdata/census_2000/usgeo_excerpt.upl    |  1000 +
 examples/realdata/census_2010/README.txt           |    21 +
 .../realdata/census_2010/census2010_geo_schema.csv |   102 +
 .../realdata/census_2010/ilgeo2010_excerpt.csv     |  1001 +
 examples/realdata/census_2010/ilgeo2010_excerpt.pl |  1000 +
 .../realdata/event-notification-rpt-lastmonth.txt  |    73 +
 examples/realdata/ks_1033_data.csv                 |  1576 +
 examples/realdata/ne_1033_data.xlsx                |   Bin 0 -> 65331 bytes
 examples/sheets.xls                                |   Bin 0 -> 19968 bytes
 examples/sheets.xlsx                               |   Bin 0 -> 10330 bytes
 examples/sheetsxls_converted.csv                   |     6 +
 examples/sheetsxlsx_converted.csv                  |     6 +
 examples/sniff_limit.csv                           |     2 +
 examples/sort_ints_nulls.csv                       |     4 +
 examples/test.xls                                  |   Bin 0 -> 18944 bytes
 examples/test.xlsx                                 |   Bin 0 -> 8966 bytes
 examples/test_extra_header.csv                     |     2 +
 examples/test_geo.csv                              |    18 +
 examples/test_geojson.csv                          |     4 +
 examples/test_geojson.json                         |    49 +
 examples/test_latin1.csv                           |     3 +
 examples/test_literal_order.csv                    |     4 +
 examples/test_utf16_big.csv                        |   Bin 0 -> 36 bytes
 examples/test_utf16_little.csv                     |   Bin 0 -> 36 bytes
 examples/test_utf8.csv                             |     3 +
 examples/testdbf.dbf                               |   Bin 0 -> 1314 bytes
 examples/testdbf_converted.csv                     |     9 +
 examples/testfixed                                 |     4 +
 examples/testfixed_converted.csv                   |     5 +
 examples/testfixed_schema.csv                      |     9 +
 examples/testfixed_schema_no_inference.csv         |     4 +
 examples/testjson.json                             |    47 +
 examples/testjson_converted.csv                    |     6 +
 examples/testjson_multiline.json                   |     2 +
 examples/testjson_multiline_converted.csv          |     3 +
 examples/testjson_nested.json                      |    28 +
 examples/testjson_nested_converted.csv             |     3 +
 examples/testxls_converted.csv                     |     6 +
 examples/testxlsx_converted.csv                    |     6 +
 setup.cfg                                          |     2 +-
 setup.py                                           |    28 +-
 tests/__init__.py                                  |     0
 tests/__init__.pyc                                 |   Bin 0 -> 132 bytes
 tests/__pycache__/__init__.cpython-33.pyc          |   Bin 0 -> 140 bytes
 tests/__pycache__/__init__.cpython-34.pyc          |   Bin 0 -> 128 bytes
 tests/__pycache__/__init__.cpython-35.pyc          |   Bin 0 -> 128 bytes
 tests/__pycache__/__init__.cpython-36.pyc          |   Bin 0 -> 128 bytes
 tests/__pycache__/test_cleanup.cpython-33.pyc      |   Bin 0 -> 5093 bytes
 tests/__pycache__/test_cleanup.cpython-34.pyc      |   Bin 0 -> 3693 bytes
 tests/__pycache__/test_cleanup.cpython-35.pyc      |   Bin 0 -> 3693 bytes
 tests/__pycache__/test_cleanup.cpython-36.pyc      |   Bin 0 -> 3314 bytes
 tests/__pycache__/test_cli.cpython-33.pyc          |   Bin 0 -> 4117 bytes
 tests/__pycache__/test_cli.cpython-34.pyc          |   Bin 0 -> 2883 bytes
 tests/__pycache__/test_cli.cpython-35.pyc          |   Bin 0 -> 2883 bytes
 tests/__pycache__/test_cli.cpython-36.pyc          |   Bin 0 -> 2606 bytes
 tests/__pycache__/test_grep.cpython-33.pyc         |   Bin 0 -> 7799 bytes
 tests/__pycache__/test_grep.cpython-34.pyc         |   Bin 0 -> 5631 bytes
 tests/__pycache__/test_grep.cpython-35.pyc         |   Bin 0 -> 5618 bytes
 tests/__pycache__/test_grep.cpython-36.pyc         |   Bin 0 -> 5141 bytes
 tests/__pycache__/test_join.cpython-33.pyc         |   Bin 0 -> 5216 bytes
 tests/__pycache__/test_join.cpython-34.pyc         |   Bin 0 -> 3918 bytes
 tests/__pycache__/test_join.cpython-35.pyc         |   Bin 0 -> 3915 bytes
 tests/__pycache__/test_join.cpython-36.pyc         |   Bin 0 -> 3470 bytes
 tests/__pycache__/test_sql.cpython-33.pyc          |   Bin 0 -> 10350 bytes
 tests/__pycache__/test_sql.cpython-34.pyc          |   Bin 0 -> 7123 bytes
 tests/__pycache__/test_sql.cpython-35.pyc          |   Bin 0 -> 7123 bytes
 tests/__pycache__/test_table.cpython-33.pyc        |   Bin 0 -> 6872 bytes
 tests/__pycache__/test_table.cpython-34.pyc        |   Bin 0 -> 4874 bytes
 tests/__pycache__/test_table.cpython-35.pyc        |   Bin 0 -> 4878 bytes
 .../__pycache__/test_typeinference.cpython-33.pyc  |   Bin 0 -> 20148 bytes
 .../__pycache__/test_typeinference.cpython-34.pyc  |   Bin 0 -> 13091 bytes
 .../__pycache__/test_typeinference.cpython-35.pyc  |   Bin 0 -> 13091 bytes
 .../__pycache__/test_typeinference.cpython-36.pyc  |   Bin 0 -> 11973 bytes
 tests/__pycache__/utils.cpython-33.pyc             |   Bin 0 -> 6320 bytes
 tests/__pycache__/utils.cpython-34.pyc             |   Bin 0 -> 4190 bytes
 tests/__pycache__/utils.cpython-35.pyc             |   Bin 0 -> 4191 bytes
 tests/__pycache__/utils.cpython-36.pyc             |   Bin 0 -> 3877 bytes
 tests/test_cleanup.py                              |    81 +
 tests/test_cleanup.pyc                             |   Bin 0 -> 3624 bytes
 tests/test_cli.py                                  |    49 +
 tests/test_cli.pyc                                 |   Bin 0 -> 2706 bytes
 tests/test_convert/__init__.py                     |     0
 tests/test_convert/__init__.pyc                    |   Bin 0 -> 145 bytes
 .../__pycache__/__init__.cpython-33.pyc            |   Bin 0 -> 153 bytes
 .../__pycache__/__init__.cpython-34.pyc            |   Bin 0 -> 141 bytes
 .../__pycache__/__init__.cpython-35.pyc            |   Bin 0 -> 141 bytes
 .../__pycache__/__init__.cpython-36.pyc            |   Bin 0 -> 141 bytes
 .../__pycache__/test_convert.cpython-33.pyc        |   Bin 0 -> 3259 bytes
 .../__pycache__/test_convert.cpython-34.pyc        |   Bin 0 -> 2030 bytes
 .../__pycache__/test_convert.cpython-35.pyc        |   Bin 0 -> 2030 bytes
 .../__pycache__/test_convert.cpython-36.pyc        |   Bin 0 -> 1920 bytes
 .../__pycache__/test_csvitself.cpython-33.pyc      |   Bin 0 -> 1103 bytes
 .../__pycache__/test_csvitself.cpython-34.pyc      |   Bin 0 -> 785 bytes
 .../__pycache__/test_csvitself.cpython-35.pyc      |   Bin 0 -> 786 bytes
 .../__pycache__/test_dbf.cpython-33.pyc            |   Bin 0 -> 1070 bytes
 .../__pycache__/test_dbf.cpython-34.pyc            |   Bin 0 -> 791 bytes
 .../__pycache__/test_dbf.cpython-35.pyc            |   Bin 0 -> 793 bytes
 .../__pycache__/test_fixed.cpython-33.pyc          |   Bin 0 -> 5565 bytes
 .../__pycache__/test_fixed.cpython-34.pyc          |   Bin 0 -> 4100 bytes
 .../__pycache__/test_fixed.cpython-35.pyc          |   Bin 0 -> 4107 bytes
 .../__pycache__/test_fixed.cpython-36.pyc          |   Bin 0 -> 3728 bytes
 .../__pycache__/test_geojson.cpython-33.pyc        |   Bin 0 -> 1923 bytes
 .../__pycache__/test_geojson.cpython-34.pyc        |   Bin 0 -> 1416 bytes
 .../__pycache__/test_geojson.cpython-35.pyc        |   Bin 0 -> 1418 bytes
 .../__pycache__/test_xls.cpython-33.pyc            |   Bin 0 -> 1532 bytes
 .../__pycache__/test_xls.cpython-34.pyc            |   Bin 0 -> 1112 bytes
 .../__pycache__/test_xls.cpython-35.pyc            |   Bin 0 -> 1116 bytes
 .../__pycache__/test_xlsx.cpython-33.pyc           |   Bin 0 -> 1558 bytes
 .../__pycache__/test_xlsx.cpython-34.pyc           |   Bin 0 -> 1126 bytes
 .../__pycache__/test_xlsx.cpython-35.pyc           |   Bin 0 -> 1130 bytes
 tests/test_convert/test_convert.py                 |    35 +
 tests/test_convert/test_convert.pyc                |   Bin 0 -> 1889 bytes
 tests/test_convert/test_csvitself.pyc              |   Bin 0 -> 799 bytes
 tests/test_convert/test_dbf.pyc                    |   Bin 0 -> 824 bytes
 tests/test_convert/test_fixed.py                   |   111 +
 tests/test_convert/test_fixed.pyc                  |   Bin 0 -> 4143 bytes
 tests/test_convert/test_geojson.pyc                |   Bin 0 -> 1447 bytes
 tests/test_convert/test_xls.pyc                    |   Bin 0 -> 1130 bytes
 tests/test_convert/test_xlsx.pyc                   |   Bin 0 -> 1140 bytes
 tests/test_grep.py                                 |   149 +
 tests/test_grep.pyc                                |   Bin 0 -> 5506 bytes
 tests/test_utilities/__init__.py                   |     0
 tests/test_utilities/__init__.pyc                  |   Bin 0 -> 147 bytes
 .../__pycache__/__init__.cpython-33.pyc            |   Bin 0 -> 155 bytes
 .../__pycache__/__init__.cpython-34.pyc            |   Bin 0 -> 143 bytes
 .../__pycache__/__init__.cpython-35.pyc            |   Bin 0 -> 143 bytes
 .../__pycache__/__init__.cpython-36.pyc            |   Bin 0 -> 143 bytes
 .../__pycache__/test_csvclean.cpython-33.pyc       |   Bin 0 -> 2845 bytes
 .../__pycache__/test_csvclean.cpython-34.pyc       |   Bin 0 -> 2088 bytes
 .../__pycache__/test_csvclean.cpython-35.pyc       |   Bin 0 -> 2091 bytes
 .../__pycache__/test_csvclean.cpython-36.pyc       |   Bin 0 -> 1916 bytes
 .../__pycache__/test_csvcut.cpython-33.pyc         |   Bin 0 -> 3905 bytes
 .../__pycache__/test_csvcut.cpython-34.pyc         |   Bin 0 -> 2613 bytes
 .../__pycache__/test_csvcut.cpython-35.pyc         |   Bin 0 -> 2614 bytes
 .../__pycache__/test_csvcut.cpython-36.pyc         |   Bin 0 -> 2439 bytes
 .../__pycache__/test_csvformat.cpython-33.pyc      |   Bin 0 -> 3906 bytes
 .../__pycache__/test_csvformat.cpython-34.pyc      |   Bin 0 -> 2574 bytes
 .../__pycache__/test_csvformat.cpython-35.pyc      |   Bin 0 -> 2578 bytes
 .../__pycache__/test_csvformat.cpython-36.pyc      |   Bin 0 -> 2425 bytes
 .../__pycache__/test_csvgrep.cpython-33.pyc        |   Bin 0 -> 4708 bytes
 .../__pycache__/test_csvgrep.cpython-34.pyc        |   Bin 0 -> 3359 bytes
 .../__pycache__/test_csvgrep.cpython-35.pyc        |   Bin 0 -> 3360 bytes
 .../__pycache__/test_csvgrep.cpython-36.pyc        |   Bin 0 -> 3139 bytes
 .../__pycache__/test_csvjoin.cpython-33.pyc        |   Bin 0 -> 4466 bytes
 .../__pycache__/test_csvjoin.cpython-34.pyc        |   Bin 0 -> 2985 bytes
 .../__pycache__/test_csvjoin.cpython-35.pyc        |   Bin 0 -> 2987 bytes
 .../__pycache__/test_csvjoin.cpython-36.pyc        |   Bin 0 -> 2781 bytes
 .../__pycache__/test_csvjson.cpython-33.pyc        |   Bin 0 -> 9215 bytes
 .../__pycache__/test_csvjson.cpython-34.pyc        |   Bin 0 -> 6907 bytes
 .../__pycache__/test_csvjson.cpython-35.pyc        |   Bin 0 -> 6892 bytes
 .../__pycache__/test_csvjson.cpython-36.pyc        |   Bin 0 -> 6436 bytes
 .../__pycache__/test_csvlook.cpython-33.pyc        |   Bin 0 -> 6564 bytes
 .../__pycache__/test_csvlook.cpython-34.pyc        |   Bin 0 -> 4499 bytes
 .../__pycache__/test_csvlook.cpython-35.pyc        |   Bin 0 -> 4501 bytes
 .../__pycache__/test_csvlook.cpython-36.pyc        |   Bin 0 -> 4272 bytes
 .../__pycache__/test_csvsort.cpython-33.pyc        |   Bin 0 -> 6498 bytes
 .../__pycache__/test_csvsort.cpython-34.pyc        |   Bin 0 -> 4333 bytes
 .../__pycache__/test_csvsort.cpython-35.pyc        |   Bin 0 -> 4335 bytes
 .../__pycache__/test_csvsort.cpython-36.pyc        |   Bin 0 -> 4050 bytes
 .../__pycache__/test_csvsql.cpython-33.pyc         |   Bin 0 -> 5962 bytes
 .../__pycache__/test_csvsql.cpython-34.pyc         |   Bin 0 -> 4375 bytes
 .../__pycache__/test_csvsql.cpython-35.pyc         |   Bin 0 -> 4380 bytes
 .../__pycache__/test_csvsql.cpython-36.pyc         |   Bin 0 -> 4026 bytes
 .../__pycache__/test_csvstack.cpython-33.pyc       |   Bin 0 -> 3629 bytes
 .../__pycache__/test_csvstack.cpython-34.pyc       |   Bin 0 -> 2510 bytes
 .../__pycache__/test_csvstack.cpython-35.pyc       |   Bin 0 -> 2511 bytes
 .../__pycache__/test_csvstack.cpython-36.pyc       |   Bin 0 -> 2339 bytes
 .../__pycache__/test_csvstat.cpython-33.pyc        |   Bin 0 -> 5834 bytes
 .../__pycache__/test_csvstat.cpython-34.pyc        |   Bin 0 -> 3991 bytes
 .../__pycache__/test_csvstat.cpython-35.pyc        |   Bin 0 -> 3992 bytes
 .../__pycache__/test_csvstat.cpython-36.pyc        |   Bin 0 -> 3704 bytes
 .../__pycache__/test_in2csv.cpython-33.pyc         |   Bin 0 -> 8386 bytes
 .../__pycache__/test_in2csv.cpython-34.pyc         |   Bin 0 -> 5599 bytes
 .../__pycache__/test_in2csv.cpython-35.pyc         |   Bin 0 -> 5605 bytes
 .../__pycache__/test_in2csv.cpython-36.pyc         |   Bin 0 -> 5326 bytes
 .../__pycache__/test_sql2csv.cpython-33.pyc        |   Bin 0 -> 6340 bytes
 .../__pycache__/test_sql2csv.cpython-34.pyc        |   Bin 0 -> 4421 bytes
 .../__pycache__/test_sql2csv.cpython-35.pyc        |   Bin 0 -> 4422 bytes
 .../__pycache__/test_sql2csv.cpython-36.pyc        |   Bin 0 -> 4123 bytes
 tests/test_utilities/test_csvclean.py              |    57 +
 tests/test_utilities/test_csvclean.pyc             |   Bin 0 -> 2147 bytes
 tests/test_utilities/test_csvcut.py                |    63 +
 tests/test_utilities/test_csvcut.pyc               |   Bin 0 -> 2570 bytes
 tests/test_utilities/test_csvformat.py             |    72 +
 tests/test_utilities/test_csvformat.pyc            |   Bin 0 -> 2547 bytes
 tests/test_utilities/test_csvgrep.py               |    56 +
 tests/test_utilities/test_csvgrep.pyc              |   Bin 0 -> 3430 bytes
 tests/test_utilities/test_csvjoin.py               |    49 +
 tests/test_utilities/test_csvjoin.pyc              |   Bin 0 -> 2957 bytes
 tests/test_utilities/test_csvjson.py               |   120 +
 tests/test_utilities/test_csvjson.pyc              |   Bin 0 -> 6860 bytes
 tests/test_utilities/test_csvlook.py               |   116 +
 tests/test_utilities/test_csvlook.pyc              |   Bin 0 -> 4401 bytes
 tests/test_utilities/test_csvsort.py               |    70 +
 tests/test_utilities/test_csvsort.pyc              |   Bin 0 -> 3634 bytes
 tests/test_utilities/test_csvsql.py                |   108 +
 tests/test_utilities/test_csvsql.pyc               |   Bin 0 -> 4418 bytes
 tests/test_utilities/test_csvstack.py              |    54 +
 tests/test_utilities/test_csvstack.pyc             |   Bin 0 -> 2465 bytes
 tests/test_utilities/test_csvstat.py               |    90 +
 tests/test_utilities/test_csvstat.pyc              |   Bin 0 -> 3954 bytes
 tests/test_utilities/test_in2csv.py                |   114 +
 tests/test_utilities/test_in2csv.pyc               |   Bin 0 -> 5355 bytes
 tests/test_utilities/test_sql2csv.py               |   119 +
 tests/test_utilities/test_sql2csv.pyc              |   Bin 0 -> 4451 bytes
 tests/utils.py                                     |   115 +
 tests/utils.pyc                                    |   Bin 0 -> 4102 bytes
 433 files changed, 134149 insertions(+), 2737 deletions(-)

diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..336970d
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2016 Christopher Groskopf and contributers 
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..7852238
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,5 @@
+include COPYING
+include README.rst
+recursive-include docs *
+recursive-include examples *
+recursive-include tests *
diff --git a/PKG-INFO b/PKG-INFO
index e3cef1b..f5afd3c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,22 +1,52 @@
 Metadata-Version: 1.1
 Name: csvkit
-Version: 0.9.1
-Summary: A library of utilities for working with CSV, the king of tabular file formats.
+Version: 1.0.1
+Summary: A suite of command-line tools for working with CSV, the king of tabular file formats.
 Home-page: http://csvkit.rtfd.org/
 Author: Christopher Groskopf
-Author-email: staringmonkey at gmail.com
+Author-email: chrisgroskopf at gmail.com
 License: MIT
-Description: csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats.
+Description: .. image:: https://secure.travis-ci.org/wireservice/csvkit.png
+            :target: https://travis-ci.org/wireservice/csvkit
+            :alt: Build Status
         
-        It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska and Aaron Bycoffe.
+        .. image:: https://gemnasium.com/wireservice/csvkit.png
+            :target: https://gemnasium.com/wireservice/csvkit
+            :alt: Dependency Status
+        
+        .. image:: https://coveralls.io/repos/wireservice/csvkit/badge.png?branch=master
+            :target: https://coveralls.io/r/wireservice/csvkit
+            :alt: Coverage Status
+        
+        .. image:: https://img.shields.io/pypi/dw/csvkit.svg
+            :target: https://pypi.python.org/pypi/csvkit
+            :alt: PyPI downloads
+        
+        .. image:: https://img.shields.io/pypi/v/csvkit.svg
+            :target: https://pypi.python.org/pypi/csvkit
+            :alt: Version
+        
+        .. image:: https://img.shields.io/pypi/l/csvkit.svg
+            :target: https://pypi.python.org/pypi/csvkit
+            :alt: License
+        
+        .. image:: https://img.shields.io/pypi/pyversions/csvkit.svg
+            :target: https://pypi.python.org/pypi/csvkit
+            :alt: Support Python versions
+        
+        csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats.
+        
+        It is inspired by pdftk, gdal and the original csvcut tool by Joe Germuska and Aaron Bycoffe.
+        
+        If you need to do more complex data analysis than csvkit can handle, use `agate <https://github.com/wireservice/agate>`_.
         
         Important links:
         
-        * Repository:    https://github.com/onyxfish/csvkit
-        * Issues:        https://github.com/onyxfish/csvkit/issues
+        * Repository:    https://github.com/wireservice/csvkit
+        * Issues:        https://github.com/wireservice/csvkit/issues
         * Documentation: http://csvkit.rtfd.org/
-        * Schemas:       https://github.com/onyxfish/ffs
-        * Buildbot:      https://travis-ci.org/onyxfish/csvkit
+        * Schemas:       https://github.com/wireservice/ffs
+        * Buildbot:      https://travis-ci.org/wireservice/csvkit
         
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
@@ -28,10 +58,11 @@ Classifier: License :: OSI Approved :: MIT License
 Classifier: Natural Language :: English
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Scientific/Engineering :: Information Analysis
diff --git a/README b/README
deleted file mode 100644
index 0d5677a..0000000
--- a/README
+++ /dev/null
@@ -1,11 +0,0 @@
-csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats.
-
-It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska and Aaron Bycoffe.
-
-Important links:
-
-* Repository:    https://github.com/onyxfish/csvkit
-* Issues:        https://github.com/onyxfish/csvkit/issues
-* Documentation: http://csvkit.rtfd.org/
-* Schemas:       https://github.com/onyxfish/ffs
-* Buildbot:      https://travis-ci.org/onyxfish/csvkit
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..47777fa
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,41 @@
+.. image:: https://secure.travis-ci.org/wireservice/csvkit.png
+    :target: https://travis-ci.org/wireservice/csvkit
+    :alt: Build Status
+
+.. image:: https://gemnasium.com/wireservice/csvkit.png
+    :target: https://gemnasium.com/wireservice/csvkit
+    :alt: Dependency Status
+
+.. image:: https://coveralls.io/repos/wireservice/csvkit/badge.png?branch=master
+    :target: https://coveralls.io/r/wireservice/csvkit
+    :alt: Coverage Status
+
+.. image:: https://img.shields.io/pypi/dw/csvkit.svg
+    :target: https://pypi.python.org/pypi/csvkit
+    :alt: PyPI downloads
+
+.. image:: https://img.shields.io/pypi/v/csvkit.svg
+    :target: https://pypi.python.org/pypi/csvkit
+    :alt: Version
+
+.. image:: https://img.shields.io/pypi/l/csvkit.svg
+    :target: https://pypi.python.org/pypi/csvkit
+    :alt: License
+
+.. image:: https://img.shields.io/pypi/pyversions/csvkit.svg
+    :target: https://pypi.python.org/pypi/csvkit
+    :alt: Support Python versions
+
+csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats.
+
+It is inspired by pdftk, gdal and the original csvcut tool by Joe Germuska and Aaron Bycoffe.
+
+If you need to do more complex data analysis than csvkit can handle, use `agate <https://github.com/wireservice/agate>`_.
+
+Important links:
+
+* Repository:    https://github.com/wireservice/csvkit
+* Issues:        https://github.com/wireservice/csvkit/issues
+* Documentation: http://csvkit.rtfd.org/
+* Schemas:       https://github.com/wireservice/ffs
+* Buildbot:      https://travis-ci.org/wireservice/csvkit
diff --git a/csvkit.egg-info/PKG-INFO b/csvkit.egg-info/PKG-INFO
index e3cef1b..f5afd3c 100644
--- a/csvkit.egg-info/PKG-INFO
+++ b/csvkit.egg-info/PKG-INFO
@@ -1,22 +1,52 @@
 Metadata-Version: 1.1
 Name: csvkit
-Version: 0.9.1
-Summary: A library of utilities for working with CSV, the king of tabular file formats.
+Version: 1.0.1
+Summary: A suite of command-line tools for working with CSV, the king of tabular file formats.
 Home-page: http://csvkit.rtfd.org/
 Author: Christopher Groskopf
-Author-email: staringmonkey at gmail.com
+Author-email: chrisgroskopf at gmail.com
 License: MIT
-Description: csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats.
+Description: .. image:: https://secure.travis-ci.org/wireservice/csvkit.png
+            :target: https://travis-ci.org/wireservice/csvkit
+            :alt: Build Status
         
-        It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska and Aaron Bycoffe.
+        .. image:: https://gemnasium.com/wireservice/csvkit.png
+            :target: https://gemnasium.com/wireservice/csvkit
+            :alt: Dependency Status
+        
+        .. image:: https://coveralls.io/repos/wireservice/csvkit/badge.png?branch=master
+            :target: https://coveralls.io/r/wireservice/csvkit
+            :alt: Coverage Status
+        
+        .. image:: https://img.shields.io/pypi/dw/csvkit.svg
+            :target: https://pypi.python.org/pypi/csvkit
+            :alt: PyPI downloads
+        
+        .. image:: https://img.shields.io/pypi/v/csvkit.svg
+            :target: https://pypi.python.org/pypi/csvkit
+            :alt: Version
+        
+        .. image:: https://img.shields.io/pypi/l/csvkit.svg
+            :target: https://pypi.python.org/pypi/csvkit
+            :alt: License
+        
+        .. image:: https://img.shields.io/pypi/pyversions/csvkit.svg
+            :target: https://pypi.python.org/pypi/csvkit
+            :alt: Support Python versions
+        
+        csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats.
+        
+        It is inspired by pdftk, gdal and the original csvcut tool by Joe Germuska and Aaron Bycoffe.
+        
+        If you need to do more complex data analysis than csvkit can handle, use `agate <https://github.com/wireservice/agate>`_.
         
         Important links:
         
-        * Repository:    https://github.com/onyxfish/csvkit
-        * Issues:        https://github.com/onyxfish/csvkit/issues
+        * Repository:    https://github.com/wireservice/csvkit
+        * Issues:        https://github.com/wireservice/csvkit/issues
         * Documentation: http://csvkit.rtfd.org/
-        * Schemas:       https://github.com/onyxfish/ffs
-        * Buildbot:      https://travis-ci.org/onyxfish/csvkit
+        * Schemas:       https://github.com/wireservice/ffs
+        * Buildbot:      https://travis-ci.org/wireservice/csvkit
         
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
@@ -28,10 +58,11 @@ Classifier: License :: OSI Approved :: MIT License
 Classifier: Natural Language :: English
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Scientific/Engineering :: Information Analysis
diff --git a/csvkit.egg-info/SOURCES.txt b/csvkit.egg-info/SOURCES.txt
index 2b15f5e..320003a 100644
--- a/csvkit.egg-info/SOURCES.txt
+++ b/csvkit.egg-info/SOURCES.txt
@@ -1,19 +1,12 @@
-README
+COPYING
+MANIFEST.in
+README.rst
 setup.py
 csvkit/__init__.py
 csvkit/cleanup.py
 csvkit/cli.py
 csvkit/exceptions.py
 csvkit/grep.py
-csvkit/headers.py
-csvkit/join.py
-csvkit/py2.py
-csvkit/py3.py
-csvkit/sniffer.py
-csvkit/sql.py
-csvkit/table.py
-csvkit/typeinference.py
-csvkit/unicsv.py
 csvkit.egg-info/PKG-INFO
 csvkit.egg-info/SOURCES.txt
 csvkit.egg-info/dependency_links.txt
@@ -21,14 +14,8 @@ csvkit.egg-info/entry_points.txt
 csvkit.egg-info/requires.txt
 csvkit.egg-info/top_level.txt
 csvkit/convert/__init__.py
-csvkit/convert/csvitself.py
-csvkit/convert/dbase.py
 csvkit/convert/fixed.py
 csvkit/convert/geojs.py
-csvkit/convert/js.py
-csvkit/convert/ndjs.py
-csvkit/convert/xls.py
-csvkit/convert/xlsx.py
 csvkit/utilities/__init__.py
 csvkit/utilities/csvclean.py
 csvkit/utilities/csvcut.py
@@ -43,4 +30,390 @@ csvkit/utilities/csvsql.py
 csvkit/utilities/csvstack.py
 csvkit/utilities/csvstat.py
 csvkit/utilities/in2csv.py
-csvkit/utilities/sql2csv.py
\ No newline at end of file
+csvkit/utilities/sql2csv.py
+docs/Makefile
+docs/changelog.rst
+docs/cli.rst
+docs/common_arguments.rst
+docs/conf.py
+docs/contributing.rst
+docs/index.rst
+docs/license.rst
+docs/release.rst
+docs/tricks.rst
+docs/tutorial.rst
+docs/_build/doctrees/changelog.doctree
+docs/_build/doctrees/cli.doctree
+docs/_build/doctrees/common_arguments.doctree
+docs/_build/doctrees/contributing.doctree
+docs/_build/doctrees/environment.pickle
+docs/_build/doctrees/index.doctree
+docs/_build/doctrees/install.doctree
+docs/_build/doctrees/license.doctree
+docs/_build/doctrees/release.doctree
+docs/_build/doctrees/tricks.doctree
+docs/_build/doctrees/tutorial.doctree
+docs/_build/doctrees/scripts/csvclean.doctree
+docs/_build/doctrees/scripts/csvcut.doctree
+docs/_build/doctrees/scripts/csvformat.doctree
+docs/_build/doctrees/scripts/csvgrep.doctree
+docs/_build/doctrees/scripts/csvjoin.doctree
+docs/_build/doctrees/scripts/csvjson.doctree
+docs/_build/doctrees/scripts/csvlook.doctree
+docs/_build/doctrees/scripts/csvpy.doctree
+docs/_build/doctrees/scripts/csvsort.doctree
+docs/_build/doctrees/scripts/csvsql.doctree
+docs/_build/doctrees/scripts/csvstack.doctree
+docs/_build/doctrees/scripts/csvstat.doctree
+docs/_build/doctrees/scripts/in2csv.doctree
+docs/_build/doctrees/scripts/sql2csv.doctree
+docs/_build/doctrees/tutorial/1_getting_started.doctree
+docs/_build/doctrees/tutorial/2_examining_the_data.doctree
+docs/_build/doctrees/tutorial/3_power_tools.doctree
+docs/_build/doctrees/tutorial/4_going_elsewhere.doctree
+docs/_build/html/.buildinfo
+docs/_build/html/changelog.html
+docs/_build/html/cli.html
+docs/_build/html/common_arguments.html
+docs/_build/html/contributing.html
+docs/_build/html/genindex.html
+docs/_build/html/index.html
+docs/_build/html/install.html
+docs/_build/html/license.html
+docs/_build/html/objects.inv
+docs/_build/html/release.html
+docs/_build/html/search.html
+docs/_build/html/searchindex.js
+docs/_build/html/tricks.html
+docs/_build/html/tutorial.html
+docs/_build/html/_sources/changelog.txt
+docs/_build/html/_sources/cli.txt
+docs/_build/html/_sources/common_arguments.txt
+docs/_build/html/_sources/contributing.txt
+docs/_build/html/_sources/index.txt
+docs/_build/html/_sources/install.txt
+docs/_build/html/_sources/license.txt
+docs/_build/html/_sources/release.txt
+docs/_build/html/_sources/tricks.txt
+docs/_build/html/_sources/tutorial.txt
+docs/_build/html/_sources/scripts/csvclean.txt
+docs/_build/html/_sources/scripts/csvcut.txt
+docs/_build/html/_sources/scripts/csvformat.txt
+docs/_build/html/_sources/scripts/csvgrep.txt
+docs/_build/html/_sources/scripts/csvjoin.txt
+docs/_build/html/_sources/scripts/csvjson.txt
+docs/_build/html/_sources/scripts/csvlook.txt
+docs/_build/html/_sources/scripts/csvpy.txt
+docs/_build/html/_sources/scripts/csvsort.txt
+docs/_build/html/_sources/scripts/csvsql.txt
+docs/_build/html/_sources/scripts/csvstack.txt
+docs/_build/html/_sources/scripts/csvstat.txt
+docs/_build/html/_sources/scripts/in2csv.txt
+docs/_build/html/_sources/scripts/sql2csv.txt
+docs/_build/html/_sources/tutorial/1_getting_started.txt
+docs/_build/html/_sources/tutorial/2_examining_the_data.txt
+docs/_build/html/_sources/tutorial/3_power_tools.txt
+docs/_build/html/_sources/tutorial/4_going_elsewhere.txt
+docs/_build/html/_static/ajax-loader.gif
+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/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/_static/css/badge_only.css
+docs/_build/html/_static/css/theme.css
+docs/_build/html/_static/fonts/Inconsolata-Bold.ttf
+docs/_build/html/_static/fonts/Inconsolata-Regular.ttf
+docs/_build/html/_static/fonts/Lato-Bold.ttf
+docs/_build/html/_static/fonts/Lato-Regular.ttf
+docs/_build/html/_static/fonts/RobotoSlab-Bold.ttf
+docs/_build/html/_static/fonts/RobotoSlab-Regular.ttf
+docs/_build/html/_static/fonts/fontawesome-webfont.eot
+docs/_build/html/_static/fonts/fontawesome-webfont.svg
+docs/_build/html/_static/fonts/fontawesome-webfont.ttf
+docs/_build/html/_static/fonts/fontawesome-webfont.woff
+docs/_build/html/_static/js/modernizr.min.js
+docs/_build/html/_static/js/theme.js
+docs/_build/html/scripts/csvclean.html
+docs/_build/html/scripts/csvcut.html
+docs/_build/html/scripts/csvformat.html
+docs/_build/html/scripts/csvgrep.html
+docs/_build/html/scripts/csvjoin.html
+docs/_build/html/scripts/csvjson.html
+docs/_build/html/scripts/csvlook.html
+docs/_build/html/scripts/csvpy.html
+docs/_build/html/scripts/csvsort.html
+docs/_build/html/scripts/csvsql.html
+docs/_build/html/scripts/csvstack.html
+docs/_build/html/scripts/csvstat.html
+docs/_build/html/scripts/in2csv.html
+docs/_build/html/scripts/sql2csv.html
+docs/_build/html/tutorial/1_getting_started.html
+docs/_build/html/tutorial/2_examining_the_data.html
+docs/_build/html/tutorial/3_power_tools.html
+docs/_build/html/tutorial/4_going_elsewhere.html
+docs/scripts/csvclean.rst
+docs/scripts/csvcut.rst
+docs/scripts/csvformat.rst
+docs/scripts/csvgrep.rst
+docs/scripts/csvjoin.rst
+docs/scripts/csvjson.rst
+docs/scripts/csvlook.rst
+docs/scripts/csvpy.rst
+docs/scripts/csvsort.rst
+docs/scripts/csvsql.rst
+docs/scripts/csvstack.rst
+docs/scripts/csvstat.rst
+docs/scripts/in2csv.rst
+docs/scripts/sql2csv.rst
+docs/tutorial/1_getting_started.rst
+docs/tutorial/2_examining_the_data.rst
+docs/tutorial/3_power_tools.rst
+docs/tutorial/4_going_elsewhere.rst
+examples/bad.csv
+examples/dummy.csv
+examples/dummy.csv.bz2
+examples/dummy.csv.gz
+examples/dummy2.csv
+examples/dummy3.csv
+examples/empty.csv
+examples/iris.csv
+examples/irismeta.csv
+examples/join_a.csv
+examples/join_a_short.csv
+examples/join_b.csv
+examples/join_no_header_row.csv
+examples/join_short.csv
+examples/mac_newlines.csv
+examples/no_header_row.csv
+examples/no_header_row2.csv
+examples/no_header_row3.csv
+examples/sheets.xls
+examples/sheets.xlsx
+examples/sheetsxls_converted.csv
+examples/sheetsxlsx_converted.csv
+examples/sniff_limit.csv
+examples/sort_ints_nulls.csv
+examples/test.xls
+examples/test.xlsx
+examples/test_extra_header.csv
+examples/test_geo.csv
+examples/test_geojson.csv
+examples/test_geojson.json
+examples/test_latin1.csv
+examples/test_literal_order.csv
+examples/test_utf16_big.csv
+examples/test_utf16_little.csv
+examples/test_utf8.csv
+examples/testdbf.dbf
+examples/testdbf_converted.csv
+examples/testfixed
+examples/testfixed_converted.csv
+examples/testfixed_schema.csv
+examples/testfixed_schema_no_inference.csv
+examples/testjson.json
+examples/testjson_converted.csv
+examples/testjson_multiline.json
+examples/testjson_multiline_converted.csv
+examples/testjson_nested.json
+examples/testjson_nested_converted.csv
+examples/testxls_converted.csv
+examples/testxlsx_converted.csv
+examples/realdata/Datagov_FY10_EDU_recp_by_State.csv
+examples/realdata/FY09_EDU_Recipients_by_State.csv
+examples/realdata/README.csv
+examples/realdata/acs2012_5yr_population.csv
+examples/realdata/event-notification-rpt-lastmonth.txt
+examples/realdata/ks_1033_data.csv
+examples/realdata/ne_1033_data.xlsx
+examples/realdata/census_2000/README.txt
+examples/realdata/census_2000/VROUTFSJ.TXt
+examples/realdata/census_2000/census2000_geo_schema.csv
+examples/realdata/census_2000/determination.csv
+examples/realdata/census_2000/determination_schema.csv
+examples/realdata/census_2000/usgeo.upl
+examples/realdata/census_2000/usgeo_excerpt.upl
+examples/realdata/census_2010/README.txt
+examples/realdata/census_2010/census2010_geo_schema.csv
+examples/realdata/census_2010/ilgeo2010_excerpt.csv
+examples/realdata/census_2010/ilgeo2010_excerpt.pl
+tests/__init__.py
+tests/__init__.pyc
+tests/test_cleanup.py
+tests/test_cleanup.pyc
+tests/test_cli.py
+tests/test_cli.pyc
+tests/test_grep.py
+tests/test_grep.pyc
+tests/utils.py
+tests/utils.pyc
+tests/__pycache__/__init__.cpython-33.pyc
+tests/__pycache__/__init__.cpython-34.pyc
+tests/__pycache__/__init__.cpython-35.pyc
+tests/__pycache__/__init__.cpython-36.pyc
+tests/__pycache__/test_cleanup.cpython-33.pyc
+tests/__pycache__/test_cleanup.cpython-34.pyc
+tests/__pycache__/test_cleanup.cpython-35.pyc
+tests/__pycache__/test_cleanup.cpython-36.pyc
+tests/__pycache__/test_cli.cpython-33.pyc
+tests/__pycache__/test_cli.cpython-34.pyc
+tests/__pycache__/test_cli.cpython-35.pyc
+tests/__pycache__/test_cli.cpython-36.pyc
+tests/__pycache__/test_grep.cpython-33.pyc
+tests/__pycache__/test_grep.cpython-34.pyc
+tests/__pycache__/test_grep.cpython-35.pyc
+tests/__pycache__/test_grep.cpython-36.pyc
+tests/__pycache__/test_join.cpython-33.pyc
+tests/__pycache__/test_join.cpython-34.pyc
+tests/__pycache__/test_join.cpython-35.pyc
+tests/__pycache__/test_join.cpython-36.pyc
... 139922 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/csvkit.git



More information about the Python-modules-commits mailing list