Jyotisha Documentation: Release 0.0.2
Jyotisha Documentation: Release 0.0.2
Release 0.0.2
sanskrit-programmers
1 jyotisha.panchangam 1
1.1 jyotisha.panchangam.temporal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 jyotisha.panchangam.spatio_temporal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
2 jyotisha.names 3
3 jyotisha.custom_transliteration 5
Index 11
i
ii
CHAPTER 1
jyotisha.panchangam
1.1 jyotisha.panchangam.temporal
1.2 jyotisha.panchangam.spatio_temporal
1
jyotisha Documentation, Release 0.0.2
2 Chapter 1. jyotisha.panchangam
CHAPTER 2
jyotisha.names
3
jyotisha Documentation, Release 0.0.2
4 Chapter 2. jyotisha.names
CHAPTER 3
jyotisha.custom_transliteration
jyotisha.custom_transliteration.clean_tamil_Na(text)
jyotisha.custom_transliteration.print_lat_lon(lat, lon)
Returns a formatted string for a latitude and longitude
Returns a formatted string for latitude and longitude, given sexagesimal ‘strings’ using colons for separation
Args: str latstr str lonstr
Returns: string corresponding to the formatted latitude and longitude
Examples:
jyotisha.custom_transliteration.romanise(iast_text)
jyotisha.custom_transliteration.sexastr2deci(sexa_str)
Converts as sexagesimal string to decimal
Converts a given sexagesimal string to its decimal value
Args: A string encoding of a sexagesimal value, with the various components separated by colons
Returns: A decimal value corresponding to the sexagesimal string
Examples:
>>> sexastr2deci('15:30:00')
15.5
>>> sexastr2deci('-15:30:45')
-15.5125
5
jyotisha Documentation, Release 0.0.2
6 Chapter 3. jyotisha.custom_transliteration
CHAPTER 4
• genindex
• modindex
• search
7
jyotisha Documentation, Release 0.0.2
j
jyotisha.custom_transliteration, 5
9
jyotisha Documentation, Release 0.0.2
C
clean_tamil_Na() (in module jy-
otisha.custom_transliteration), 5
J
jyotisha.custom_transliteration (module),
5
P
print_lat_lon() (in module jy-
otisha.custom_transliteration), 5
R
romanise() (in module jy-
otisha.custom_transliteration), 5
S
sexastr2deci() (in module jy-
otisha.custom_transliteration), 5
T
tr() (in module jyotisha.custom_transliteration), 5
transliterate_from_language() (in module
jyotisha.custom_transliteration), 6
11