File: sidebarintro.html

package info (click to toggle)
requests 2.32.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,220 kB
  • sloc: python: 7,195; makefile: 391
file content (31 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download | duplicates (2)
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
<p class="logo">
  <a href="{{ pathto(master_doc) }}">
    <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" alt="Requests logo" />
  </a>
</p>

<p>
  Requests is an elegant and simple HTTP library for Python, built for
  human beings.
</p>

<h3>Useful Links</h3>
<ul>
  <li><a href="{{ pathto('user/quickstart') }}">Quickstart</a></li>
  <li><a href="{{ pathto('user/advanced') }}">Advanced Usage</a></li>
  <li><a href="{{ pathto('api') }}">API Reference</a></li>
  <li><a href="{{ pathto('community/updates') + '#release-history' }}">Release History</a></li>
  <li><a href="{{ pathto('dev/contributing') }}">Contributors Guide</a></li>

  <p></p>

  <li><a href="{{ pathto('community/recommended') }}">Recommended Packages and Extensions</a></li>

  <p></p>

  <li><a href="https://github.com/psf/requests">Requests @ GitHub</a></li>
  <li><a href="https://pypi.org/project/requests/">Requests @ PyPI</a></li>
  <li><a href="https://github.com/psf/requests/issues">Issue Tracker</a></li>
</ul>

</div>