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