Metadata-Version: 1.0
Name: gpke_calendar
Version: 0.7.5
Summary: gpke calendar
Home-page: https://kingmray@bitbucket.org/kingmray/gpke-calendar.git
Author: Raymond Schmidt
Author-email: UNKNOWN
License: BSD License
Description: #GPKE Kalender
        
        ##installation
        pip install gpke_calendar
        
        ##usage
        
        import gpke_calendar
        
        get_next_date(datetime.now(),10)
        
        get_next_date(datetime.now(),-10)
        
        ##pypi
        ```
        python setup.py sdist
        twine upload dist/*
        ```
Platform: UNKNOWN
