File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # tshu
2-
31!!! WARNING
4- Work in progress, the API might change .
2+ WIP. Until v1.0.0 is released, API is subject to drastic changes .
53
6- ``` python
7- from tshu import sh
8- await sh(t " uv add tshu" )
9- ```
4+ [ ![ image ] ( https://img.shields.io/pypi/v/tshu.svg )] ( https://pypi. python.org/pypi/tshu )
5+ [ ![ image ] ( https://img.shields.io/pypi/l/ tshu.svg )] ( https://github.com/aspizu/tshu/blob/main/LICENSE )
6+ [ ![ image ] ( https://img.shields.io/pypi/pyversions/ tshu.svg )] ( https://pypi.python.org/pypi/tshu )
7+ [ ![ Discord ] ( https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white )] ( https://discord.gg/MMfMkRuhAf )
108
119Run safe and cross-platform bash commands using Python 3.14's t-strings
1210
1311Uses [ brush] ( https://github.com/reubeno/brush ) for a cross-platform bash implementation.
1412
13+ ``` py
14+ from tshu import sh
15+ await sh(t" uv add tshu" )
16+ ```
17+
1518## Installation
1619
1720``` shell
You can’t perform that action at this time.
0 commit comments