From 531aff9fc7b3640d1fa9b78068f308da28e6bb66 Mon Sep 17 00:00:00 2001 From: Olivier Binette Date: Sat, 25 Nov 2023 18:14:35 -0500 Subject: [PATCH] rename package in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10fe2d4..46607da 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -[![Tests](https://github.com/OlivierBinette/BetterCSV/actions/workflows/test.yml/badge.svg)](https://github.com/OlivierBinette/BetterCSV/actions/workflows/test.yml) -[![codecov](https://codecov.io/gh/OlivierBinette/BetterCSV/graph/badge.svg?token=YHS28KEJB9)](https://codecov.io/gh/OlivierBinette/BetterCSV) -[![CodeFactor](https://www.codefactor.io/repository/github/olivierbinette/bettercsv/badge)](https://www.codefactor.io/repository/github/olivierbinette/bettercsv) +[![Tests](https://github.com/OlivierBinette/CSVMeta/actions/workflows/test.yml/badge.svg)](https://github.com/OlivierBinette/CSVMeta/actions/workflows/test.yml) +[![codecov](https://codecov.io/gh/OlivierBinette/CSVMeta/graph/badge.svg?token=YHS28KEJB9)](https://codecov.io/gh/OlivierBinette/CSVMeta) +[![CodeFactor](https://www.codefactor.io/repository/github/olivierbinette/CSVMeta/badge)](https://www.codefactor.io/repository/github/olivierbinette/CSVMeta) ![MIT license](https://img.shields.io/badge/License-MIT-blue.svg) -# BetterCSV +# CSVMeta -**BetterCSV** is an extremely lightweight Python package designed to work with csv files and attached metadata. It writes data to an arbitrary folder such as `mydata.csv/` and creates two internal files: +**CSVMeta** is an extremely lightweight Python package designed to work with csv files and attached metadata. It writes data to an arbitrary folder such as `mydata.csv/` and creates two internal files: - `mydata.csv/data.csv`: the usual csv file. - `mydata.csv/metadata.json`: metadata about the csv file, such as the [csv dialect](https://docs.python.org/3/library/csv.html#csv-fmt-params).