File: index.rst

package info (click to toggle)
dateparser 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,196 kB
  • sloc: python: 52,721; makefile: 155; sh: 15
file content (63 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
====================================================
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`