{ "info": { "author": "Jim Klo", "author_email": "jim.klo@sri.com", "bugtrack_url": null, "classifiers": [], "description": "Simple module to parse ISO 8601 dates\n\nThis module parses the most common forms of ISO 8601 date strings (e.g.\n2007-01-14T20:34:22+00:00) into datetime objects.\n\n>>> import iso8601\n>>> iso8601.parse_date(\"2007-01-25T12:00:00Z\")\ndatetime.datetime(2007, 1, 25, 12, 0, tzinfo=)\n>>>\n\nChanges\n=======\n0.1.6\n-----\n* Removed Apache 2.0 license, now MIT license, same as original\n\n0.1.5\n-----\n\n* Forked original version by Michael Twomey located http://code.google.com/p/pyiso8601/ \n* Added the ability to parse date without any time information.\n* Apache 2.0 license\n\n0.1.4\n-----\n\n* The default_timezone argument wasn't being passed through correctly,\n UTC was being used in every case. Fixes issue 10.\n\n0.1.3\n-----\n\n* Fixed the microsecond handling, the generated microsecond values were \n way too small. Fixes issue 9.\n\n0.1.2\n-----\n\n* Adding ParseError to __all__ in iso8601 module, allows people to import it.\n Addresses issue 7.\n* Be a little more flexible when dealing with dates without leading zeroes.\n This violates the spec a little, but handles more dates as seen in the \n field. Addresses issue 6.\n* Allow date/time separators other than T.\n\n0.1.1\n-----\n\n* When parsing dates without a timezone the specified default is used. If no\n default is specified then UTC is used. Addresses issue 4.", "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/jimklo/pyiso8601plus", "keywords": null, "license": "The MIT License (MIT)", "maintainer": null, "maintainer_email": null, "name": "iso8601plus", "package_url": "https://pypi.org/project/iso8601plus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iso8601plus/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jimklo/pyiso8601plus" }, "release_url": "https://pypi.org/project/iso8601plus/0.1.6/", "requires_dist": null, "requires_python": null, "summary": "Simple module to parse ISO 8601 dates", "version": "0.1.6" }, "last_serial": 1071969, "releases": { "0.1.5": [ { "comment_text": "", "digests": { "md5": "91c204ec7d99da9e155cabc6c5cbfe0d", "sha256": "0681f9097abab91ca2836eb4f4d3e31c9427ac13bca2708b0a0cad2c408e03ca" }, "downloads": -1, "filename": "iso8601plus-0.1.5.tar.gz", "has_sig": false, "md5_digest": "91c204ec7d99da9e155cabc6c5cbfe0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4918, "upload_time": "2011-06-01T01:05:09", "url": "https://files.pythonhosted.org/packages/91/8d/54f8c46c3f745027cdb5109fd13152120d88e8d5f9b524e893e5460ae891/iso8601plus-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "d65033dfc8b0f5d52b6f6d6329db695f", "sha256": "d4765d0b8bccca561b6dab3f64dd64f8a17e4ade6d25fc49b8ea9870825f5837" }, "downloads": -1, "filename": "iso8601plus-0.1.6.tar.gz", "has_sig": false, "md5_digest": "d65033dfc8b0f5d52b6f6d6329db695f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4725, "upload_time": "2011-06-08T21:55:50", "url": "https://files.pythonhosted.org/packages/c3/16/a9bf08bcc6b49ee25e0f863bf8f35e1126a6d72af4d8696669e6765636c9/iso8601plus-0.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d65033dfc8b0f5d52b6f6d6329db695f", "sha256": "d4765d0b8bccca561b6dab3f64dd64f8a17e4ade6d25fc49b8ea9870825f5837" }, "downloads": -1, "filename": "iso8601plus-0.1.6.tar.gz", "has_sig": false, "md5_digest": "d65033dfc8b0f5d52b6f6d6329db695f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4725, "upload_time": "2011-06-08T21:55:50", "url": "https://files.pythonhosted.org/packages/c3/16/a9bf08bcc6b49ee25e0f863bf8f35e1126a6d72af4d8696669e6765636c9/iso8601plus-0.1.6.tar.gz" } ] }