{ "info": { "author": "ContraxSuite, LLC", "author_email": "support@contraxsuite.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "datefinder - extract dates from text\n====================================\n\n.. image:: https://img.shields.io/travis/akoumjian/datefinder/master.svg\n :target: https://travis-ci.org/akoumjian/datefinder\n :alt: travis build status\n\n.. image:: https://img.shields.io/pypi/dm/datefinder.svg\n :target: https://pypi.python.org/pypi/datefinder/\n :alt: pypi downloads per day\n\n.. image:: https://img.shields.io/pypi/v/datefinder.svg\n :target: https://pypi.python.org/pypi/datefinder\n :alt: pypi version\n\n.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg\n :target: https://gitter.im/datefinder/Lobby\n :alt: gitter chat\n\n\nA python module for locating dates inside text. Use this package to extract all sorts \nof date like strings from a document and turn them into datetime objects.\n\nThis module finds the likely datetime strings and then uses the \n`dateparser `_ package to convert \nto the datetime object.\n\n\nInstallation\n------------\n\n.. code-block:: sh\n\n pip install datefinder\n\n\nHow to Use\n----------\n\n\n.. code-block:: python\n\n In [1]: string_with_dates = \"\"\"\n ...: ...\n ...: entries are due by January 4th, 2017 at 8:00pm\n ...: ...\n ...: created 01/15/2005 by ACME Inc. and associates.\n ...: ...\n ...: \"\"\"\n\n In [2]: import datefinder\n\n In [3]: matches = datefinder.find_dates(string_with_dates)\n\n In [4]: for match in matches:\n ...: print match\n ...:\n 2017-01-04 20:00:00\n 2005-01-15 00:00:00\n\n\nSupport\n-------\n\nYou can talk to us on `Gitter `_ or just submit an issue on `github `_. \n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/LexPredict/datefinder", "keywords": "datetime parser nlp", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "datefinder-lexpredict", "package_url": "https://pypi.org/project/datefinder-lexpredict/", "platform": "", "project_url": "https://pypi.org/project/datefinder-lexpredict/", "project_urls": { "Homepage": "https://github.com/LexPredict/datefinder" }, "release_url": "https://pypi.org/project/datefinder-lexpredict/0.6.2/", "requires_dist": [ "python-dateutil (>=2.4.2)", "pytz", "regex (==2017.9.23)", "mock; extra == 'dev'", "pytest (>=2.8.5); extra == 'dev'", "pytz (>=2015.7); extra == 'dev'", "mock; extra == 'test'", "pytest (>=2.8.5); extra == 'test'", "pytz (>=2015.7); extra == 'test'" ], "requires_python": "", "summary": "Extract datetime objects from strings (LexPredict fork)", "version": "0.6.2" }, "last_serial": 5095254, "releases": { "0.6.2": [ { "comment_text": "", "digests": { "md5": "64565f583e53751818ecf8a5dd901bae", "sha256": "fe38f6f5807f927edf28590be5e848de7aa8ee247e487d4e45ce296c58968949" }, "downloads": -1, "filename": "datefinder_lexpredict-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64565f583e53751818ecf8a5dd901bae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8821, "upload_time": "2019-04-04T07:39:01", "url": "https://files.pythonhosted.org/packages/27/47/9a38724045b30e2e4d1c5e3e08fd3b0770dedb2e9ca92c1347b9e2182470/datefinder_lexpredict-0.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c358946b4dbe0cce26e8bf29addb581a", "sha256": "7e1164c08cfe1b75d8c85286278bbb43291401eee9d7a57059efc9975f00dde6" }, "downloads": -1, "filename": "datefinder-lexpredict-0.6.2.tar.gz", "has_sig": false, "md5_digest": "c358946b4dbe0cce26e8bf29addb581a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8280, "upload_time": "2019-04-04T07:39:04", "url": "https://files.pythonhosted.org/packages/03/02/2f5873d245bf9b107caad758ba7684072e0a610b34fc98f4acb6a9e2d24a/datefinder-lexpredict-0.6.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "64565f583e53751818ecf8a5dd901bae", "sha256": "fe38f6f5807f927edf28590be5e848de7aa8ee247e487d4e45ce296c58968949" }, "downloads": -1, "filename": "datefinder_lexpredict-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64565f583e53751818ecf8a5dd901bae", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8821, "upload_time": "2019-04-04T07:39:01", "url": "https://files.pythonhosted.org/packages/27/47/9a38724045b30e2e4d1c5e3e08fd3b0770dedb2e9ca92c1347b9e2182470/datefinder_lexpredict-0.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c358946b4dbe0cce26e8bf29addb581a", "sha256": "7e1164c08cfe1b75d8c85286278bbb43291401eee9d7a57059efc9975f00dde6" }, "downloads": -1, "filename": "datefinder-lexpredict-0.6.2.tar.gz", "has_sig": false, "md5_digest": "c358946b4dbe0cce26e8bf29addb581a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8280, "upload_time": "2019-04-04T07:39:04", "url": "https://files.pythonhosted.org/packages/03/02/2f5873d245bf9b107caad758ba7684072e0a610b34fc98f4acb6a9e2d24a/datefinder-lexpredict-0.6.2.tar.gz" } ] }