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
|
<h1 class="logo"><a href="{{ pathto(master_doc) }}">Dataclass Wizard</a></h1>
<p class="blurb">
Bring Python <code>dataclasses</code> to life — the <i>wizard</i> way!
<!-- A set of simple, yet elegant <i>wizarding</i> tools for interacting with the-->
<!-- Python <code>dataclasses</code> module.-->
</p>
<h3>Useful Links</h3>
<ul>
<!-- Quickstart is hidden because the docs are outdated; will need to update later. -->
<!--<li><a href="https://dataclass.readthedocs.io/en/latest/user/quickstart/">Quickstart</a></li>-->
<li><a href="{{ pathto('overview') }}">Overview</a></li>
<li><a href="{{ pathto('installation') }}">Installation</a></li>
<li><a href="{{ pathto('examples') }}">Examples</a></li>
<li><a href="{{ pathto('python_compatibility') }}">Py Compatibility</a></li>
<li><a href="{{ pathto('common_use_cases', 1) }}">Common Use Cases</a></li>
<li><a href="{{ pathto('advanced_usage', 1) }}">Advanced Usage</a></li>
<li><a href="{{ pathto('history') }}">Release History</a></li>
<li><a href="{{ pathto('contributing') }}">Contributors Guide</a></li>
<p></p>
<li><a href="{{ pathto('env_magic') }}">Env Magic</a></li>
<li><a href="{{ pathto('wiz_cli') }}">CLI Tool</a></li>
<li><a href="{{ pathto('using_field_properties') }}">Using Field Properties</a></li>
<p></p>
<li><a href="https://github.com/rnag/dataclass-wizard/discussions">🗣 GitHub Discussions</a></li>
<li><a href="https://github.com/rnag/dataclass-wizard/issues">🎯 Issue Tracker</a></li>
<p></p>
<i>Dataclass Wizard @</i>
<li>
<a href="https://github.com/rnag/dataclass-wizard">GitHub</a> |
<a href="https://pypi.org/project/dataclass-wizard">PyPI</a> |
<a href="https://anaconda.org/conda-forge/dataclass-wizard">Anaconda</a> |
<a href="https://stackoverflow.com/questions/tagged/dataclass-wizard">Stack Overflow</a>
</li>
</ul>
|