aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0e9531a7ea81c25d7144660b577837b50413ef85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# csv-hasher

Hashes a given column of a CSV file.

## Requirements

Running:

* [Python 3](https://python.org).
* [Pandas](https://pandas.pydata.org).

Testing:

* [GNU Make](https://www.gnu.org/software/make/).
* [Pipenv](https://pipenv.pypa.io).

## Testing

    make vendor
    make test