groupdocs-python
Advanced tools
| #!/usr/bin/env python | ||
| """ | ||
| Copyright 2012 GroupDocs. | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. | ||
| """ | ||
| class AccountRemovalResponse: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'result': 'DeleteAccountUserResult', | ||
| 'status': 'str', | ||
| 'error_message': 'str', | ||
| 'composedOn': 'long' | ||
| } | ||
| self.result = None # DeleteAccountUserResult | ||
| self.status = None # str | ||
| self.error_message = None # str | ||
| self.composedOn = None # long | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
+51
-0
@@ -1113,2 +1113,53 @@ #!/usr/bin/env python | ||
| def RemoveAccount(self, userId, email, nonce, **kwargs): | ||
| """Remove account by request. | ||
| Args: | ||
| userId, str: User id (required) | ||
| email, str: User email (required) | ||
| nonce, str: Removal nonce (required) | ||
| Returns: AccountRemovalResponse | ||
| """ | ||
| if( userId == None or email == None or nonce == None ): | ||
| raise ApiException(400, "missing required parameters") | ||
| allParams = ['userId', 'email', 'nonce'] | ||
| params = locals() | ||
| for (key, val) in params['kwargs'].iteritems(): | ||
| if key not in allParams: | ||
| raise TypeError("Got an unexpected keyword argument '%s' to method RemoveAccount" % key) | ||
| params[key] = val | ||
| del params['kwargs'] | ||
| resourcePath = '/mgmt/{userId}/account/users/removeaccount/{email}?nonce={nonce}'.replace('*', '') | ||
| resourcePath = resourcePath.replace('{format}', 'json') | ||
| method = 'DELETE' | ||
| queryParams = {} | ||
| headerParams = {} | ||
| if ('userId' in params): | ||
| replacement = str(self.apiClient.toPathValue(params['userId'])) | ||
| resourcePath = resourcePath.replace('{' + 'userId' + '}', | ||
| replacement) | ||
| if ('email' in params): | ||
| replacement = str(self.apiClient.toPathValue(params['email'])) | ||
| resourcePath = resourcePath.replace('{' + 'email' + '}', | ||
| replacement) | ||
| if ('nonce' in params): | ||
| replacement = str(self.apiClient.toPathValue(params['nonce'])) | ||
| resourcePath = resourcePath.replace('{' + 'nonce' + '}', | ||
| replacement) | ||
| postData = (params['body'] if 'body' in params else None) | ||
| response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams, | ||
| postData, headerParams) | ||
| if not response: | ||
| return None | ||
| responseObject = self.apiClient.deserialize(response, 'AccountRemovalResponse') | ||
| return responseObject | ||
| def GetUserEmbedKey(self, userId, area, **kwargs): | ||
@@ -1115,0 +1166,0 @@ """Returns active user embed key. |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -26,3 +26,5 @@ #!/usr/bin/env python | ||
| self.swaggerTypes = { | ||
| 'changedProperty': 'str', | ||
| 'oldValue': 'str', | ||
| 'newValue': 'str' | ||
@@ -32,2 +34,5 @@ } | ||
| self.changedProperty = None # str | ||
| self.oldValue = None # str | ||
| self.newValue = None # str | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -82,2 +82,3 @@ #!/usr/bin/env python | ||
| 'is_viewer_print_widget_enabled': 'bool', | ||
| 'is_viewer_search_widget_enabled': 'bool', | ||
| 'is_viewer_help_widget_enabled': 'bool', | ||
@@ -187,2 +188,3 @@ 'is_viewer_document_name_shown': 'bool', | ||
| self.is_viewer_print_widget_enabled = None # bool | ||
| self.is_viewer_search_widget_enabled = None # bool | ||
| self.is_viewer_help_widget_enabled = None # bool | ||
@@ -189,0 +191,0 @@ self.is_viewer_document_name_shown = None # bool |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
| __pkgname__ = "groupdocs-python" | ||
| __version__ = "2.5.0" | ||
| __version__ = "2.6.0" |
+37
-18
@@ -1,5 +0,5 @@ | ||
| Metadata-Version: 1.0 | ||
| Metadata-Version: 1.1 | ||
| Name: groupdocs-python | ||
| Version: 2.5.0 | ||
| Summary: A Python interface to the GroupDocs API | ||
| Version: 2.6.0 | ||
| Summary: GroupDocs Cloud SDK for Python | ||
| Home-page: http://groupdocs.com/ | ||
@@ -10,6 +10,35 @@ Author: GroupDocs Team | ||
| Download-URL: https://github.com/groupdocs/groupdocs-python | ||
| Description: GroupDocs Python SDK |Build Status|_ | ||
| Description: GroupDocs.Total for Cloud API is a suite of RESTful APIs that allows developers to seamlessly add comprehensive document collaboration tools to their web/mobile applications and websites. The suite currently includes the following tools: | ||
| **GroupDocs.Viewer for Cloud API** | ||
| An embeddable HTML-based document viewer that enables end users to view and securely share over 50 common document types, including PDF, Microsoft Word, Excel, PowerPoint, Outlook, Project, Visio, OpenDocument, CAD, etc. GroupDocs.Viewer works with all HTML5-compliant web-browsers, doesn’t require any client installation and allows end users to share document in a read-only mode. Learn more: http://groupdocs.com/cloud/document-viewer-api | ||
| **GroupDocs.Annotation for Cloud API** | ||
| GroupDocs.Annotation enables end users to collaboratively review and annotate 50+ document and image types directly from within your web app or site. GroupDocs.Annotation provides cross-platform compatibility, comes with an embeddable web-based GUI, allows multiple users to annotate the same document simultaneously in real time and is compatible with native PDF and Microsoft Word annotations. Learn more: http://groupdocs.com/cloud/document-annotation-api | ||
| **GroupDocs.Assembly for Cloud API** | ||
| GroupDocs.Assembly turns PDF and Microsoft Word documents into online forms. It allows you or end users to generate essential business documents on-the-fly by automatically merging document templates with data collected via online forms. GroupDocs.Assembly provides API and a web UI which enables end users to build online forms, link them to templates and get custom-generated documents without any help from developers. Learn more: http://groupdocs.com/cloud/document-assembly-api | ||
| **GroupDocs.Signature for Cloud API** | ||
| With this API, you can seamlessly build electronic signature workflows of any complexity. It allows you to send documents for signature; prepare and manage reusable document templates; capture handwritten, scanned or typed signatures, etc. You can also embed an out-of-the-box signature widget into any web page using a simple iframe. The widget allows end users to sign document online, without leaving your application or website. Learn more: http://groupdocs.com/cloud/electronic-signature-api | ||
| **GroupDocs.Comparison for Cloud API** | ||
| GroupDocs.Comparison allows end users to compare two versions of a document online. Supported file formats include: PDF, Microsoft Word, Excel, PowerPoint, OpenDocument, plain text and HTML. The API comes with an embeddable widget that can be seamlessly customized and integrated into your web app or site. The widget displays differences between compared documents with a redline change tracking view approach. Learn more: http://groupdocs.com/cloud/document-comparison-api | ||
| **GroupDocs.Conversion for Cloud API** | ||
| With this API you can convert back and forth between over 50 common document and image file formats. To name just a few, supported formats include: PDF, DOC(X), XLS(X), PPT(X), MSG, EML, RTF, ODT, ODS, CSV, TXT, HTML, XPS, DWG, DXF, VSD(X), JPEG, TIFF, PNG, GIF, BMP and many more. Lear more: | ||
| http://groupdocs.com/cloud/document-conversion-api | ||
| All APIs listed here can be used individually, or under a single GroupDocs.Total for Cloud API subscription. | ||
| GroupDocs Python SDK |Build Status|_ | ||
| #################################### | ||
| Latest SDK version 2.5.0. | ||
| Latest SDK version 2.6.0. | ||
@@ -37,14 +66,3 @@ Requirements | ||
| `Sign, Manage, Annotate, Assemble, Compare and Convert Documents with GroupDocs`_ | ||
| ********************************************************************************* | ||
| 1. `Sign documents online with GroupDocs Signature`_ | ||
| 2. `PDF, Word and Image Annotation with GroupDocs Annotation`_ | ||
| 3. `Online DOC, DOCX, PPT Document Comparison with GroupDocs | ||
| Comparison`_ | ||
| 4. `Online Document Management with GroupDocs Dashboard`_ | ||
| 5. `Doc to PDF, Doc to Docx, PPT to PDF, and other Document Conversions | ||
| with GroupDocs Viewer`_ | ||
| 6. `Online Document Automation with GroupDocs Assembly`_ | ||
| License | ||
@@ -81,5 +99,6 @@ ******* | ||
| .. |Build Status| image:: https://secure.travis-ci.org/groupdocs/groupdocs-python.png | ||
| Keywords: groupdocs,document management,viewer,annotation,signature | ||
| Keywords: groupdocs,viewer,html viewer,document viewer,annotation,document annotation,image annotation,pdf annotation,document assembly,e-signature,electronic signature,comparison,document comparison,conversion,document conversion,pdf,word,excel,powerpoint,html,cad,tiff | ||
| Platform: any | ||
@@ -86,0 +105,0 @@ Classifier: Development Status :: 4 - Beta |
+33
-13
@@ -0,5 +1,34 @@ | ||
| GroupDocs.Total for Cloud API is a suite of RESTful APIs that allows developers to seamlessly add comprehensive document collaboration tools to their web/mobile applications and websites. The suite currently includes the following tools: | ||
| **GroupDocs.Viewer for Cloud API** | ||
| An embeddable HTML-based document viewer that enables end users to view and securely share over 50 common document types, including PDF, Microsoft Word, Excel, PowerPoint, Outlook, Project, Visio, OpenDocument, CAD, etc. GroupDocs.Viewer works with all HTML5-compliant web-browsers, doesn’t require any client installation and allows end users to share document in a read-only mode. Learn more: http://groupdocs.com/cloud/document-viewer-api | ||
| **GroupDocs.Annotation for Cloud API** | ||
| GroupDocs.Annotation enables end users to collaboratively review and annotate 50+ document and image types directly from within your web app or site. GroupDocs.Annotation provides cross-platform compatibility, comes with an embeddable web-based GUI, allows multiple users to annotate the same document simultaneously in real time and is compatible with native PDF and Microsoft Word annotations. Learn more: http://groupdocs.com/cloud/document-annotation-api | ||
| **GroupDocs.Assembly for Cloud API** | ||
| GroupDocs.Assembly turns PDF and Microsoft Word documents into online forms. It allows you or end users to generate essential business documents on-the-fly by automatically merging document templates with data collected via online forms. GroupDocs.Assembly provides API and a web UI which enables end users to build online forms, link them to templates and get custom-generated documents without any help from developers. Learn more: http://groupdocs.com/cloud/document-assembly-api | ||
| **GroupDocs.Signature for Cloud API** | ||
| With this API, you can seamlessly build electronic signature workflows of any complexity. It allows you to send documents for signature; prepare and manage reusable document templates; capture handwritten, scanned or typed signatures, etc. You can also embed an out-of-the-box signature widget into any web page using a simple iframe. The widget allows end users to sign document online, without leaving your application or website. Learn more: http://groupdocs.com/cloud/electronic-signature-api | ||
| **GroupDocs.Comparison for Cloud API** | ||
| GroupDocs.Comparison allows end users to compare two versions of a document online. Supported file formats include: PDF, Microsoft Word, Excel, PowerPoint, OpenDocument, plain text and HTML. The API comes with an embeddable widget that can be seamlessly customized and integrated into your web app or site. The widget displays differences between compared documents with a redline change tracking view approach. Learn more: http://groupdocs.com/cloud/document-comparison-api | ||
| **GroupDocs.Conversion for Cloud API** | ||
| With this API you can convert back and forth between over 50 common document and image file formats. To name just a few, supported formats include: PDF, DOC(X), XLS(X), PPT(X), MSG, EML, RTF, ODT, ODS, CSV, TXT, HTML, XPS, DWG, DXF, VSD(X), JPEG, TIFF, PNG, GIF, BMP and many more. Lear more: | ||
| http://groupdocs.com/cloud/document-conversion-api | ||
| All APIs listed here can be used individually, or under a single GroupDocs.Total for Cloud API subscription. | ||
| GroupDocs Python SDK |Build Status|_ | ||
| #################################### | ||
| Latest SDK version 2.5.0. | ||
| Latest SDK version 2.6.0. | ||
@@ -27,14 +56,3 @@ Requirements | ||
| `Sign, Manage, Annotate, Assemble, Compare and Convert Documents with GroupDocs`_ | ||
| ********************************************************************************* | ||
| 1. `Sign documents online with GroupDocs Signature`_ | ||
| 2. `PDF, Word and Image Annotation with GroupDocs Annotation`_ | ||
| 3. `Online DOC, DOCX, PPT Document Comparison with GroupDocs | ||
| Comparison`_ | ||
| 4. `Online Document Management with GroupDocs Dashboard`_ | ||
| 5. `Doc to PDF, Doc to Docx, PPT to PDF, and other Document Conversions | ||
| with GroupDocs Viewer`_ | ||
| 6. `Online Document Automation with GroupDocs Assembly`_ | ||
| License | ||
@@ -71,2 +89,4 @@ ******* | ||
| .. |Build Status| image:: https://secure.travis-ci.org/groupdocs/groupdocs-python.png | ||
| .. |Build Status| image:: https://secure.travis-ci.org/groupdocs/groupdocs-python.png |
+2
-2
@@ -13,4 +13,4 @@ #!/usr/bin/env python | ||
| author_email="support@groupdocs.com", | ||
| description="A Python interface to the GroupDocs API", | ||
| keywords="groupdocs, document management, viewer, annotation, signature", | ||
| description="GroupDocs Cloud SDK for Python", | ||
| keywords="groupdocs, viewer, html viewer, document viewer, annotation, document annotation, image annotation, pdf annotation, document assembly, e-signature, electronic signature, comparison, document comparison, conversion, document conversion, pdf, word, excel, powerpoint, html, cad, tiff", | ||
| license="Apache License (2.0)", | ||
@@ -17,0 +17,0 @@ long_description=open('README.rst').read(), |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.