Socket
Book a DemoInstallSign in
Socket

datefactory

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datefactory

Date Handling

pipPyPI
Version
1.0.1
Maintainers
1

Dates

Package to help with date creation, comparison and calculation

Getting Started

Import package and use the following methods:
isWeekendDay(day)
isMonday(day)
isFriday(day)
isLastDayOfMonth(day)
lastDayOfMonth(day)
createDatetimeObj(day, month, year, hour=0, min=0, sec=0)
addDaysToDate(date, numberOfDays)

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 file for details

Acknowledgments

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts