catime 0.4.1__tar.gz → 0.4.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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: catime
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: AI-generated hourly cat images - a new cat every hour!
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "catime"
7
- version = "0.4.1"
7
+ version = "0.4.2"
8
8
  description = "AI-generated hourly cat images - a new cat every hour!"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -36,6 +36,8 @@ def print_cat(cat: dict, index: int | None = None):
36
36
  else:
37
37
  print(f"Cat #{num:>4} {cat['timestamp']} model: {cat.get('model', '?')}")
38
38
  print(f" URL: {cat['url']}")
39
+ if cat.get("prompt"):
40
+ print(f" Prompt: {cat['prompt']}")
39
41
 
40
42
 
41
43
  def filter_by_query(cats: list[dict], query: str) -> list[dict]:
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes