{ "info": { "author": "Siva Sakthi Velan", "author_email": "moa_sakthi@live.in", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Extend python datetime with excel-like workday addition/subtraction\r\nfunctionality:\r\n\r\nCOUNT_LEAVE(from_date,to_date,holidays)\r\n\r\nReturns the number of whole working days between from_date and\r\nto_date (inclusive of both from_date and to_date). Working days\r\nexclude weekends and any dates identified in holidays. Use COUNT_LEAVE\r\nto calculate employee benefits that accrue based on the number of\r\ndays worked during a specific term.\r\n\r\nCOUNT_WORKDAY(from_date,days,[holidays])\r\n\r\nReturns a number that represents a date that is the indicated number\r\nof working days before or after a date (the starting date). Working\r\ndays exclude weekends and any dates identified as holidays. Use\r\nCOUNT_WORKDAY to exclude weekends or holidays when you calculate invoice\r\ndue dates, expected delivery times, or the number of days of work\r\nperformed.\r\n\r\nThis module has similarities with the BusinessHours module - you may\r\nwant to check it out as well to see which one better fits your needs.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/moasakthi/Counting-Leave/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/moasakthi/Counting-Leave", "keywords": "python,datetime,leave,excel", "license": "GNU", "maintainer": "", "maintainer_email": "", "name": "DaysCounting", "package_url": "https://pypi.org/project/DaysCounting/", "platform": "ALL", "project_url": "https://pypi.org/project/DaysCounting/", "project_urls": { "Download": "https://github.com/moasakthi/Counting-Leave/archive/master.zip", "Homepage": "https://github.com/moasakthi/Counting-Leave" }, "release_url": "https://pypi.org/project/DaysCounting/1.0/", "requires_dist": null, "requires_python": null, "summary": "Days Counting is date utility functions to extend python's datetime", "version": "1.0" }, "last_serial": 1877231, "releases": { "1.0": [] }, "urls": [] }