Metadata-Version: 1.1
Name: Khayyam
Version: 0.9.1
Summary: Khayyam(Jalali Persian Datetime) library
Home-page: http://pylover.dobisel.com/projects/khayyam
Author: Vahid Mardani
Author-email: vahid.mardani@gmail.com
License: UNKNOWN
Description: Khayyam is a library to use date & time in persian style(known as Jalali calendar or khayyam alg)
        
        It's designed to replace the python standard "datetime.datetime" class with "khayyam.JalaliDatetime".
        the "khayyam.JalaliDatetime" has two additional methods, that can be used to convert it to gregorian calendar and vice-versa:
        
        to_datetime(self)
        
        from_datetime(cls)
        
        
Keywords: Khayyam persian jalali date time
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: Freeware
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization
