shelltastic 0.2.0__tar.gz → 0.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,22 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shelltastic
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: A fantastic shell command runner for python
5
5
  Author: Bearmine
6
6
  License-Expression: MPL-2.0
7
7
  License-File: LICENSE
8
8
  Requires-Python: >=3.12
9
+ Project-URL: Repository, https://forge.bearmine.com/bearmine/shelltastic
9
10
  Description-Content-Type: text/markdown
10
11
 
11
12
  # shelltastic
12
13
 
14
+ ## Install
15
+
16
+ ```sh
17
+ pip install shelltastic
18
+ ```
19
+
13
20
  ## Basic Usage
14
21
 
15
22
  Run shell commands on a local host:
@@ -1,5 +1,11 @@
1
1
  # shelltastic
2
2
 
3
+ ## Install
4
+
5
+ ```sh
6
+ pip install shelltastic
7
+ ```
8
+
3
9
  ## Basic Usage
4
10
 
5
11
  Run shell commands on a local host:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "shelltastic"
3
- version = "0.2.0"
3
+ version = "0.2.2"
4
4
  description = "A fantastic shell command runner for python"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -13,6 +13,9 @@ license-files = [
13
13
  requires-python = ">=3.12"
14
14
  dependencies = []
15
15
 
16
+ [project.urls]
17
+ Repository = "https://forge.bearmine.com/bearmine/shelltastic"
18
+
16
19
  [build-system]
17
20
  requires = ["uv_build>=0.11.18,<0.12.0"]
18
21
  build-backend = "uv_build"
File without changes