|
1 |
| -.. include:: ../README.rst |
| 1 | +=========================== |
| 2 | +domdf_python_tools |
| 3 | +=========================== |
2 | 4 |
|
| 5 | +.. start short_desc |
| 6 | +
|
| 7 | +**Helpful functions for Python** |
| 8 | + |
| 9 | +.. end short_desc |
| 10 | +
|
| 11 | +
|
| 12 | +.. start shields |
| 13 | +
|
| 14 | +.. list-table:: |
| 15 | + :stub-columns: 1 |
| 16 | + :widths: 10 90 |
| 17 | + |
| 18 | + * - Docs |
| 19 | + - |docs| |
| 20 | + * - Tests |
| 21 | + - |travis| |requires| |coveralls| |codefactor| |
| 22 | + * - PyPI |
| 23 | + - |pypi-version| |supported-versions| |supported-implementations| |wheel| |
| 24 | + * - Anaconda |
| 25 | + - |conda-version| |conda-platform| |
| 26 | + * - Other |
| 27 | + - |license| |language| |commits-since| |commits-latest| |maintained| |
| 28 | + |
| 29 | +.. |docs| image:: https://readthedocs.org/projects/domdf_python_tools/badge/?version=latest |
| 30 | + :target: https://domdf_python_tools.readthedocs.io/en/latest/?badge=latest |
| 31 | + :alt: Documentation Status |
| 32 | + |
| 33 | +.. |travis| image:: https://img.shields.io/travis/com/domdfcoding/domdf_python_tools/master?logo=travis |
| 34 | + :target: https://travis-ci.com/domdfcoding/domdf_python_tools |
| 35 | + :alt: Travis Build Status |
| 36 | + |
| 37 | +.. |requires| image:: https://requires.io/github/domdfcoding/domdf_python_tools/requirements.svg?branch=master |
| 38 | + :target: https://requires.io/github/domdfcoding/domdf_python_tools/requirements/?branch=master |
| 39 | + :alt: Requirements Status |
| 40 | + |
| 41 | +.. |coveralls| image:: https://coveralls.io/repos/github/domdfcoding/domdf_python_tools/badge.svg?branch=master |
| 42 | + :target: https://coveralls.io/github/domdfcoding/domdf_python_tools?branch=master |
| 43 | + :alt: Coverage |
| 44 | + |
| 45 | +.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/domdf_python_tools |
| 46 | + :target: https://www.codefactor.io/repository/github/domdfcoding/domdf_python_tools |
| 47 | + :alt: CodeFactor Grade |
| 48 | + |
| 49 | +.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf_python_tools.svg |
| 50 | + :target: https://pypi.org/project/domdf_python_tools/ |
| 51 | + :alt: PyPI - Package Version |
| 52 | + |
| 53 | +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domdf_python_tools.svg |
| 54 | + :target: https://pypi.org/project/domdf_python_tools/ |
| 55 | + :alt: PyPI - Supported Python Versions |
| 56 | + |
| 57 | +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf_python_tools |
| 58 | + :target: https://pypi.org/project/domdf_python_tools/ |
| 59 | + :alt: PyPI - Supported Implementations |
| 60 | + |
| 61 | +.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf_python_tools |
| 62 | + :target: https://pypi.org/project/domdf_python_tools/ |
| 63 | + :alt: PyPI - Wheel |
| 64 | + |
| 65 | +.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/domdf_python_tools |
| 66 | + :alt: Conda - Package Version |
| 67 | + :target: https://anaconda.org/domdfcoding/domdf_python_tools |
| 68 | + |
| 69 | +.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/domdf_python_tools?label=conda%7Cplatform |
| 70 | + :alt: Conda - Platform |
| 71 | + :target: https://anaconda.org/domdfcoding/domdf_python_tools |
| 72 | + |
| 73 | +.. |license| image:: https://img.shields.io/github/license/domdfcoding/domdf_python_tools |
| 74 | + :alt: License |
| 75 | + :target: https://github.com/domdfcoding/domdf_python_tools/blob/master/LICENSE |
| 76 | + |
| 77 | +.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools |
| 78 | + :alt: GitHub top language |
| 79 | + |
| 80 | +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.3 |
| 81 | + :target: https://github.com/domdfcoding/domdf_python_tools/pulse |
| 82 | + :alt: GitHub commits since tagged version |
| 83 | + |
| 84 | +.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/domdf_python_tools |
| 85 | + :target: https://github.com/domdfcoding/domdf_python_tools/commit/master |
| 86 | + :alt: GitHub last commit |
| 87 | + |
| 88 | +.. |maintained| image:: https://img.shields.io/maintenance/yes/2020 |
| 89 | + :alt: Maintenance |
| 90 | + |
| 91 | +.. end shields |
| 92 | +
|
| 93 | +
|
| 94 | +| |
| 95 | +
|
| 96 | +Installation |
| 97 | +------------- |
| 98 | + |
| 99 | +.. start installation |
| 100 | +
|
| 101 | +.. tabs:: |
| 102 | + |
| 103 | + .. tab:: from PyPI |
| 104 | + |
| 105 | + .. prompt:: bash |
| 106 | + |
| 107 | + pip install domdf_python_tools |
| 108 | + |
| 109 | + .. tab:: from Anaconda |
| 110 | + |
| 111 | + First add the required channels |
| 112 | + |
| 113 | + .. prompt:: bash |
| 114 | + |
| 115 | + $ conda config --add channels http://conda.anaconda.org/domdfcoding |
| 116 | + $ conda config --add channels http://conda.anaconda.org/conda-forge |
| 117 | + |
| 118 | + Then install |
| 119 | + |
| 120 | + .. prompt:: bash |
| 121 | + |
| 122 | + conda install domdf_python_tools |
| 123 | + |
| 124 | + .. tab:: from GitHub |
| 125 | + |
| 126 | + .. prompt:: bash |
| 127 | + |
| 128 | + pip install git+https://github.com//domdf_python_tools@master |
| 129 | + |
| 130 | +.. end installation |
3 | 131 |
|
4 |
| -View the :ref:`Function Index <genindex>` or browse the `Source Code <_modules/index.html>`__. |
5 | 132 |
|
6 |
| -`Browse the GitHub Repository <https://github.com/domdfcoding/domdf_python_tools>`__ |
7 | 133 |
|
8 | 134 | .. toctree::
|
9 |
| - :hidden: |
| 135 | + :hidden: |
10 | 136 |
|
11 |
| - Home<self> |
| 137 | + Home<self> |
12 | 138 |
|
13 | 139 | .. toctree::
|
14 |
| - :maxdepth: 3 |
15 |
| - :caption: Documentation |
16 |
| - |
17 |
| - dates |
18 |
| - doctools |
19 |
| - pagesizes |
20 |
| - paths |
21 |
| - terminal |
22 |
| - utils |
23 |
| - Source |
24 |
| - Building |
| 140 | + :maxdepth: 3 |
| 141 | + :caption: Documentation |
| 142 | + |
| 143 | + dates |
| 144 | + doctools |
| 145 | + pagesizes |
| 146 | + paths |
| 147 | + terminal |
| 148 | + utils |
| 149 | + Source |
| 150 | + Building |
| 151 | + |
| 152 | +.. start links |
| 153 | +
|
| 154 | +View the :ref:`Function Index <genindex>` or browse the `Source Code <_modules/index.html>`__. |
| 155 | + |
| 156 | +`Browse the GitHub Repository <https://github.com/domdfcoding/domdf_python_tools>`__ |
| 157 | + |
| 158 | +.. end links |
0 commit comments