{ "info": { "author": "Thomas Leichtfuss", "author_email": "thomaslfuss@gmx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7" ], "description": "timeparser\n==========\n\nParse strings to objects of the datetime-module.\n\nThis module intends to make string-parsing to objects of the datetime-module as\neasy as possible while allowing a fine configuration about which kind of formats\nare supported.\n\n\nLatest Version\n--------------\nThe latest version of this project can be found at : http://github.com/thomst/timeparser.\n\n\nInstallation\n------------\n* Option 1 : Install via pip ::\n\n pip install timeparser\n\n* Option 2 : If you have downloaded the source ::\n\n python setup.py install\n\n\nDokumentaion:\n-------------\nPlease visit the documentation on readthedocs.org:\nhttps://timeparser.readthedocs.org/en/latest/index.html\n\n\nUsage\n-----\nHow to use? ::\n\n >>> import timeparser\n >>>\n >>> timeparser.parsedate('24.4.13')\n datetime.date(2013, 4, 24)\n >>>\n >>> timeparser.parsedate('24 Apr 2013')\n datetime.date(2013, 4, 24)\n >>>\n >>> timeparser.parsetime('234405')\n datetime.time(23, 44, 5)\n >>>\n >>> timeparser.TimeFormats.config(allow_no_sep=False)\n >>> timeparser.parsetime('234405')\n ValueError: couldn't parse 234405 as time\n >>>\n >>> timeparser.parsedatetime('24-04-13_23:44:05')\n datetime.datetime(2013, 4, 24, 23, 44, 5)\n\n\nChanges in v0.7\n---------------\nThe formats-classes accept an keyword try_hard, which means they try\nto build formats for what ever kind of string was passed -regardless\nof any configuration\n\n\nReporting Bugs\n--------------\nPlease report bugs at github issue tracker:\nhttps://github.com/thomst/timeparser/issues\n\n\nAuthor\n------\nthomst \nThomas Leichtfu\u00df\n\n* http://github.com/thomst", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/packages/source/t/timeparser/timeparser-0.7.4.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thomst/timeparser", "keywords": "parser parse datetime time strings", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "timeparser", "package_url": "https://pypi.org/project/timeparser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/timeparser/", "project_urls": { "Download": "https://pypi.python.org/packages/source/t/timeparser/timeparser-0.7.4.tar.gz", "Homepage": "https://github.com/thomst/timeparser" }, "release_url": "https://pypi.org/project/timeparser/0.7.4/", "requires_dist": null, "requires_python": null, "summary": "A python-module to parse strings to time-, date-, datetime- or timedelta-objects.", "version": "0.7.4" }, "last_serial": 1007540, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "0f3ee11f2420a1eed527009bc8ffd4e3", "sha256": "364763c1bb4c88cb6b2adc9d380519255ec777a71c4cc8404613a03f6d3014a8" }, "downloads": -1, "filename": "timeparser-0.2.tar.gz", "has_sig": false, "md5_digest": "0f3ee11f2420a1eed527009bc8ffd4e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5871, "upload_time": "2013-04-29T23:28:29", "url": "https://files.pythonhosted.org/packages/1d/a8/df4ec5edab279c4eaaf1bebcfe6b0e26008c3f05c4ca43c495d1ee3117ef/timeparser-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "5239959ef9a9ca2600d943d6012612fa", "sha256": "948c4df55c20b524b80df338fcf6a24cf8ae13de49d90bcdf4dfef62f184a8b7" }, "downloads": -1, "filename": "timeparser-0.3.tar.gz", "has_sig": false, "md5_digest": "5239959ef9a9ca2600d943d6012612fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7186, "upload_time": "2013-05-03T17:14:57", "url": "https://files.pythonhosted.org/packages/c6/70/6f928c41a2b861fe26f0d6854b8ff89ca9351c16c3859392591347d3b689/timeparser-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "2b6c2763be4106a30fa97f374a7e6805", "sha256": "9c59da1c1a045a57151b12f04d8aa3e76bc1df43995d2632be2badabf188e04f" }, "downloads": -1, "filename": "timeparser-0.3.1.tar.gz", "has_sig": false, "md5_digest": "2b6c2763be4106a30fa97f374a7e6805", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7170, "upload_time": "2013-05-03T17:41:46", "url": "https://files.pythonhosted.org/packages/a1/88/faa6da2e2e050a25c8176efab4a10e08bf9c4d81139a0a4d3c07f86121d0/timeparser-0.3.1.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "be7a7df4aefbde06a8bbad57f769edb2", "sha256": "17260bd8565861cb3309e8a0111d2d94c7b2972ceb447c64a05cdedc70169fee" }, "downloads": -1, "filename": "timeparser-0.4.tar.gz", "has_sig": false, "md5_digest": "be7a7df4aefbde06a8bbad57f769edb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5986, "upload_time": "2013-05-04T10:36:32", "url": "https://files.pythonhosted.org/packages/00/62/23343158309455ae5be8dd45bf68dd84a7832ebaf2863afe7aafbb395d78/timeparser-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "52b945f6b701ba2dc3d4603f551ac66d", "sha256": "67c191d13b35e5a117753ffd2c03becc0a5d66f29b34cda96b1cb332816a90df" }, "downloads": -1, "filename": "timeparser-0.4.1.tar.gz", "has_sig": false, "md5_digest": "52b945f6b701ba2dc3d4603f551ac66d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6084, "upload_time": "2013-05-05T08:19:34", "url": "https://files.pythonhosted.org/packages/47/b3/f9c1774bb7dee6863a4f133af9b6272dca58af01f1ccde65f63ef6b2442a/timeparser-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "27d0c1f6ecce1f0148857af5dc67140c", "sha256": "ef275e93e0220c2ecebc889695d5ff76247cb646cc92bb6867157ca6297479c0" }, "downloads": -1, "filename": "timeparser-0.4.2.tar.gz", "has_sig": false, "md5_digest": "27d0c1f6ecce1f0148857af5dc67140c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6131, "upload_time": "2013-05-05T10:18:52", "url": "https://files.pythonhosted.org/packages/00/61/31924f8095d7f066f36d60ba3146b7e63b3db2b91af2da5735ed2d34da10/timeparser-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "5f3d0d2fa98c47a9027e302a8270e053", "sha256": "d8229a24d5402c420c08185187783c63b590f3a9bc3cbaad761ef1a2059f05d5" }, "downloads": -1, "filename": "timeparser-0.4.3.tar.gz", "has_sig": false, "md5_digest": "5f3d0d2fa98c47a9027e302a8270e053", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6310, "upload_time": "2013-05-06T11:07:43", "url": "https://files.pythonhosted.org/packages/d9/ce/527998cd076111d89bb79c19e63c7e9a5ad1fe203144a5558f65f51ecac0/timeparser-0.4.3.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "27cd7373c208b7f768e5bad79dde321c", "sha256": "a342201926a249fb9de8c3b897b2db51c6b256dcf6ed4569a29b2045f86f050d" }, "downloads": -1, "filename": "timeparser-0.5.tar.gz", "has_sig": false, "md5_digest": "27cd7373c208b7f768e5bad79dde321c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7005, "upload_time": "2013-05-07T14:03:22", "url": "https://files.pythonhosted.org/packages/64/0a/568d67a7632751227989ec63770017cb7846a0a86c71d6fd11ee914ab946/timeparser-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "92a527eea04e7370e62e7f3c78dce015", "sha256": "fc5442531f2375d45b4ce32930eb44becc4c2c2275bdc7b30b732cda9271fb13" }, "downloads": -1, "filename": "timeparser-0.5.1.tar.gz", "has_sig": false, "md5_digest": "92a527eea04e7370e62e7f3c78dce015", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7023, "upload_time": "2013-05-07T18:21:01", "url": "https://files.pythonhosted.org/packages/0e/ab/24423501b102854690ad3e3345e74f009609a0046ddb6eaf2f52014b1781/timeparser-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "5f42345ac55042cabc5f4f50d3a42a44", "sha256": "7f188d99ef1d3050d499e4724f8b375bdee250c4bb94b1aa6008fceeea8cf253" }, "downloads": -1, "filename": "timeparser-0.5.2.tar.gz", "has_sig": false, "md5_digest": "5f42345ac55042cabc5f4f50d3a42a44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7026, "upload_time": "2013-05-07T21:22:03", "url": "https://files.pythonhosted.org/packages/19/0e/24be9ea473457fbcd136b5a3df18bde09fcf4193a2916819c73846bd27d3/timeparser-0.5.2.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "740aa924e4625ab5fc6fb9c69bd5ce42", "sha256": "70de532af8bede9a111aaa6f8c9138ba4da6984c5cd43e85f58d427cd12c73e7" }, "downloads": -1, "filename": "timeparser-0.6.0.tar.gz", "has_sig": false, "md5_digest": "740aa924e4625ab5fc6fb9c69bd5ce42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8872, "upload_time": "2013-05-29T18:01:24", "url": "https://files.pythonhosted.org/packages/58/e8/52f3438fd9686c00b405d12b7dcda0c484b453ebf98c8293c7bc2159784e/timeparser-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "bfebfd89f8f4fc4528c47ebfabf29632", "sha256": "3a32cdb8de97f88c8e0babc081dd4293d2271b058b09a78e23bb475a85bf999f" }, "downloads": -1, "filename": "timeparser-0.7.0.tar.gz", "has_sig": false, "md5_digest": "bfebfd89f8f4fc4528c47ebfabf29632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9298, "upload_time": "2013-07-24T11:41:16", "url": "https://files.pythonhosted.org/packages/0b/f7/639d7028ed23c1be3eeaf2f78c61b0b97243044efe53b0ca955120f73dae/timeparser-0.7.0.tar.gz" } ], "0.7.1": [], "0.7.3": [ { "comment_text": "", "digests": { "md5": "5a7d66afdd16aeb5cc15c0602f1584f1", "sha256": "27941ba041a97cc0bda0b321b692baace0966b561c2d1031e1119a8852b06f9a" }, "downloads": -1, "filename": "timeparser-0.7.3.tar.gz", "has_sig": false, "md5_digest": "5a7d66afdd16aeb5cc15c0602f1584f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9361, "upload_time": "2013-07-25T21:35:23", "url": "https://files.pythonhosted.org/packages/d7/89/91bb7dc352f390fedd6ae3cf55f080ec1d88857ea6be933c87de959aa8c4/timeparser-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "8132f4edba4c17be19cc571527b3af08", "sha256": "601740b58613240bcb23e1e3acf772e6a5f9457398dd5df961c95187382627dc" }, "downloads": -1, "filename": "timeparser-0.7.4.tar.gz", "has_sig": false, "md5_digest": "8132f4edba4c17be19cc571527b3af08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9368, "upload_time": "2014-02-21T14:24:24", "url": "https://files.pythonhosted.org/packages/61/5c/325b7fbd474a18035b41bed48c28e2e418b830d957a6683a8b96773e8674/timeparser-0.7.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8132f4edba4c17be19cc571527b3af08", "sha256": "601740b58613240bcb23e1e3acf772e6a5f9457398dd5df961c95187382627dc" }, "downloads": -1, "filename": "timeparser-0.7.4.tar.gz", "has_sig": false, "md5_digest": "8132f4edba4c17be19cc571527b3af08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9368, "upload_time": "2014-02-21T14:24:24", "url": "https://files.pythonhosted.org/packages/61/5c/325b7fbd474a18035b41bed48c28e2e418b830d957a6683a8b96773e8674/timeparser-0.7.4.tar.gz" } ] }