|
6 | 6 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
7 | 7 |
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
9 |
| - <title>indifferent documentation — indifferent 0.0.post1.dev1+g45ad1e1 documentation</title> |
| 9 | + <title>indifferent documentation — indifferent 0.0.post1.dev1+g12f3ac9 documentation</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
|
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
|
12 | 12 |
|
13 | 13 |
|
14 | 14 | <script src="_static/jquery.js?v=5d32c60e"></script>
|
15 | 15 | <script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
16 |
| - <script src="_static/documentation_options.js?v=b59e89a2"></script> |
| 16 | + <script src="_static/documentation_options.js?v=3b2bfbf3"></script> |
17 | 17 | <script src="_static/doctools.js?v=9bcbadda"></script>
|
18 | 18 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
19 | 19 | <script src="_static/js/theme.js"></script>
|
|
110 | 110 | <h1>indifferent documentation<a class="headerlink" href="#indifferent-documentation" title="Link to this heading"></a></h1>
|
111 | 111 | <section id="indifferent">
|
112 | 112 | <h2>Indifferent<a class="headerlink" href="#indifferent" title="Link to this heading"></a></h2>
|
| 113 | +<p><img alt="PyPI - License" src="https://img.shields.io/pypi/l/indifferent?color=blue" /> |
| 114 | +<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/brianwarner/indifferent/pre-release.yml?label=Build%20and%20test" /> |
| 115 | +<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/brianwarner/indifferent/release.yml?label=Publish%20to%20PyPI" /> |
| 116 | +<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/indifferent" /></p> |
113 | 117 | <p><code class="docutils literal notranslate"><span class="pre">indifferent</span></code> analyzes two strings, computes the difference between the two, and prints the results in a variety of formats. It is indifferent to formatting and separators, focusing on the actual content of the strings.</p>
|
114 | 118 | <hr class="docutils" />
|
115 | 119 | <p><img alt="Sample output in HTML format" src="https://raw.githubusercontent.com/brianwarner/indifferent/main/img/indifferent.jpg" /></p>
|
|
0 commit comments