|
1 | 1 | # Manage Emails in Cloud via Python REST SDK
|
2 |
| -[](https://pypi.org/project/aspose-email-cloud/) [](https://pypi.org/project/aspose-email-cloud/)  [](https://apireference.aspose.cloud/email/) |
| 2 | +[](https://pypi.org/project/aspose-email-cloud/) [](https://pypi.org/project/aspose-email-cloud/)  |
3 | 3 |
|
4 | 4 | [Aspose.Email Cloud SDK for Python](https://products.aspose.cloud/email/python) is a REST API SDK for creating email applications that work with standard email file formats such as Outlook MSG, EML, iCalendar files and VCard.
|
5 | 5 |
|
6 | 6 | This SDK allows you to work with Aspose.Email Cloud REST APIs in your Python applications quickly and easily, with zero initial cost.
|
7 | 7 |
|
8 | 8 | [Aspose.Email Cloud home](https://products.aspose.cloud/email/family)
|
9 |
| -[API Reference](https://apireference.aspose.cloud/email/) |
| 9 | + |
| 10 | +[Swagger UI](https://apireference.aspose.cloud/email/) |
10 | 11 |
|
11 | 12 | # Cloud Email Processing Features
|
12 | 13 | Aspose.Email Cloud is a REST API for creating email applications that work with standard email file formats. This SDK:
|
@@ -35,9 +36,7 @@ See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-10-rel
|
35 | 36 | ## How to use the SDK?
|
36 | 37 | The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-python/tree/master/sdk/AsposeEmailCloudSdk).
|
37 | 38 |
|
38 |
| -Use [SDK tutorials](https://docs.aspose.cloud/email/sdk-tutorials/). |
39 |
| - |
40 |
| -SDK reference documentation is available in [this README](https://github.com/aspose-email-cloud/aspose-email-cloud-python/blob/master/sdk/docs/README.md). |
| 39 | +Use [SDK tutorials](https://docs.aspose.cloud/email/sdk-tutorials/) and [SDK reference documentation](https://docs.aspose.cloud/email/reference-api/). |
41 | 40 |
|
42 | 41 | ### Prerequisites
|
43 | 42 |
|
@@ -73,4 +72,4 @@ contact = result.value[0]
|
73 | 72 | assert 'Parsed Display Name' in contact.display_name
|
74 | 73 | ```
|
75 | 74 |
|
76 |
| -[Product Page](https://products.aspose.cloud/email/python) | [Documentation](https://docs.aspose.cloud/email/) | [Demo](https://products.aspose.app/email/family) | [API Reference](https://apireference.aspose.cloud/email/) | [Blog](https://blog.aspose.cloud/category/email/) | [Free support](https://forum.aspose.cloud/c/email) | [Free trial](https://dashboard.aspose.cloud/#/apps) |
| 75 | +[Product Page](https://products.aspose.cloud/email/python) | [Documentation](https://docs.aspose.cloud/email/) | [Demo](https://products.aspose.app/email/family) | [Swagger UI](https://apireference.aspose.cloud/email/) | [Blog](https://blog.aspose.cloud/category/email/) | [Free support](https://forum.aspose.cloud/c/email) | [Free trial](https://dashboard.aspose.cloud/#/apps) | [SDK reference documentation](https://docs.aspose.cloud/email/reference-api) |
0 commit comments