Vedic astrology Lagna (Ascendant) calculator using Swiss Ephemeris
Project description
vedic_lagna
A Python package for calculating the Vedic (Sidereal) Lagna (Ascendant) using Swiss Ephemeris and Lahiri Ayanamsa.
Features
- Sidereal Lagna calculation
- Lahiri Ayanamsa support
- Rashi (Zodiac Sign) identification
- Degree, Minute, Second output
- Based on Swiss Ephemeris
Installation
pip install vedic-lagna
Usage
from vedic_lagna import VedicLagna
lagna = VedicLagna()
result = lagna.calculate( year=2003, month=11, day=25, hour=14, minute=37, second=0, latitude=9.1417, longitude=76.5186, timezone=5.5 )
print(result)
Example Output:
{ 'sidereal_longitude': 132.074478, 'rashi': 'Simha', 'degree': 12, 'minute': 4, 'second': 28.12 }
Requirements
- Python 3.8+
- pyswisseph
Author
Arjun Gireesh (Developer and maintainer of the vedic_lagna package.)
License
This project is licensed under the MIT License. See the LICENSE file for details.
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 Distribution
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 vedic_lagna-0.1.0.tar.gz.
File metadata
- Download URL: vedic_lagna-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbf889cb05b5b009f79cb7642f4573e62031edf03753abd487b4582944b8f843
|
|
| MD5 |
a5cae6c861c8dcd6eb32ecd1971c3c8f
|
|
| BLAKE2b-256 |
7caa81d7f673a4377543ce5feb1863dd21a2fc81322bfe80fb58bd76d1bcca86
|
File details
Details for the file vedic_lagna-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vedic_lagna-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27e24d42ad5736cd28c1fda119620d6fb9fddd189a06be1c157007ad00b10968
|
|
| MD5 |
eb87df828e785d62e0468bacf8fd2422
|
|
| BLAKE2b-256 |
97c77ca6055cf2dc001ee857f3e05b1b09e6f0038dde03cd81b4bc328882907f
|