Overview
Comment: | table intro |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b2227cd919949acd673da191c1ad7409 |
User & Date: | mario on 2022-10-29 03:11:42 |
Other Links: | manifest | tags |
Context
2022-10-30
| ||
09:08 | introduce .bind module check-in: d5d59c76fd user: mario tags: trunk | |
2022-10-29
| ||
03:11 | table intro check-in: b2227cd919 user: mario tags: trunk | |
2022-10-28
| ||
23:42 | use local images check-in: 97eec56287 user: mario tags: trunk | |
Changes
Modified html/flit.html from [16be14f881] to [29c041b882].
︙ | ︙ | |||
21 22 23 24 25 26 27 | <article id="content"> <header> <h1 class="title">Module <code>pluginconf.flit</code></h1> </header> <section id="section-intro"> <p>monkeypatches flit to use pluginconf sources for packaging with a <code>pyproject.toml</code> like:</p> | > > > > | | > | > > > > > > > > > > | | | | 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 64 65 66 67 68 69 70 71 72 73 74 | <article id="content"> <header> <h1 class="title">Module <code>pluginconf.flit</code></h1> </header> <section id="section-intro"> <p>monkeypatches flit to use pluginconf sources for packaging with a <code>pyproject.toml</code> like:</p> <table> <tr><th>pyproject.toml</th> <th>foobar/__init__.py</th></tr> <tr><td><pre> [build-system] requires = ["pluginconf", "flit] build-backend = "pluginconf.flit" [project] name = "foobar" dynamic = ["*"] </pre></td> <td><pre> # title: foobar # description: package summary # version: 2.5.0 # depends: python:requests >= 2.25 # license: MITL # classifiers: backend, text # url: http;//example.org </pre></td></tr> </table> <p>Can be invoked per <code>flit-pluginconf build</code> or <code>python -m build</code>.</p> <p><img src="/pluginspec/doc/tip/html/flit.gif" alt="flit - can't believe it's not setup.py!!"></p> </section> <section> </section> <section> </section> <section> <h2 class="section-title" id="header-functions">Functions</h2> <dl> <dt id="pluginconf.flit.make_metadata"><code class="name flex"> <span>def <span class="ident">make_metadata</span></span>(<span>module, ini_info)</span> </code></dt> <dd> <div class="desc"><p>@inject different sourcing order to apply plugin meta fields</p></div> </dd> <dt id="pluginconf.flit.pmd_update"><code class="name flex"> <span>def <span class="ident">pmd_update</span></span>(<span>pmd, ini)</span> </code></dt> <dd> <div class="desc"><p>enjoin PMD fields with flit.common.MetaData</p></div> </dd> <dt id="pluginconf.flit.read_flit_config"><code class="name flex"> <span>def <span class="ident">read_flit_config</span></span>(<span>path)</span> </code></dt> |
︙ | ︙ | |||
75 76 77 78 79 80 81 | <ul> <li><code><a title="pluginconf" href="index.html">pluginconf</a></code></li> </ul> </li> <li><h3><a href="#header-functions">Functions</a></h3> <ul class=""> <li><code><a title="pluginconf.flit.make_metadata" href="#pluginconf.flit.make_metadata">make_metadata</a></code></li> | | | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | <ul> <li><code><a title="pluginconf" href="index.html">pluginconf</a></code></li> </ul> </li> <li><h3><a href="#header-functions">Functions</a></h3> <ul class=""> <li><code><a title="pluginconf.flit.make_metadata" href="#pluginconf.flit.make_metadata">make_metadata</a></code></li> <li><code><a title="pluginconf.flit.pmd_update" href="#pluginconf.flit.pmd_update">pmd_update</a></code></li> <li><code><a title="pluginconf.flit.read_flit_config" href="#pluginconf.flit.read_flit_config">read_flit_config</a></code></li> </ul> </li> </ul> </nav> </main> <footer id="footer"> <p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p> </footer> </body> </html> |