ashkang / jcal

Jalali Calendar Library
http://nongnu.org/jcal
139 stars 24 forks source link

Python bindings for libjalali #5

Closed reith closed 10 years ago

reith commented 10 years ago

This adds Python bindings for libjalali functions. These functions could be imported from jstr, jtime and jalali modules.

Also a datetime implementation and related converters proposed in datetime module. There is some issues in jalali_update, jstrftime and jmktime which still can make problem in this module but I've tried to call these functions with care.

Please test it.