AUTHORS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
benchmark/README.md
benchmark/bench.py
benchmark/generate_data_to_csv.py
benchmark/requirements.txt
benchmark/examples/10k_rows_1_thread_1_batch/overall_speed_time.png
benchmark/examples/10k_rows_1_thread_1_batch/threads_speed_time.png
benchmark/examples/1m_rows_10_threads_100_batch/errors_cumulative.png
benchmark/examples/1m_rows_10_threads_100_batch/overall_speed_time.png
benchmark/examples/1m_rows_10_threads_100_batch/threads_speed_time.png
docs/index.html
docs/picopyn.html
docs/search.js
docs/picopyn/client.html
docs/picopyn/connection.html
docs/picopyn/pool.html
picopyn/__init__.py
picopyn/client.py
picopyn/connection.py
picopyn/pool.py
picopyn.egg-info/PKG-INFO
picopyn.egg-info/SOURCES.txt
picopyn.egg-info/dependency_links.txt
picopyn.egg-info/requires.txt
picopyn.egg-info/top_level.txt
tests/test_client.py
tests/test_connection.py
tests/test_connection_pool.py
tests/test_sql_types.py