CHANGES.txt
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
run-tests.py
setup.cfg
setup.py
tox.ini
csv23/__init__.py
csv23/_common.py
csv23/_dispatch.py
csv23/_workarounds.py
csv23/dialects.py
csv23/extras.py
csv23/openers.py
csv23/readers.py
csv23/shortcuts.py
csv23/writers.py
csv23.egg-info/PKG-INFO
csv23.egg-info/SOURCES.txt
csv23.egg-info/dependency_links.txt
csv23.egg-info/requires.txt
csv23.egg-info/top_level.txt
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
tests/conftest.py
tests/test_common.py
tests/test_dialect.py
tests/test_encoding.py
tests/test_extras.py
tests/test_init.py
tests/test_openers.py
tests/test_readers.py
tests/test_rowtype.py
tests/test_shortcuts.py
tests/test_stdlib_csv.py
tests/test_stdlib_truncate.py
tests/test_workarounds.py
tests/test_writers.py