jdatetime is Jalali implementation of Python's datetime module 

== INSTALL ==
You can install it with easy_install 
easy_install jdatetime
OR install it from source
python setup.py install

== Document ==
see the datetime module documents http://docs.python.org/release/2.7.1/library/datetime.html

These methods are addedd to jdatetime :
    * jdatetime.date.isleap
    * jdatetime.date.fromgregorian
    * jdatetime.date.togregorian
    * jdatetime.jdate.fromgregorian
    * jdatetime.jdate.togregorian
