{"id":49603087,"url":"https://github.com/phildini/orbpondering","last_synced_at":"2026-05-04T10:02:04.305Z","repository":{"id":355334778,"uuid":"1225336622","full_name":"phildini/orbpondering","owner":"phildini","description":"Python tools to help ponder the orbs","archived":false,"fork":false,"pushed_at":"2026-05-03T03:50:45.000Z","size":207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-03T05:21:14.647Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phildini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-30T07:15:15.000Z","updated_at":"2026-05-03T03:50:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/phildini/orbpondering","commit_stats":null,"previous_names":["phildini/orbpondering"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phildini/orbpondering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Forbpondering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Forbpondering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Forbpondering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Forbpondering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phildini","download_url":"https://codeload.github.com/phildini/orbpondering/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildini%2Forbpondering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-04T10:02:02.780Z","updated_at":"2026-05-04T10:02:04.298Z","avatar_url":"https://github.com/phildini.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"design/orbpondering.png\" width=\"300\"\u003e\n\u003c/p\u003e\n\n\n# Orbpondering [![Version][version-badge]][version-link]\n\n**Orbpondering** generates daily tarot readings based on astrological calculations. It uses your location and the current date to compute planetary positions and generate a deterministic tarot spread.\n\n## Features\n\n- **Daily Tarot Draws**: Receive a tarot reading based on current planetary positions\n- **Educational Mode**: Walk through the astrological calculations step by step\n- **Natal Chart Support**: Personalize readings with your birth chart\n- **Multiple Spreads**: Choose from different tarot spread types\n- **Deterministic**: Same date/location always produces same reading\n\n## Installation\n\nInstall the package with pip:\n\n```bash\npip install orbpondering\n```\n\nOr install with the optional CLI dependencies for enhanced display:\n\n```bash\npip install orbpondering[cli]\n```\n\n## Quick Start\n\n### Basic Daily Tarot Reading\n\n```bash\norbpondering\n```\n\nBy default, this draws for today's date and location (0° latitude/longitude).\n\n### Custom Date and Location\n\n```bash\norbpondering 2025-06-15 --lat 40.7128 --lon -74.0060\n```\n\n### Educational Mode\n\n```bash\norbpondering --education\n```\n\nThis shows step-by-step calculations of planetary positions, house cusps, and the seed generation.\n\n## Natal Chart Mode\n\n### With Birth Data\n\n```bash\norbpondering \\\n  --birth-date 1990-05-15 \\\n  --birth-time 14:30 \\\n  --birth-zone \"America/New_York\" \\\n  --birth-lat 41.8781 \\\n  --birth-lon -87.6298 \\\n  --spread three_card\n```\n\nThis enables natal chart mode, incorporating your birth chart into the tarot reading.\n\n## Available Spreads\n\n- **Daily** (default): Single card for the day's theme\n- **Three Card**: Past, Present, Future\n- **Celtic Cross**: Detailed 10-card spread\n\n## Command Line Options\n\n```\nusage: orbpondering [-h] [--lat LAT] [--lon LON]\n                   [--house {whole_sign,equal,porphyry,placidus}]\n                   [--spread {daily,three_card,celtic_cross}] [--education]\n                   [--verbose] [--birth-date BIRTH_DATE]\n                   [--birth-time BIRTH_TIME] [--birth-zone BIRTH_ZONE]\n                   [--birth-lat BIRTH_LAT] [--birth-lon BIRTH_LON]\n                   [date]\n\nDaily tarot draw seeded by astrological chart\n\npositional arguments:\n  date                  ISO date (YYYY-MM-DD). Default: today\n\noptions:\n  -h, --help            show this help message and exit\n  --lat LAT             Observer latitude\n  --lon LON             Observer longitude\n  --house {whole_sign,equal,porphyry,placidus}\n                        House system\n  --spread {daily,three_card,celtic_cross}\n                        Spread name\n  --education, -e       Educational mode: walk through calculations step by\n                        step\n  --verbose, -v         Verbose educational output\n  --birth-date BIRTH_DATE\n                        Birth date (YYYY-MM-DD) to enable natal chart mode\n  --birth-time BIRTH_TIME\n                        Birth time (HH:MM) - optional, defaults to noon UTC\n  --birth-zone BIRTH_ZONE\n                        Birth timezone (IANA format) - optional, defaults to\n                        UTC\n  --birth-lat BIRTH_LAT\n                        Birth latitude\n  --birth-lon BIRTH_LON\n                        Birth longitude\n```\n\n## Development\n\nTo develop orbpondering, clone the repository and install in development mode:\n\n```bash\ngit clone https://github.com/phildini/orbpondering.git\ncd orbpondering\nuv sync --all-extras  # Install all dependencies including dev\nuv run pytest         # Run tests\nuv run ruff check     # Lint code\nuv run mypy src/      # Type check\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n[version-badge]:   https://img.shields.io/pypi/v/orbpondering.svg?label=version\n[version-link]:    https://pypi.python.org/pypi/orbpondering/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildini%2Forbpondering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphildini%2Forbpondering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildini%2Forbpondering/lists"}