{ "info": { "author": "Kyle Marek-Spartz", "author_email": "kyle.marek.spartz@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "datetime-interval\n=================\n\nThe builtin ``datetime`` module provides classes for points in time\n(``date``, and ``datetime``) as well as durations (``timedelta``), but\nit does not account for time durations at a specific point. This module\nprovides ``Interval``, which contains a start and end ``date`` or\n``datetime``, and a duration ``timedelta``. This is useful for\nrepresenting calendar events. This module also provides\n``PeriodicInterval`` which can be used for recurring events, by\ncontaining a period ``timedelta`` and a count of occurrences (either an\n``int`` or ``forever``).\n\nTODO:\n-----\n\n- Interval ``isoformat`` method (start/end).\n\n - This wouldn't work on PeriodicInterval, as recurring intervals\n have a different semantics in ISO 8601.\n\n- Property-based testing with ``props``\n- Add operators for PeriodicInterval (\\*, [])\n- How to account for e.g. every Tuesday and Thursday", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/zeckalpha/datetime-interval", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "datetime-interval", "package_url": "https://pypi.org/project/datetime-interval/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/datetime-interval/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.github.com/zeckalpha/datetime-interval" }, "release_url": "https://pypi.org/project/datetime-interval/0.2/", "requires_dist": null, "requires_python": null, "summary": "A representation of a duration of time", "version": "0.2" }, "last_serial": 1153380, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bf34889f55e458b155c1db573c7dd66a", "sha256": "efaac26a16c7563f37919367825a2cd5de6dd1c4f3fe2be77eea77694033d396" }, "downloads": -1, "filename": "datetime-interval-0.1.tar.gz", "has_sig": false, "md5_digest": "bf34889f55e458b155c1db573c7dd66a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3740, "upload_time": "2014-05-23T16:43:10", "url": "https://files.pythonhosted.org/packages/02/70/c71878343a07a85185fa72c9a1d16cddad6b5b678a18baa14094c073c55b/datetime-interval-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0d43381ba3269878fe4b51a0c5ac7555", "sha256": "e98f62e64de8d7f963a13b6c8eacf495cb1b96f2ac98663c368fc50a7322c09b" }, "downloads": -1, "filename": "datetime-interval-0.2.tar.gz", "has_sig": false, "md5_digest": "0d43381ba3269878fe4b51a0c5ac7555", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4156, "upload_time": "2014-07-10T13:08:39", "url": "https://files.pythonhosted.org/packages/3b/0f/fdffe5a06d09b9b3b9deac2686a30f89ef0367ece90809762c9379d982c5/datetime-interval-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d43381ba3269878fe4b51a0c5ac7555", "sha256": "e98f62e64de8d7f963a13b6c8eacf495cb1b96f2ac98663c368fc50a7322c09b" }, "downloads": -1, "filename": "datetime-interval-0.2.tar.gz", "has_sig": false, "md5_digest": "0d43381ba3269878fe4b51a0c5ac7555", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4156, "upload_time": "2014-07-10T13:08:39", "url": "https://files.pythonhosted.org/packages/3b/0f/fdffe5a06d09b9b3b9deac2686a30f89ef0367ece90809762c9379d982c5/datetime-interval-0.2.tar.gz" } ] }