Metadata-Version: 2.1
Name: shell-command-launcher
Version: 1.1.0
Summary: A simple tool to launch shell command many times.
Author-email: shenmishajing <shenmishajing@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/shenmishajing/shell_command_launcher
Project-URL: Repository, https://github.com/shenmishajing/shell_command_launcher
Project-URL: Documentation, https://shell-command-launcher.readthedocs.io
Project-URL: Issues, https://github.com/shenmishajing/shell_command_launcher/issues
Project-URL: Changelog, https://github.com/shenmishajing/shell_command_launcher/blob/main/docs/get_started/changelog.md
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Natural Language :: English
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jsonargparse
Provides-Extra: all
Requires-Dist: shell-command-launcher[build,dev,doc,test] ; extra == 'all'
Provides-Extra: build
Requires-Dist: build ; extra == 'build'
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: commitizen ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-autobuild ; extra == 'doc'
Requires-Dist: sphinx-book-theme ; extra == 'doc'
Requires-Dist: sphinx-autoapi ; extra == 'doc'
Requires-Dist: myst-parser ; extra == 'doc'
Requires-Dist: sphinx-design ; extra == 'doc'
Provides-Extra: test
Requires-Dist: tox ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

## Shell Command Launcher

A simple tool to launch shell command many times.

## Installation

```bash
pip install shell-command-launcher
```

## Contribution

See [contribution docs](docs/get_started/contribution.md) for details.

## Release versions

We use [setuptools_scm](https://github.com/pypa/setuptools_scm/) for versioning. For the versions available, see the [tags](https://github.com/shenmishajing/lightning_template/tags) on this repository.

## License

This project is licensed under the MIT License.

## Star History

<picture>
  <source
    media="(prefers-color-scheme: dark)"
    srcset="
      https://api.star-history.com/svg?repos=shenmishajing/shell_command_launcher&type=Date&theme=dark
    "
  />
  <source
    media="(prefers-color-scheme: light)"
    srcset="
      https://api.star-history.com/svg?repos=shenmishajing/shell_command_launcher&type=Date
    "
  />
  <img
    alt="Star History Chart"
    src="https://api.star-history.com/svg?repos=shenmishajing/shell_command_launcher&type=Date"
  />
</picture>
