Metadata-Version: 2.1
Name: cronjobfilter
Version: 0.0.1
Summary: A package will help to filter list of cronjobs which are coming under from date and to date.
Home-page: https://github.com/Solution4Problem/cronjobfilter/
Author: Priyesh Naik
Author-email: blackbeastfilo@live.com
License: UNKNOWN
Description: # cronjobfilter
        To filter list of cronjobs which are coming under from date and to date.
        
        ## Test PyPi: 
        pip install -i https://test.pypi.org/simple/ cronjobfilter
        <br>
        * cronjobfilter==0.0.3
        
        ## Example:
        Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AMD64)] on win32
        Type "help", "copyright", "credits" or "license" for more information.
        >>> from cronjobfilter.cronjobfilter import greet_user
        >>>
        >>> greet_user("Sam Peter")
        Hello my friend Sam Peter ! How are you ?
        >>>
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
