File: page.html

package info (click to toggle)
python-boto 2.49.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,888 kB
  • sloc: python: 86,396; makefile: 112
file content (15 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends '!page.html' %}
{% block body %}
<!--REGION_DISCLAIMER_DO_NOT_REMOVE-->
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>You are viewing the documentation for an older version of boto (boto2).<p>
<p class="last"><a class="reference external" href="https://github.com/boto/boto3">Boto3</a>, the next version of Boto, is now
stable and recommended for general use.  It can be used side-by-side with
Boto in the same project, so it is easy to start using Boto3 in your existing
projects as well as new projects. Going forward, API updates and all new
feature work will be focused on Boto3.</p>
<p>For more information, see the <a href="http://boto3.readthedocs.org/">documentation for boto3.</a></p>
</div>
{{ super() }}
{% endblock %}