Skip to content

Commit

Permalink
rename package in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBinette committed Nov 25, 2023
1 parent 51d5b3d commit 531aff9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 531aff9

Please sign in to comment.