|
8 | 8 | </a>
|
9 | 9 | </p>
|
10 | 10 | <p align="center">
|
11 |
| - <a href="https://pyuploadcare.readthedocs.io/en/latest/">Package Docs</a> • |
12 |
| - <a href="https://uploadcare.com/docs/">Uploadcare Docs</a> • |
13 |
| - <a href="https://uploadcare.com/api-refs/upload-api/">Upload API Reference</a> • |
14 |
| - <a href="https://uploadcare.com/api-refs/rest-api/">REST API Reference</a> • |
15 |
| - <a href="https://uploadcare.com/api-refs/url-api/">URL API Reference</a> • |
| 11 | + <a href="https://pyuploadcare.readthedocs.io/en/latest/">Package Docs</a> • |
| 12 | + <a href="https://uploadcare.com/docs/">Uploadcare Docs</a> • |
| 13 | + <a href="https://uploadcare.com/api-refs/upload-api/">Upload API Reference</a> • |
| 14 | + <a href="https://uploadcare.com/api-refs/rest-api/">REST API Reference</a> • |
| 15 | + <a href="https://uploadcare.com/api-refs/url-api/">URL API Reference</a> • |
16 | 16 | <a href="https://uploadcare.com/">Website</a>
|
17 | 17 | </p>
|
18 | 18 |
|
|
25 | 25 |
|
26 | 26 | Build file handling in minutes. Upload or accept user-generated content, store, transform, optimize, and deliver images, videos, and documents to billions of users.
|
27 | 27 |
|
28 |
| -* [Description](#description) |
29 |
| -* [Documentation](#documentation) |
30 |
| -* [Installation](#installation) |
31 |
| -* [Requirements](#requirements) |
32 |
| -* [Usage](#usage) |
33 |
| -* [Testing](#testing) |
34 |
| -* [Demo app (Docker)](#demo-app) |
| 28 | +- [Python API client for Uploadcare](#python-api-client-for-uploadcare) |
| 29 | + - [Description](#description) |
| 30 | + - [Documentation](#documentation) |
| 31 | + - [Installation](#installation) |
| 32 | + - [Requirements](#requirements) |
| 33 | + - [Usage](#usage) |
| 34 | + - [Basic usage](#basic-usage) |
| 35 | + - [Django integration](#django-integration) |
| 36 | + - [Testing](#testing) |
| 37 | + - [Demo app](#demo-app) |
| 38 | + - [Suggestions and questions](#suggestions-and-questions) |
35 | 39 |
|
36 | 40 | ## Description
|
37 | 41 |
|
@@ -64,7 +68,7 @@ pip install pyuploadcare[django]
|
64 | 68 |
|
65 | 69 | ## Requirements
|
66 | 70 |
|
67 |
| -* Python 3.8, 3.9, 3.10, 3.11, 3.12 |
| 71 | +* Python 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 |
68 | 72 |
|
69 | 73 | To use pyuploadcare with Python 3.6 or 3.7 please install `pyuploadcare < 5.0`.
|
70 | 74 |
|
@@ -239,6 +243,6 @@ We've developed a demo app that showcases most of the features. You can install
|
239 | 243 |
|
240 | 244 | ## Suggestions and questions
|
241 | 245 |
|
242 |
| -[Contributing guide](https://github.com/uploadcare/.github/blob/master/CONTRIBUTING.md) |
243 |
| -[Security policy](https://github.com/uploadcare/pyuploadcare/security/policy) |
244 |
| -[Support](https://github.com/uploadcare/.github/blob/master/SUPPORT.md) |
| 246 | +[Contributing guide](https://github.com/uploadcare/.github/blob/master/CONTRIBUTING.md) |
| 247 | +[Security policy](https://github.com/uploadcare/pyuploadcare/security/policy) |
| 248 | +[Support](https://github.com/uploadcare/.github/blob/master/SUPPORT.md) |
0 commit comments