Metadata-Version: 1.1
Name: jcal
Version: 0.0.2
Summary: `jcal` is a package for Japanese holiday.
Home-page: https://pypi.python.org/pypi/jcal
Author: Saito Tsutomu
Author-email: tsutomu@kke.co.jp
License: PSFL
Description: `jcal` is a package for Japanese holiday.
        ::
        
           print(holiday(2016))
           >>>
           {datetime.date(2016, 5, 3), datetime.date(2016, 1, 1), datetime.date(2016, 5, 4),
            datetime.date(2016, 11, 23), datetime.date(2016, 2, 11), datetime.date(2016, 7, 18), 
            datetime.date(2016, 3, 21), datetime.date(2016, 1, 11), datetime.date(2016, 4, 29), 
            datetime.date(2016, 8, 11), datetime.date(2016, 11, 3), datetime.date(2016, 9, 22), 
            datetime.date(2016, 10, 10), datetime.date(2016, 12, 23), datetime.date(2016, 5, 5), 
            datetime.date(2016, 9, 19)}
        
        Requirements
        ------------
        * Python 2 or Python 3
        
        Features
        --------
        * nothing
        
        Setup
        -----
        ::
        
           $ pip install jcal
        
        History
        -------
        0.0.1 (2016-2-5)
        ~~~~~~~~~~~~~~~~~~
        * first release
        
        
Keywords: jcal
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
