{ "info": { "author": "Chris Warrick", "author_email": "chris@chriswarrick.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "===============\nDate Calculator\n===============\n:Info: This is the README file for Date Calculator.\n:Author: Chris Warrick \n:Copyright: \u00a9 2016, Chris Warrick.\n:Date: 2016-05-04\n:Version: 0.2.1\n\n.. index: README\n.. image:: https://travis-ci.org/Kwpolska/datecalc.svg?branch=master\n\nPURPOSE\n-------\n\nA simple date calculator.\n\nINSTALLATION\n------------\n\n::\n\n pip install datecalc\n\nCLI USAGE\n---------\n\nCalculating difference between dates:\n\n::\n\n $ python -m datecalc.cli -d 2016-01-01T00:00:00 2016-01-02T02:03:04\n 1 day 02:03:04\n $ python -m datecalc.cli -d 2016-01-02T02:03:04 2016-01-01T00:00:00\n -1 day 02:03:04\n $ python -m datecalc.cli -d 2016-01-01T00:00:00 2016-01-03T02:03:04\n 2 days 02:03:04\n $ python -m datecalc.cli -d 2016-01-04T02:03:04 2016-01-01T00:00:00\n -3 days 02:03:04\n\n\nAdding/subtracting:\n\n::\n\n $ python -m datecalc.cli -a 2016-01-01T00:00:00 12:00:00\n 2016-01-01T12:00:00\n $ python -m datecalc.cli -a 2016-01-01T00:00:00 m12:00:00\n 2015-12-31T12:00:00\n $ python -m datecalc.cli -a -- 2016-01-01T00:00:00 -12:00:00\n 2015-12-31T12:00:00\n $ python -m datecalc.cli -a 2016-01-01T00:00:00 4d12:00:00\n 2016-01-05T12:00:00\n\n\nGUI USAGE\n---------\n\ncoming soon!\n\nCOPYRIGHT\n---------\nCopyright \u00a9 2016, Chris Warrick.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions, and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions, and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the author of this software nor the names of\n contributors to this software may be used to endorse or promote\n products derived from this software without specific prior written\n consent.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Kwpolska/datecalc", "keywords": "datecalc,date,time", "license": "3-clause BSD", "maintainer": "", "maintainer_email": "", "name": "datecalc", "package_url": "https://pypi.org/project/datecalc/", "platform": "any", "project_url": "https://pypi.org/project/datecalc/", "project_urls": { "Homepage": "https://github.com/Kwpolska/datecalc" }, "release_url": "https://pypi.org/project/datecalc/0.2.1/", "requires_dist": [ "python-dateutil", "PyQt5; extra == 'gui'" ], "requires_python": "", "summary": "A simple date calculator.", "version": "0.2.1" }, "last_serial": 2098705, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7929e29b04816a1922266b0051fb8c1f", "sha256": "667c7055f2d988f3f20107fc5c829f7ae454b64da70e13f8ab8a66af78a0373b" }, "downloads": -1, "filename": "datecalc-0.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "7929e29b04816a1922266b0051fb8c1f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12323, "upload_time": "2016-04-23T18:58:58", "url": "https://files.pythonhosted.org/packages/fc/f8/83f0d1c7e9220fd8ea58b898ddb10c46abd4b7d9d8a9acfe678e7425fc3b/datecalc-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6595b77472431152ea4ce581b954acaa", "sha256": "b643f7817ccde5b2130d3bd6c5acc52c37e0fa5e611d0534adf432e0d4101262" }, "downloads": -1, "filename": "datecalc-0.1.0.tar.gz", "has_sig": true, "md5_digest": "6595b77472431152ea4ce581b954acaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12986, "upload_time": "2016-04-24T07:47:46", "url": "https://files.pythonhosted.org/packages/6f/ba/a6f5614ecdba894de4ad023039f78b7809d9db76a142b52bc289941b1f48/datecalc-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b7a9f1c3145fbe0ace1acb6451467725", "sha256": "82cd90bde649625e58e216eb6586e2db10a557dbc395c0d746b98e06ce25f1aa" }, "downloads": -1, "filename": "datecalc-0.1.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b7a9f1c3145fbe0ace1acb6451467725", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12681, "upload_time": "2016-04-24T16:30:01", "url": "https://files.pythonhosted.org/packages/7c/e0/35bbc8cad5dace508ca6046bd8380a776263acc4c18a5552687a7d23ec90/datecalc-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c5cb17b9e7ecd7002a34774424bc04d6", "sha256": "5de5cff421375363fbf538276d1f28040975c5e37eff2e485c1c16984ee44180" }, "downloads": -1, "filename": "datecalc-0.1.1.tar.gz", "has_sig": true, "md5_digest": "c5cb17b9e7ecd7002a34774424bc04d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13443, "upload_time": "2016-04-24T16:30:27", "url": "https://files.pythonhosted.org/packages/67/67/f1e037e7c9f2e708a7e2841836144bff3f3e9c0ed4c69eaac768db2ef285/datecalc-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f1fd3afdab3f79c249818cf4aad3ed99", "sha256": "2c79260a32beac4007033bb67c860c289c2da6030129e7538d00c8961e7bb2eb" }, "downloads": -1, "filename": "datecalc-0.2.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "f1fd3afdab3f79c249818cf4aad3ed99", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11984, "upload_time": "2016-05-03T15:25:30", "url": "https://files.pythonhosted.org/packages/5b/1d/94ff6c875f9531005d9de120ced8258611a6d8ff1e51e15cb4dd9c0eca41/datecalc-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2801e4b6a29b8bf8c64669d8703bd3dc", "sha256": "91afb6a03ea04dba5007a3a8705c8cd11b432117abb5a0921295dde0975bca95" }, "downloads": -1, "filename": "datecalc-0.2.0.tar.gz", "has_sig": true, "md5_digest": "2801e4b6a29b8bf8c64669d8703bd3dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16077, "upload_time": "2016-05-03T15:25:45", "url": "https://files.pythonhosted.org/packages/13/68/fe8d931d322632bfc982aac98992d8f0dd1cd62401a823496307dbb45808/datecalc-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "bf891f172e745a9ca2e5234ef952c07f", "sha256": "91eb6a6c44ee16c4b1687ea70bdb054386d75d5432f7631c078ae0e679ea81ae" }, "downloads": -1, "filename": "datecalc-0.2.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "bf891f172e745a9ca2e5234ef952c07f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11990, "upload_time": "2016-05-04T12:43:16", "url": "https://files.pythonhosted.org/packages/78/fd/6ae5dd029e2988c3e1ec7b59c4cd8a14c47c1f7b255af38f08407adf217b/datecalc-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2137bfca558e83227a4a2ad82e494a85", "sha256": "976c3de31f8897e095e89ddb88d9ddeb98ca5b3c85c2a2f95eb1fce1f05faa6f" }, "downloads": -1, "filename": "datecalc-0.2.1.tar.gz", "has_sig": true, "md5_digest": "2137bfca558e83227a4a2ad82e494a85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16434, "upload_time": "2016-05-04T12:43:24", "url": "https://files.pythonhosted.org/packages/c5/ee/9b3046a698c9415f03d6fd82e4f11dbf5172db36f92a59a1d2bbe0fcd67b/datecalc-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf891f172e745a9ca2e5234ef952c07f", "sha256": "91eb6a6c44ee16c4b1687ea70bdb054386d75d5432f7631c078ae0e679ea81ae" }, "downloads": -1, "filename": "datecalc-0.2.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "bf891f172e745a9ca2e5234ef952c07f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11990, "upload_time": "2016-05-04T12:43:16", "url": "https://files.pythonhosted.org/packages/78/fd/6ae5dd029e2988c3e1ec7b59c4cd8a14c47c1f7b255af38f08407adf217b/datecalc-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2137bfca558e83227a4a2ad82e494a85", "sha256": "976c3de31f8897e095e89ddb88d9ddeb98ca5b3c85c2a2f95eb1fce1f05faa6f" }, "downloads": -1, "filename": "datecalc-0.2.1.tar.gz", "has_sig": true, "md5_digest": "2137bfca558e83227a4a2ad82e494a85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16434, "upload_time": "2016-05-04T12:43:24", "url": "https://files.pythonhosted.org/packages/c5/ee/9b3046a698c9415f03d6fd82e4f11dbf5172db36f92a59a1d2bbe0fcd67b/datecalc-0.2.1.tar.gz" } ] }