Metadata-Version: 2.1
Name: skyler-cli
Version: 0.8.0
Summary: Skyler's toolbox of handy CLI utils
Author: bouldersky
Author-email: skyarnold1@me.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: chevron (==0.14.0)
Requires-Dist: pydicom (>=2.4.4,<3.0.0)
Requires-Dist: pylibmagic (>=0.5.0,<0.6.0)
Requires-Dist: python-magic (>=0.4.27,<0.5.0)
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Description-Content-Type: text/markdown

# Skyler's CLI
[![Test](https://github.com/bouldersky/skylers-cli/actions/workflows/test.yml/badge.svg)](https://github.com/bouldersky/skylers-cli/actions/workflows/test.yml)

This is a modular CLI tool box that I tailor to my needs over time. It includes:

- A command to bootstrap all my . files onto a new workstation
- Pretty printing DICOM files

### Setting up
This project uses pre-commit hooks for linting & whatnot. Set it up first by [installing pre-commit](https://pre-commit.com/#install):

```shell
# You can probably also use in a pip in a venv, I imagine
pipx install pre-commit
```

and then by running:

```shell
pre-commit install
```

