Metadata-Version: 2.4
Name: pyds-cli
Version: 0.6.15
Requires-Python: >=3.10
Requires-Dist: case-converter>=1.0.2
Requires-Dist: cookiecutter
Requires-Dist: jinja2-strcase>=0.0.2
Requires-Dist: jinja2>=3.0.2
Requires-Dist: juv>=0.2.18
Requires-Dist: loguru>=0.5.3
Requires-Dist: pre-commit
Requires-Dist: pyprojroot
Requires-Dist: python-dotenv>=0.19.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=10.12.0
Requires-Dist: ruamel-yaml>=0.17.17
Requires-Dist: sh==2.1
Requires-Dist: tomli<3,>=2.0.2
Requires-Dist: typer>=0.3.8
Description-Content-Type: text/markdown

# PyDS CLI
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Helping you manage your data science projects _sanely_.

[![asciicast](https://asciinema.org/a/quuvL2LCafmRfpFAbQLREwpke.svg)](https://asciinema.org/a/quuvL2LCafmRfpFAbQLREwpke)

## Requirements

- `pixi` on your PATH
- `git` on your PATH
- `uv` on your PATH

## Quickstart

Install from PyPI (package name **`pyds-cli`**; the CLI command is **`pyds`**):

```bash
pip install pyds-cli
```

Or install the latest revision from Git:

```bash
pip install git+https://github.com/ericmjl/pyds-cli
```

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://ericmjl.github.io/"><img src="https://avatars.githubusercontent.com/u/2631566?v=4?s=100" width="100px;" alt="Eric Ma"/><br /><sub><b>Eric Ma</b></sub></a><br /><a href="https://github.com/ericmjl/pyds-cli/commits?author=ericmjl" title="Code">💻</a> <a href="#infra-ericmjl" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/ericmjl/pyds-cli/commits?author=ericmjl" title="Tests">⚠️</a> <a href="#tutorial-ericmjl" title="Tutorials">✅</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://www.loganthomas.dev"><img src="https://avatars.githubusercontent.com/u/24984410?v=4?s=100" width="100px;" alt="Logan Thomas"/><br /><sub><b>Logan Thomas</b></sub></a><br /><a href="#ideas-loganthomas" title="Ideas, Planning, & Feedback">🤔</a></td>
      <td align="center" valign="top" width="14.28%"><a href="http://giessel.com"><img src="https://avatars.githubusercontent.com/u/1160997?v=4?s=100" width="100px;" alt="andrew giessel"/><br /><sub><b>andrew giessel</b></sub></a><br /><a href="#ideas-andrewgiessel" title="Ideas, Planning, & Feedback">🤔</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/amenda860111"><img src="https://avatars.githubusercontent.com/u/32970102?v=4?s=100" width="100px;" alt="Amanda"/><br /><sub><b>Amanda</b></sub></a><br /><a href="#ideas-amenda860111" title="Ideas, Planning, & Feedback">🤔</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://matdagommer.github.io/"><img src="https://avatars.githubusercontent.com/u/64140055?v=4?s=100" width="100px;" alt="Matthieu Dagommer"/><br /><sub><b>Matthieu Dagommer</b></sub></a><br /><a href="https://github.com/ericmjl/pyds-cli/commits?author=MatDagommer" title="Code">💻</a></td>
    </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
