{ "info": { "author": "t5w5h5", "author_email": "t5w5h5@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "rdate\n=====\n\nAlternative to standard datetime library.\n\n*IMPORTANT NOTE: No timezone support!*\n\nThere is currently no timezone support. It is assumed that all dates and times are local.\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ pip install rlib-date\n\nGetting Started\n---------------\n\n.. code-block:: python\n\n from rdate import Date, Time\n\n t = Time.now()\n t = Time(22) # 10:00:00 pm\n\n d = Date.today()\n d = Date(2017) # 2017-01-01\n\n\nCheck the doc strings and unit tests for examples.\n\nLicense\n-------\n\n\"MIT\". See LICENSE for details. Copyright t5w5h5@gmail.com, 2018.\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/t5w5h5/rdate/archive/0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/t5w5h5/rdate", "keywords": "date", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "rlib-date", "package_url": "https://pypi.org/project/rlib-date/", "platform": "any", "project_url": "https://pypi.org/project/rlib-date/", "project_urls": { "Download": "https://github.com/t5w5h5/rdate/archive/0.1.tar.gz", "Homepage": "https://github.com/t5w5h5/rdate" }, "release_url": "https://pypi.org/project/rlib-date/0.1/", "requires_dist": null, "requires_python": "", "summary": "Alternative to standard datetime library.", "version": "0.1" }, "last_serial": 3739600, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7096261eb08aa3f10965d9bd722e71a8", "sha256": "1e2b2cadbc6d3e931ae1ee9bba8e764840a8796b5881fb0516d487a005eff7a5" }, "downloads": -1, "filename": "rlib-date-0.1.tar.gz", "has_sig": false, "md5_digest": "7096261eb08aa3f10965d9bd722e71a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6483, "upload_time": "2018-04-06T01:11:26", "url": "https://files.pythonhosted.org/packages/be/78/fe73d458d8342332527039f78f2c4259da70564609f47588af505794e866/rlib-date-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7096261eb08aa3f10965d9bd722e71a8", "sha256": "1e2b2cadbc6d3e931ae1ee9bba8e764840a8796b5881fb0516d487a005eff7a5" }, "downloads": -1, "filename": "rlib-date-0.1.tar.gz", "has_sig": false, "md5_digest": "7096261eb08aa3f10965d9bd722e71a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6483, "upload_time": "2018-04-06T01:11:26", "url": "https://files.pythonhosted.org/packages/be/78/fe73d458d8342332527039f78f2c4259da70564609f47588af505794e866/rlib-date-0.1.tar.gz" } ] }