====================================================
dateparser -- python parser for human readable dates
====================================================

.. image:: https://img.shields.io/pypi/dm/dateparser
   :target: https://pypi.python.org/pypi/dateparser
   :alt: pypi downloads

.. image:: https://img.shields.io/pypi/v/dateparser.svg
   :target: https://pypi.python.org/pypi/dateparser
   :alt: pypi version

.. image:: https://codecov.io/gh/scrapinghub/dateparser/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/scrapinghub/dateparser
   :alt: Code Coverage

.. image:: https://github.com/scrapinghub/dateparser/workflows/Build/badge.svg
   :target: https://github.com/scrapinghub/dateparser/actions
   :alt: Github Build

.. image:: https://readthedocs.org/projects/dateparser/badge/?version=latest
   :target: http://dateparser.readthedocs.org/en/latest/?badge=latest
   :alt: Documentation Status


`dateparser` provides modules to easily parse localized dates in almost
any string formats commonly found on web pages.


Documentation
=============

This documentation is built automatically and can be found on
`Read the Docs <https://dateparser.readthedocs.org/en/latest/>`_.


.. include:: introduction.rst

Indices and tables
==================


Contents:

.. toctree::
   :maxdepth: 2

   introduction
   installation
   usage
   settings
   custom_language_detection
   supported_locales
   contributing
   modules
   authors
   history


* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

