Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChristianCalendar

christian calendar calculation for python

A module to check christian hollydays or get a date of it in same year as given date.

from ChristianCalendar.CCalendar import CCalendar
c=CCalendar(date(2013,3,31))
if c.is_easterDay():
    print 'Christ is Risen!'
print c.get_ascensionDay()

Requires module pascha from PIP. Install it with

easy_install pascha

If a solemnity is unknown in a tradition, you will get the UnknownSolemnityException.

About

christian calendar for python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages