Skip to main content

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


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

If you're not sure about the file name format, learn more about wheel file names.

astrokundali-0.2.0-py3-none-any.whl (40.3 kB view details)

Uploaded Python 3

File details

Details for the file astrokundali-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: astrokundali-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 40.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for astrokundali-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 181a67291a0eec02221826f8bec45a81fa214113fc8c26eded326459df679f1a
MD5 27728042c2b8bbb48256517442558ec5
BLAKE2b-256 f66ac3827745865811b203365439262b2bd486ad12589aebf2aefcec892ca7ed

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page