VedAstro.Python icon indicating copy to clipboard operation
VedAstro.Python copied to clipboard

A Python Libray for Vedic Astrology calculations.

Results 14 VedAstro.Python issues
Sort by recently updated
recently updated
newest added

need to recheck longitude and latitude variables

need to add vedastro to conda-forge and tharakau

enhancement

The VedAstro.Python package has a strict Python version requirement that limits its usability. Currently, the package requires Python 3.13.2 specifically, which prevents users with other Python versions (including many stable...

> ``` > from vedastro import * > > # Prepare random birth and end times > geolocation = GeoLocation("London, UK", -0.1276, 51.5074) > birth_time = Time("14:25 15/03/1995 +00:00", geolocation)...