From 31e655c0be3b0ea1f6f29e28926aba0caaf5d172 Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Mon, 26 Feb 2024 12:09:24 -0600 Subject: [PATCH] Add installation instructions and regen docs. --- README.md | 5 +++++ docs/csv_batcher.html | 9 +++++++-- docs/search.js | 2 +- pyproject.toml | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 980d578..7064520 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # csv-batcher +A python-based, multiprocess CSV batcher suitable for +use with dataframes or other tools that deal with large CSV files (or those that require timely processing). ## Installation pip install csv-batcher +## GitHub + + ## Documentation https://tangledpath.github.io/csv-batcher/csv_batcher.html diff --git a/docs/csv_batcher.html b/docs/csv_batcher.html index 7d1dfcf..d562e1c 100644 --- a/docs/csv_batcher.html +++ b/docs/csv_batcher.html @@ -26,6 +26,7 @@

Contents

  • csv-batcher