|
| 1 | +################ |
| 2 | +flake8_strftime |
| 3 | +################ |
| 4 | + |
| 5 | +.. start short_desc |
| 6 | +
|
| 7 | +**A flake8 plugin which checks for use of platform specific strftime codes.** |
| 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| |docs_check| |
| 20 | + * - Tests |
| 21 | + - |travis| |actions_windows| |actions_macos| |coveralls| |codefactor| |
| 22 | + * - PyPI |
| 23 | + - |pypi-version| |supported-versions| |supported-implementations| |wheel| |
| 24 | + * - Anaconda |
| 25 | + - |conda-version| |conda-platform| |
| 26 | + * - Activity |
| 27 | + - |commits-latest| |commits-since| |maintained| |
| 28 | + * - Other |
| 29 | + - |license| |language| |requires| |
| 30 | + |
| 31 | +.. |docs| image:: https://img.shields.io/readthedocs/flake8_strftime/latest?logo=read-the-docs |
| 32 | + :target: https://flake8_strftime.readthedocs.io/en/latest/?badge=latest |
| 33 | + :alt: Documentation Status |
| 34 | + |
| 35 | +.. |docs_check| image:: https://github.com/domdfcoding/flake8_strftime/workflows/Docs%20Check/badge.svg |
| 36 | + :target: https://github.com/domdfcoding/flake8_strftime/actions?query=workflow%3A%22Docs+Check%22 |
| 37 | + :alt: Docs Check Status |
| 38 | + |
| 39 | +.. |travis| image:: https://img.shields.io/travis/com/domdfcoding/flake8_strftime/master?logo=travis |
| 40 | + :target: https://travis-ci.com/domdfcoding/flake8_strftime |
| 41 | + :alt: Travis Build Status |
| 42 | + |
| 43 | +.. |actions_windows| image:: https://github.com/domdfcoding/flake8_strftime/workflows/Windows%20Tests/badge.svg |
| 44 | + :target: https://github.com/domdfcoding/flake8_strftime/actions?query=workflow%3A%22Windows+Tests%22 |
| 45 | + :alt: Windows Tests Status |
| 46 | + |
| 47 | +.. |actions_macos| image:: https://github.com/domdfcoding/flake8_strftime/workflows/macOS%20Tests/badge.svg |
| 48 | + :target: https://github.com/domdfcoding/flake8_strftime/actions?query=workflow%3A%22macOS+Tests%22 |
| 49 | + :alt: macOS Tests Status |
| 50 | + |
| 51 | +.. |requires| image:: https://requires.io/github/domdfcoding/flake8_strftime/requirements.svg?branch=master |
| 52 | + :target: https://requires.io/github/domdfcoding/flake8_strftime/requirements/?branch=master |
| 53 | + :alt: Requirements Status |
| 54 | + |
| 55 | +.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/flake8_strftime/master?logo=coveralls |
| 56 | + :target: https://coveralls.io/github/domdfcoding/flake8_strftime?branch=master |
| 57 | + :alt: Coverage |
| 58 | + |
| 59 | +.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/flake8_strftime?logo=codefactor |
| 60 | + :target: https://www.codefactor.io/repository/github/domdfcoding/flake8_strftime |
| 61 | + :alt: CodeFactor Grade |
| 62 | + |
| 63 | +.. |pypi-version| image:: https://img.shields.io/pypi/v/flake8_strftime |
| 64 | + :target: https://pypi.org/project/flake8_strftime/ |
| 65 | + :alt: PyPI - Package Version |
| 66 | + |
| 67 | +.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/flake8_strftime |
| 68 | + :target: https://pypi.org/project/flake8_strftime/ |
| 69 | + :alt: PyPI - Supported Python Versions |
| 70 | + |
| 71 | +.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/flake8_strftime |
| 72 | + :target: https://pypi.org/project/flake8_strftime/ |
| 73 | + :alt: PyPI - Supported Implementations |
| 74 | + |
| 75 | +.. |wheel| image:: https://img.shields.io/pypi/wheel/flake8_strftime |
| 76 | + :target: https://pypi.org/project/flake8_strftime/ |
| 77 | + :alt: PyPI - Wheel |
| 78 | + |
| 79 | +.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/flake8_strftime?logo=anaconda |
| 80 | + :alt: Conda - Package Version |
| 81 | + :target: https://anaconda.org/domdfcoding/flake8_strftime |
| 82 | + |
| 83 | +.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/flake8_strftime?label=conda%7Cplatform |
| 84 | + :alt: Conda - Platform |
| 85 | + :target: https://anaconda.org/domdfcoding/flake8_strftime |
| 86 | + |
| 87 | +.. |license| image:: https://img.shields.io/github/license/domdfcoding/flake8_strftime |
| 88 | + :alt: License |
| 89 | + :target: https://github.com/domdfcoding/flake8_strftime/blob/master/LICENSE |
| 90 | + |
| 91 | +.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/flake8_strftime |
| 92 | + :alt: GitHub top language |
| 93 | + |
| 94 | +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/flake8_strftime/v0.0.0 |
| 95 | + :target: https://github.com/domdfcoding/flake8_strftime/pulse |
| 96 | + :alt: GitHub commits since tagged version |
| 97 | + |
| 98 | +.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/flake8_strftime |
| 99 | + :target: https://github.com/domdfcoding/flake8_strftime/commit/master |
| 100 | + :alt: GitHub last commit |
| 101 | + |
| 102 | +.. |maintained| image:: https://img.shields.io/maintenance/yes/2020 |
| 103 | + :alt: Maintenance |
| 104 | + |
| 105 | +.. end shields |
| 106 | +
|
| 107 | +| |
| 108 | +
|
| 109 | +Installation |
| 110 | +-------------- |
| 111 | + |
| 112 | +.. start installation |
| 113 | +
|
| 114 | +``flake8_strftime`` can be installed from PyPI or Anaconda. |
| 115 | + |
| 116 | +To install with ``pip``: |
| 117 | + |
| 118 | +.. code-block:: bash |
| 119 | +
|
| 120 | + $ python -m pip install flake8_strftime |
| 121 | +
|
| 122 | +To install with ``conda``: |
| 123 | + |
| 124 | + * First add the required channels |
| 125 | + |
| 126 | + .. code-block:: bash |
| 127 | +
|
| 128 | + $ conda config --add channels http://conda.anaconda.org/domdfcoding |
| 129 | + $ conda config --add channels http://conda.anaconda.org/conda-forge |
| 130 | +
|
| 131 | + * Then install |
| 132 | + |
| 133 | + .. code-block:: bash |
| 134 | +
|
| 135 | + $ conda install flake8_strftime |
| 136 | +
|
| 137 | +.. end installation |
0 commit comments