{"id":49232280,"url":"https://github.com/thaletto/ascendant","last_synced_at":"2026-04-24T12:21:06.031Z","repository":{"id":318208756,"uuid":"1065932054","full_name":"thaletto/ascendant","owner":"thaletto","description":"Python Package for Vedic Astrology","archived":false,"fork":false,"pushed_at":"2026-04-14T14:15:37.000Z","size":6096,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-14T16:15:42.545Z","etag":null,"topics":["pip","pypi","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thaletto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2025-09-28T18:05:34.000Z","updated_at":"2026-04-14T14:15:56.000Z","dependencies_parsed_at":"2025-10-05T21:08:30.358Z","dependency_job_id":"3aee099b-c66e-4174-9d3d-726e074945dc","html_url":"https://github.com/thaletto/ascendant","commit_stats":null,"previous_names":["thaletto/ascendant-ai","thaletto/ascendant"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thaletto/ascendant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaletto%2Fascendant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaletto%2Fascendant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaletto%2Fascendant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaletto%2Fascendant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thaletto","download_url":"https://codeload.github.com/thaletto/ascendant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaletto%2Fascendant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32222992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["pip","pypi","python"],"created_at":"2026-04-24T12:21:00.969Z","updated_at":"2026-04-24T12:21:06.020Z","avatar_url":"https://github.com/thaletto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ascendant\n\nAscendant is a Python library for Vedic Astrology calculations, providing functionalities for charts, dashas, and yogas.\n\n## Installation\n\nInstall via pip:\n\n```bash\npip install astro-ascendant\n```\n\n\u003e `PyPI` no longer supports specifying external packages (eg:git repo URLs) in `dependencies` in the `pyproject.toml` file. To install the required package `flatlib` from the sidereal branch, run the following command, after completion of above `pip install astro-ascendant` command:\n\n```bash\npip install git+https://github.com/thaletto/flatlib.git@sidereal#egg=flatlib\n```\n\n## Documentation\n\nFor more detailed information, check out the documentation in the [docs](docs/index.md) folder:\n\n- [Divisional Charts (Vargas)](docs/charts.md)\n- [Dasha Systems](docs/dasha.md)\n- [Yoga Combinations](docs/yoga.md)\n\n## Core Functionalities:\n\n- **Chart Calculations**: Compute and analyze divisional astrological charts (Varga chakras).\n- **Dasha System**: Implementation of the Vimshottari Dasha system for planetary periods.\n- **Yoga Combinations**: Identification and interpretation of various Yoga (planetary combinations).\n\n## Usage\n\n```python\nfrom ascendant import Ascendant\n\n# Initialize with birth details\nastro = Ascendant(\n    year=1990, month=1, day=1,\n    hour=12, minute=0, second=0,\n    latitude=28.6139, longitude=77.2090,\n    utc=\"+5:30\"\n)\n\n# Get Rasi Chart (D1)\nchart = astro.get_chart(division=1)\n\n# Get Yogas\nyogas = astro.get_yogas()\n\n# Get Dasha Timeline\ndasha = astro.get_dasha_timeline()\n```\n\n# Advanced Usage\n```\nastro = Ascendant(\n    ...\n    ayanamsa = \"krishnamurti\"\n    house_system = \"equal\"\n)\n```\n\n## Available Ayanamsa\n\n- Lahiri (default)\n- Lahiri_1940\n- Lahiri_VP285\n- Lahiri_ICRC\n- Raman\n- Krishnamurti\n- Krishnamurti_Senthilathiban\n\n## Available House System\n\n- Whole Sign (default)\n- Placidus\n- Equal\n- Equal 2","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthaletto%2Fascendant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthaletto%2Fascendant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthaletto%2Fascendant/lists"}