Metadata-Version: 2.1
Name: datefactory
Version: 1.0.1
Summary: Date Handling
Home-page: UNKNOWN
Author: Niall Stapleton
Author-email: niall.stapleton@gmail.com
License: UNKNOWN
Description: # Dates
        
        Package to help with date creation, comparison and calculation
        
        ## Getting Started
        
        Import package and use the following methods:<br/>
        isWeekendDay(day)<br/>
        isMonday(day)<br/>
        isFriday(day)<br/>
        isLastDayOfMonth(day)<br/>
        lastDayOfMonth(day)<br/>
        createDatetimeObj(day, month, year, hour=0, min=0, sec=0)<br/>
        addDaysToDate(date, numberOfDays)<br/>
        
        ### Prerequisites
        
        Working python3 installation
        
        ### Installing
        
        pip install datefactory
        
        ## Running the tests
        
        python3 test.py
        
        ## Deployment
        
        [See installation above]
        
        ## Built With
        
        Python3
        
        ## Versioning
        
        
        ## Author(s)
        
        * **Niall Stapleton** - *Initial work* - (@nstap)
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
        
        ## Acknowledgments
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
