Metadata-Version: 1.1
Name: Khayyam3
Version: 1.0.0
Summary: Khayyam3(Jalali Persian Datetime) library. This is fork of the original khayyam library which supports both Python 2.6 above and Python 3. The original Khayyam library is available at: https://pypi.python.org/pypi/Khayyam
Home-page: https://github.com/183amir/khayyam3
Author: Vahid Mardani
Author-email: vahid.mardani@gmail.com
License: UNKNOWN
Description: Khayyam3 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 "khayyam3.JalaliDatetime".
        the "khayyam3.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: Khayyam3 Khayyam persian jalali date time datetime conversion
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Freeware
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization
