Metadata-Version: 2.1
Name: csvskim
Version: 0.1
Summary: little utility for skimming CSV files from the command line
Home-page: https://github.com/dannguyen/csvskim
Author: Dan Nguyen
License: Apache License, Version 2.0
Project-URL: Issues, https://github.dannguyen/dannguyen/csvskim/issues
Project-URL: CI, https://github.com/simonw/csvskim/actions
Project-URL: Changelog, https://github.com/dannguyen/csvskim/releases
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# csvskim

A command-line utility for quickly inspecting CSV files 


Install this tool using `pip`:



```bash
pip install csvskim
```




## Notes

2024-03-14: just a placeholder for now


