{ "info": { "author": "Thomas Levine", "author_email": "_@thomaslevine.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "In Python I can produce a range of numbers like this. ::\n\n range(1, 10)\n\n``date_range`` produces a range of dates like this. ::\n\n date_range(datetime.date(1990, 3, 30), datetime.date.today())\n\nInstall from PyPI. ::\n\n pip install date_range\n\nRun tests like so. ::\n\n python test.py\n\nIt currently supports only full dates, just as range only supports integers,\nIt would be cool to add support for producing datetimes spaced by something smaller,\nlike half-days; this would be akin to adding support for floats in range.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tlevine/date_range.git", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "date_range", "package_url": "https://pypi.org/project/date_range/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/date_range/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tlevine/date_range.git" }, "release_url": "https://pypi.org/project/date_range/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Produce a sequence of dates. It's like the builtin range function but for datetime.date objects", "version": "0.0.1" }, "last_serial": 1707922, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1a36a5f806fdaea9517a47acb4efad5c", "sha256": "7a49339441bf135489df5a72d7ac654fc368fce279e9d2d56cd557d3f1ad96ee" }, "downloads": -1, "filename": "date_range-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1a36a5f806fdaea9517a47acb4efad5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1303, "upload_time": "2015-09-04T12:59:16", "url": "https://files.pythonhosted.org/packages/f2/b1/e344adfc47fb35aeb3d5879e18510c27d8c7c8392f388ea066ca2368f682/date_range-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a36a5f806fdaea9517a47acb4efad5c", "sha256": "7a49339441bf135489df5a72d7ac654fc368fce279e9d2d56cd557d3f1ad96ee" }, "downloads": -1, "filename": "date_range-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1a36a5f806fdaea9517a47acb4efad5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1303, "upload_time": "2015-09-04T12:59:16", "url": "https://files.pythonhosted.org/packages/f2/b1/e344adfc47fb35aeb3d5879e18510c27d8c7c8392f388ea066ca2368f682/date_range-0.0.1.tar.gz" } ] }