Skip to content

Commit 80ebce6

Browse files
Readme file Update
1 parent d386d41 commit 80ebce6

File tree

1 file changed

+49
-24
lines changed

1 file changed

+49
-24
lines changed

README.md

Lines changed: 49 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,54 @@
1-
![](https://img.shields.io/badge/api-v3.0-lightgrey) ![PyPI](https://img.shields.io/pypi/v/aspose-tasks-cloud) ![PyPI - Format](https://img.shields.io/pypi/format/aspose-tasks-cloud) ![PyPI - Downloads](https://img.shields.io/pypi/dm/aspose-tasks-cloud) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aspose-tasks-cloud) [![GitHub license](https://img.shields.io/github/license/aspose-tasks-cloud/aspose-tasks-cloud-php)](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-php/blob/master/LICENSE) ![GitHub last commit](https://img.shields.io/github/last-commit/Aspose-tasks-Cloud/aspose-tasks-cloud-php)
2-
3-
# Python SDK to Manage Tasks in the Cloud
4-
5-
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in the Cloud. [Aspose.Tasks Cloud SDK for Python](https://products.aspose.cloud/tasks/python) wraps the REST API to make it easier for Python developers to integrate Task Management features in their own applications.
6-
7-
## REST API for Task Management
8-
9-
* [Convert Microsoft Project & Oracle Primavera files](https://docs.aspose.cloud/tasks/convert-project-document-to-the-specified-format/) to other formats including MPP to PDF conversion.
10-
* Read, change and write Microsoft Project documents.
11-
* Create, update and write projects in XML project format.
12-
* Manage extended attributes.
13-
* [Define weekdays for calendars](https://docs.aspose.cloud/tasks/working-with-calendars/) and calendar exceptions.
14-
* [Manage tasks](https://docs.aspose.cloud/tasks/working-with-tasks/), baseline scheduling and duration.
15-
* Create and [manage task links](https://docs.aspose.cloud/tasks/working-with-task-links/).
16-
* Manage resources costs and variances.
17-
* Access assignment costs and budget.
1+
![](https://img.shields.io/badge/api-v3.0-lightgrey) ![PyPI](https://img.shields.io/pypi/v/aspose-tasks-cloud) ![PyPI - Format](https://img.shields.io/pypi/format/aspose-tasks-cloud) ![PyPI - Downloads](https://img.shields.io/pypi/dm/aspose-tasks-cloud) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aspose-tasks-cloud) [![GitHub license](https://img.shields.io/github/license/aspose-tasks-cloud/aspose-tasks-cloud-python)](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-php/blob/master/LICENSE) ![GitHub last commit](https://img.shields.io/github/last-commit/Aspose-tasks-Cloud/aspose-tasks-cloud-python)
2+
3+
# Manipulate Project Files via Python Cloud REST API
4+
5+
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in the Cloud. [Aspose.Tasks Cloud SDK for Go](https://products.aspose.cloud/tasks/go) wraps the REST API to make it easier for the developers to integrate Task Management features in their own cloud-based Go applications.
6+
7+
Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/taskscloud/Developer+Guide) & [API Reference](https://apireference.aspose.cloud/tasks/) to know all about Aspose.Tasks Cloud API.
8+
9+
## MS Project Processing Features
10+
- Add project assignments or delete project assignments along with their references.
11+
- Get the project's outline codes by index & get links to all project tasks.
12+
- Import projects from Primavera DB formats or from databases with the specified connection string.
13+
- Get UIDs of all projects contained in the file & fetch the required assignment with the project based on UID.
14+
- Manage project tasks, resource data, calendars & Work Breakdown Structure (WBS).
15+
- Perform risk analysis using Monte Carlo simulation and create a report.
16+
- Create and set project document properties & fetch all or specific existing properties.
17+
- Get a project's extended attributes, time-scaled data, or recurring info of a specific task.
18+
- Reschedule project tasks, dates, and other settings.
19+
- Calculate slacks & recalculate project completion or incompletion work.
20+
- Fetch a project document in the desired format.
21+
- Delete project task with its related references & rebuild the task tree.
22+
- [Convert project documents](https://docs.aspose.cloud/tasks/convert-project-document-to-the-specified-format/) to other formats.
23+
- Manipulate task data.
24+
- [Manage project's resources](https://docs.aspose.cloud/tasks/working-with-resources/).
25+
- Handle task links & task assignments.
26+
- Work with project's extended attributes.
27+
- [Read Microsoft Project’s document properties](https://docs.aspose.cloud/tasks/working-with-calendars/) such as start and finish date, tasks scheduling types and so on.
28+
- [Read Microsoft Project’s Calendars](https://docs.aspose.cloud/tasks/working-with-calendars/) and Calendar Exceptions information.
1829

1930
## Read & Write Project Data
20-
2131
**Microsoft Project** MPP, XML, MPT **Primavera** MPX
2232

2333
## Save Project Data As
24-
2534
XER, XLSX, HTML, XML, TXT, TIF, SVG, PNG, JPEG
2635

36+
37+
## Enhancements in Version 20.11
38+
- Support for the batch creation of tasks (i.e. the ability to create multiple tasks in a single *API* call).
39+
40+
## Enhancements in Version 20.8
41+
- Ability to specify the non-default path for Project Server's *PWA* URL.
42+
- Ability to modify *timephasedData* collection in assignments.
43+
44+
## Enhancements in Version 20.6
45+
- Possibility to render comments when saving as image, HTML or PDF.
46+
- Option to use username and password to connect Project Online (Server) instead of auth token, incase you don't have it.
47+
- Ability to add assignments to your project file along with specifying its cost.
48+
- Quickly adding new tasks to project, when calculation mode is set to automatic.
49+
- Ability to add project in Microsoft Project Server.
50+
- Added support of reading shared resource assignments.
51+
2752
## Get Started with Aspose.Tasks Cloud SDK for Python
2853

2954
Register an account at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) to get you application information. Next, either directly use the source from this repository in your project or get the package from [PyPi](https://pypi.org/project/aspose-tasks-cloud).
@@ -79,9 +104,9 @@ self.assertTrue(result.code == 200, 'Error has occurred while getting document p
79104

80105
## Aspose.Tasks Cloud SDKs in Popular Languages
81106

82-
| .NET | PHP | Python | Node.js |
83-
|---|---|---|---|
84-
| [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-dotnet) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-php) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-python) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-node) |
85-
| [NuGet](https://www.nuget.org/packages/Aspose.Tasks-Cloud/) | [Composer](https://packagist.org/packages/aspose/tasks-sdk-php) | [PIP](https://pypi.org/project/aspose-tasks-cloud/) | [NPM](https://www.npmjs.com/package/@asposecloud/aspose-tasks-cloud) |
107+
| .NET | PHP | Python| Node.js | Go |
108+
|---|---|---|---|---|
109+
| [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-dotnet) |[GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-php) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-python) | [GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-node) |[GitHub](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-go)|
110+
| [NuGet](https://www.nuget.org/packages/Aspose.tasks-Cloud/)| [Composer](https://packagist.org/packages/aspose/tasks-cloud-php) | [PIP](https://pypi.org/project/aspose-tasks-cloud/) | [NPM](https://www.npmjs.com/package/aspose-tasks-cloud) | [Go.Dev](https://pkg.go.dev/github.com/aspose-tasks-cloud/aspose-tasks-cloud-go/) |
86111

87-
[Home](https://www.aspose.cloud) | [Product Page](https://products.aspose.cloud/tasks/python) | [Documentation](https://docs.aspose.cloud/tasks/) | [Live Demo](https://products.aspose.app/tasks/family) | [API Reference](https://apireference.aspose.cloud/tasks/) | [Code Samples](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-python/tree/master/test) | [Blog](https://blog.aspose.cloud/category/tasks/) | [Free Support](https://forum.aspose.cloud/c/tasks) | [Free Trial](https://dashboard.aspose.cloud/#/apps)
112+
[Product Page](https://products.aspose.cloud/tasks/python) | [Documentation](https://docs.aspose.cloud/display/taskscloud/Home) | [API Reference](https://apireference.aspose.cloud/tasks/) | [Code Samples](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-python) | [Blog](https://blog.aspose.cloud/category/tasks/) | [Free Support](https://forum.aspose.cloud/c/tasks) | [Free Trial](https://dashboard.aspose.cloud/#/apps)

0 commit comments

Comments
 (0)