Metadata-Version: 2.1
Name: sampy_cli
Version: 0.1
Summary: A simple CLI tool for sampling and plotting (weight) samples.
Home-page: https://github.com/lumagician/sampy
Author: Leo Hofer
Author-email: contact@leohofer.dev
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: matplotlib

# Sample Tool

Sample Tool is a simple CLI tool for creating and plotting sample data stored in CSV files. This is mostly about learnign how to neatly package a python cli tool ;)

## Installation

You can install Sample Tool with pip:

```bash
pip install .
```
