{ "info": { "author": "Odysseas Tsatalos", "author_email": "odysseas@tsatalos.com", "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\n functionality:\n\n NETWORKDAYS(start_date,end_date,holidays)\n\n Returns the number of whole working days between start_date and\n end_date (inclusive of both start_date and end_date). Working days\n exclude weekends and any dates identified in holidays. Use NETWORKDAYS\n to calculate employee benefits that accrue based on the number of\n days worked during a specific term.\n\n WORKDAY(start_date,days,[holidays])\n\n Returns a number that represents a date that is the indicated number\n of working days before or after a date (the starting date). Working\n days exclude weekends and any dates identified as holidays. Use\n WORKDAY to exclude weekends or holidays when you calculate invoice\n due dates, expected delivery times, or the number of days of work\n performed.\n\n This module has similarities with the BusinessHours module - you may\n want to check it out as well to see which one better fits your needs.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/ogt/workdays/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ogt/workdays", "keywords": "python,datetime,workdays,excel", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "workdays", "package_url": "https://pypi.org/project/workdays/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/workdays/", "project_urls": { "Download": "http://github.com/ogt/workdays/tarball/master", "Homepage": "http://github.com/ogt/workdays" }, "release_url": "https://pypi.org/project/workdays/1.4/", "requires_dist": null, "requires_python": null, "summary": "Workday date utility functions to extend python's datetime", "version": "1.4" }, "last_serial": 1203157, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "38dea728fd6e50ab1ddad3f69069f394", "sha256": "800fd4d7f963ee3e7758a79fc88d9520b8271f28fed938d56a4fe08e19bbf649" }, "downloads": -1, "filename": "workdays-1.0.tar.gz", "has_sig": false, "md5_digest": "38dea728fd6e50ab1ddad3f69069f394", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2742, "upload_time": "2010-01-18T06:01:46", "url": "https://files.pythonhosted.org/packages/b5/df/6cffdd91aef0fd31926b9353f190cfaedbd45d748dc764277e393b3dab7f/workdays-1.0.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "1bbf290637bf85a08bd193476d4118a1", "sha256": "230926789ab03c4a71ec46bda60576143e988c485c4b6369f293f1b495c90779" }, "downloads": -1, "filename": "workdays-1.2.tar.gz", "has_sig": false, "md5_digest": "1bbf290637bf85a08bd193476d4118a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2834, "upload_time": "2013-09-23T23:43:04", "url": "https://files.pythonhosted.org/packages/aa/e5/b340306c4d010a27f55cc29ce7b7d41ab439ea4a6d602452e6bace08fa95/workdays-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "798b63475e9be8de7df478ab9686ed92", "sha256": "99f3cf5f39f3c22bfdd4d92f8b7e3999e85bf61cfb3e562921ff0001d7db8c38" }, "downloads": -1, "filename": "workdays-1.3.tar.gz", "has_sig": false, "md5_digest": "798b63475e9be8de7df478ab9686ed92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2110, "upload_time": "2014-02-18T00:40:40", "url": "https://files.pythonhosted.org/packages/0c/77/f89fdcbdfd1d2353710a661290786f5aac11e12bc21754444ae7301aa977/workdays-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "7f8486b1937c6b01b8d46c8f16b21105", "sha256": "0f6cbaf1bba2c3ab2f7e14d8a84582b79e7de4e2ae3e486954724435e55af230" }, "downloads": -1, "filename": "workdays-1.4.tar.gz", "has_sig": false, "md5_digest": "7f8486b1937c6b01b8d46c8f16b21105", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2110, "upload_time": "2014-08-26T17:32:20", "url": "https://files.pythonhosted.org/packages/6c/fc/82bda622103b7cf2a07fec350a7eb46dfab513064c8947a79bd122f35794/workdays-1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f8486b1937c6b01b8d46c8f16b21105", "sha256": "0f6cbaf1bba2c3ab2f7e14d8a84582b79e7de4e2ae3e486954724435e55af230" }, "downloads": -1, "filename": "workdays-1.4.tar.gz", "has_sig": false, "md5_digest": "7f8486b1937c6b01b8d46c8f16b21105", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2110, "upload_time": "2014-08-26T17:32:20", "url": "https://files.pythonhosted.org/packages/6c/fc/82bda622103b7cf2a07fec350a7eb46dfab513064c8947a79bd122f35794/workdays-1.4.tar.gz" } ] }