File: sidebarintro.html

package info (click to toggle)
dataclass-wizard 0.35.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,808 kB
  • sloc: python: 15,276; makefile: 111; javascript: 23
file content (42 lines) | stat: -rw-r--r-- 1,893 bytes parent folder | download
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>