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

Hashes a given column of a CSV file.

## Requirements

Running:

* [Python 3](https://python.org).
* [Pandas](https://pandas.pydata.org).
* [python-humanfriendly](https://github.com/xolox/python-humanfriendly).

Testing:

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

## Testing

    make vendor
    make test