Metadata-Version: 1.1
Name: Khayyam
Version: 1.0.0
Summary: Khayyam(Jalali Persian Datetime) library
Home-page: https://github.com/pylover/khayyam
Author: Vahid Mardani
Author-email: vahid.mardani@gmail.com
License: GPLv3
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 datetime conversion
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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: Natural Language :: Persian
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization
