{ "info": { "author": "Yevhen Kuzmovych", "author_email": "kuzmovych.goog@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: PyPy" ], "description": ".. image:: https://travis-ci.org/kuzmoyev/beautiful-date.svg?branch=master\n :target: https://travis-ci.org/kuzmoyev/beautiful-date\n\n**Before**:\n\n::\n\n from datetime import date, datetime\n\n d = date(year=2018, month=3, day=25)\n t = datetime(year=2018, month=3, day=25, hour=23, minute=45)\n\n**After**:\n\n::\n\n from beautiful_date import *\n\n d = 25/Mar/2018\n t = (25/Mar/2018)[23:45]\n\n\nInstallation\n==============\n\n::\n\n pip install beautiful-date", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/kuzmoyev/beautiful-date/archive/1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kuzmoyev/beautiful-date", "keywords": "beautiful,date,simple,timedelta,date-range", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "beautiful-date", "package_url": "https://pypi.org/project/beautiful-date/", "platform": "", "project_url": "https://pypi.org/project/beautiful-date/", "project_urls": { "Download": "https://github.com/kuzmoyev/beautiful-date/archive/1.0.tar.gz", "Homepage": "https://github.com/kuzmoyev/beautiful-date" }, "release_url": "https://pypi.org/project/beautiful-date/1.0.1/", "requires_dist": null, "requires_python": ">=3.5.0", "summary": "Simple and beautiful way to create date and datetime objects in Python.", "version": "1.0.1" }, "last_serial": 3722115, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "a69ee26d76022a1a2fa6acc640f6668a", "sha256": "5a06e54e2192c8d9580c874b3c6a340436d789fadf98e76f9fd82a709ede6f58" }, "downloads": -1, "filename": "beautiful-date-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a69ee26d76022a1a2fa6acc640f6668a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 6479, "upload_time": "2018-03-31T12:25:39", "url": "https://files.pythonhosted.org/packages/48/9a/067a2579f5d098bd7b0fe15212ffcdfa2baad893eb8640a232a2ef2e8364/beautiful-date-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a69ee26d76022a1a2fa6acc640f6668a", "sha256": "5a06e54e2192c8d9580c874b3c6a340436d789fadf98e76f9fd82a709ede6f58" }, "downloads": -1, "filename": "beautiful-date-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a69ee26d76022a1a2fa6acc640f6668a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 6479, "upload_time": "2018-03-31T12:25:39", "url": "https://files.pythonhosted.org/packages/48/9a/067a2579f5d098bd7b0fe15212ffcdfa2baad893eb8640a232a2ef2e8364/beautiful-date-1.0.1.tar.gz" } ] }