tarrotsimplified 0.2.0
“Offline tarot card interpretations as a Python library.”
Registry package lists one maintainerRelease published within seven days
SHA-256a645da208e4475df9de1536077ba54b37a3ee19e0161389039d13ccc6032eec5
MaleculeH(Db₂)Md(Pa)
Evidence
16:23… # wands / cups / swords / pentacles, or None for majors
17 number: int # 0-21 majors; 1-14 minors (Ace=1, Page=11, Knight=12, Queen=13 …
18:31… s", "no", or "maybe"
19 guidance: str # the reading
20
21
22def _load() -> list[Card]:
23 raw = json.loads(
24 resources.files("tarrotsimplified.data").joinpath("cards.json").read_text("utf-8")
25 )
⋯8 lines
52:16… n: str | None = None) -> dict:
53 """Draw one card as a yes/no answer. Returns {question, card, answer, guidance}."""
54 c = random.choice(_CARDS)
55 return {"question": question, "card": c, "answ …
66:20… spread. Each result is {'position': str, 'card': Card}."""
67 if name not in SPREADS:
68 raise KeyError(f"Unknown spread {name!r}. Try: {', '.join(SPREADS)}")
69 positions = SPREADS[name]
70 cards = draw(le …
1Metadata-Version: 2.5
2Name: tarrotsimplified
3Version: 0.2.0
4Summary: Offline tarot card interpretations as a Python library.
5Project-URL: Homepage, https://github.com/yourname/tarrotsimplified
6Author: Vikkas Pareek
7License-Expression: MIT
8License-File: LICENSE
9Keywords: cards,divination,tarot
10Classifier: License :: OSI Approved :: MIT License
11Classifier: Programming Language :: Python :: 3
12Requires-Python: >=3.10
13Description-Content-Type: text/markdown
14
15# tarrotsimplified
16
17Offline tarot readings as a Python library. All 78 cards with a Yes/No answer and personal guidance ship in …
No evidence locations were recorded for this file. Raw result