Generate and plot North-Indian Lagna Kundali charts using pyswisseph
Project description
astrokundali
- version = "0.1.2"
- description = "Flexible astrokundali package with Different house calculation methods and interpretation JSONs"
- authors = [ { name="Mirjan Ali Sha", email="mastools.help@gmail.com" } ]
- readme = "README.md"
- requires-python = ">=3.7"
**project.scripts**
astrokundali = "astrokundali.core:main"
Example Usage (Windows)
pip install astrokundali
or
!pip install astrokundali [Notebook]
Configure AstroData
from astrokundali import AstroData data = AstroData(2009,3,30,9,36,0,5,30,19.0760,72.8777,ayanamsa='lahiri')
Plot Lagna Chart
from astrokundali import plot_lagna_chart
plot_lagna_chart(data, house_system= 'whole_sign')
or
plot_lagna_chart(data)
Plot Moon/Chandra Chart
from astrokundali import plot_moon_chart
plot_moon_chart(data, house_system= 'whole_sign')
or
plot_moon_chart(data)
Plot Navamsa/Navamsha/D9 Chart
from astrokundali import plot_navamsa_chart
plot_navamsa_chart(data, house_system= 'whole_sign')
or
plot_navamsa_chart(data)
Get Planetary Positions and Dispositions
from astrokundali import get_dispositions
import json
disp = get_dispositions(data, house_system= 'whole_sign')
or
disp = get_dispositions(data)
print(json.dumps(report, ensure_ascii=False, indent=2))
Get Interpretation Report
from astrokundali import generate_report, json_sanitize import json report = json_sanitize(generate_report(data)) print(json.dumps(report, ensure_ascii=False, indent=2))
Marriage Matching
from astokundali import AstroData, match_kundli boy = AstroData(1990,1,1,10,0,0,5,30,19.07,72.88) girl = AstroData(1992,6,15,16,30,0,5,30,28.61,77.23) from pprint import pprint pprint(match_kundli(boy, girl))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file astrokundali-0.1.2-py3-none-any.whl.
File metadata
- Download URL: astrokundali-0.1.2-py3-none-any.whl
- Upload date:
- Size: 40.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
279d774a97f2b03f85ee7babbdf028a831895fcf3399bdcbe2669d133b7708fc
|
|
| MD5 |
082b5e5266a78a2a06443407738cf204
|
|
| BLAKE2b-256 |
c6e299f47a8563ec892ea41c27a55fb5919ffb092ce31f46449580f3e531511a
|