Skip to content

Kolatzek/ChristianCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages