Metadata-Version: 2.4
Name: TUtils-cli
Version: 0.1.1a1
Summary: TUtils command-line utility toolkit
Project-URL: Homepage, https://github.com/ruxia-TJY/TUtils
Project-URL: Documentation, https://github.com/ruxia-TJY/TUtils
Project-URL: Repository, https://github.com/ruxia-TJY/TUtils.git
Project-URL: Issues, https://github.com/ruxia-TJY/TUtils/issues
Project-URL: Changelog, https://github.com/ruxia-TJY/TUtils/blob/main/CHANGELOG.md
Author-email: Jared3Dev <ruxia.tjy@qq.com>
License-File: LICENSE
Keywords: TUtils,TUtils-cli,cli,command-line
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Requires-Python: >=3.10
Requires-Dist: markdown>=3.4
Requires-Dist: pydantic>=1.10.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich
Requires-Dist: typer>=0.23.1
Description-Content-Type: text/markdown

# TUtils

Most of my work involves using the command line, and sometimes it's simply faster than launching new software. I love Python because countless talented developers have created powerful packages that let me accomplish all sorts of tasks through it. I want to build a command-line tool that lets me achieve what I need without worrying about the underlying code. And I'm still developing it.    

See [doc](./docs/index.md) for more details.

## How to Use 

  You can install TUtils using pip:
  
  ```
  pip install tutils-cli
  ```

  After installation, you can use the `tutils` command followed by the desired subcommand to perform various tasks. For example:
  
  ```
  tutils subcommand [options]
  ```

  For detailed usage instructions and available subcommands, please refer to the documentation or run:
  
  ```
  tutils --help
  ```

## LICENSE

MIT,Thanks!