{ "info": { "author": "Stephane Wirtel", "author_email": "stephane@wirtel.be", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "===============================\nPyActiviti\n===============================\n\n.. image:: https://img.shields.io/travis/matrixise/pyactiviti.svg\n :target: https://travis-ci.org/matrixise/pyactiviti\n\n.. image:: https://img.shields.io/pypi/v/pyactiviti.svg\n :target: https://pypi.python.org/pypi/pyactiviti\n\n\nAn SDK that helps with interacting with Activiti.\n\n* Free software: BSD license\n* Documentation: https://pyactiviti.readthedocs.org.\n\nFeatures\n--------\n\n* Create/Read/Update/Delete/Search a user\n* Create/Read/Update/Delete/Search a group\n* List the deployments\n\nTodo\n----\n\n* Create/Read/Update/Delete/Search Process\n* Create/Read/Update/Delete/Search Instance\n* Create/Read/Update/Delete/Search Task\n\n\nExamples\n--------\n\n.. sourcecode:: python\n\n from pyactiviti import Activiti\n\n ACTIVITI_AUTH = ('kermit', 'kermit')\n ACTIVITI_API = 'http://localhost:8080/activiti-rest'\n\n activiti = Activiti(ACTIVITI_API, auth=ACTIVITI_AUTH)\n\n if not activiti.user_exists('user1'):\n user = activiti.create_user('user1', 'foo@bar.org', 'secret')\n else:\n user = activiti.get_user('user1')\n\n group = activiti.create_group('group1', 'Group1', 'Type')\n activiti.group_add_member(group['Id'], user['Id'])\n\n\n\n\nHistory\n-------\n\n0.1.0 (2015-09-04)\n---------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/matrixise/pyactiviti", "keywords": "pyactiviti", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pyactiviti", "package_url": "https://pypi.org/project/pyactiviti/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyactiviti/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/matrixise/pyactiviti" }, "release_url": "https://pypi.org/project/pyactiviti/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "An SDK that helps with interacting with Activiti.", "version": "0.1.0" }, "last_serial": 1709014, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c3a8b9d5f60be0af9e52d7576fd430f1", "sha256": "941701665432b0667b094da10e40a544c81102475a4500e5400db24529d39e8c" }, "downloads": -1, "filename": "pyactiviti-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c3a8b9d5f60be0af9e52d7576fd430f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15164, "upload_time": "2015-09-05T04:07:44", "url": "https://files.pythonhosted.org/packages/54/3d/c6d3a701b2fa7370c0c41c524869b4f32e626c54094ea7e45992223e5583/pyactiviti-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c3a8b9d5f60be0af9e52d7576fd430f1", "sha256": "941701665432b0667b094da10e40a544c81102475a4500e5400db24529d39e8c" }, "downloads": -1, "filename": "pyactiviti-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c3a8b9d5f60be0af9e52d7576fd430f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15164, "upload_time": "2015-09-05T04:07:44", "url": "https://files.pythonhosted.org/packages/54/3d/c6d3a701b2fa7370c0c41c524869b4f32e626c54094ea7e45992223e5583/pyactiviti-0.1.0.tar.gz" } ] }