greet-anyone 0.0.1__tar.gz → 0.0.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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: greet_anyone
3
- Version: 0.0.1
4
- Summary: A library and cli to greet anyone.
3
+ Version: 0.0.2
4
+ Summary: An example library and cli to greet anyone.
5
5
  Author-email: rotgruengelb <daniel+python-package-template@rotgruengelb.net>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/rotgruengelb/python-package-template
@@ -24,7 +24,7 @@ Dynamic: license-file
24
24
 
25
25
  # greet_anyone
26
26
 
27
- A library and cli to greet anyone.
27
+ An example library and cli to greet anyone.
28
28
 
29
29
  ## Usage
30
30
 
@@ -1,6 +1,6 @@
1
1
  # greet_anyone
2
2
 
3
- A library and cli to greet anyone.
3
+ An example library and cli to greet anyone.
4
4
 
5
5
  ## Usage
6
6
 
@@ -4,7 +4,7 @@ from greet_anyone.core import greet
4
4
 
5
5
 
6
6
  def main():
7
- parser = argparse.ArgumentParser(description="Greet anyone.")
7
+ parser = argparse.ArgumentParser(description="An example library and cli to greet anyone.")
8
8
  parser.add_argument("who", type=str, help="who to greet")
9
9
  parser.add_argument("--exited", type=bool, default=False, help="adds a exclamation point at the end")
10
10
  args = parser.parse_args()
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: greet_anyone
3
- Version: 0.0.1
4
- Summary: A library and cli to greet anyone.
3
+ Version: 0.0.2
4
+ Summary: An example library and cli to greet anyone.
5
5
  Author-email: rotgruengelb <daniel+python-package-template@rotgruengelb.net>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/rotgruengelb/python-package-template
@@ -24,7 +24,7 @@ Dynamic: license-file
24
24
 
25
25
  # greet_anyone
26
26
 
27
- A library and cli to greet anyone.
27
+ An example library and cli to greet anyone.
28
28
 
29
29
  ## Usage
30
30
 
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "greet_anyone"
7
- description = "A library and cli to greet anyone."
8
- version = "0.0.1" # set by uv during release
7
+ description = "An example library and cli to greet anyone."
8
+ version = "0.0.2" # set by uv during release
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
11
11
  license = { text = "MIT" }
File without changes
File without changes
File without changes