{ "info": { "author": "marchael", "author_email": "marchael@yandex-team.ru", "bugtrack_url": null, "classifiers": [], "description": "PortoPy\n--------\n\nTo initiate connection, simply do(portod must be started)::\n\n >>> from porto import Connection\n >>> rpc = Connection()\n >>> rpc.connect()\n\nTo create container *test*::\n\n >>> container = rpc.Create('test')\n\nList all properties::\n\n >>> print rpc.Plist()\n\nList data::\n\n >>> print rpc.Dlist()\n\nGet *command* property of container *test*::\n\n >>> print rpc.GetProperty('test', 'command')\n >>> print container.GetProperty('command') # the same\n\nGet all properties of container::\n\n >>> print container.GetProperties()\n\nList containers::\n\n >>> print rpc.List()\n\nDestroy container *test*::\n\n >>> rpc.Destroy('test')\n\nClose connection::\n\n >>> rpc.disconnect()", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yandex/porto", "keywords": "", "license": "none", "maintainer": "", "maintainer_email": "", "name": "portopy", "package_url": "https://pypi.org/project/portopy/", "platform": "", "project_url": "https://pypi.org/project/portopy/", "project_urls": { "Homepage": "https://github.com/yandex/porto" }, "release_url": "https://pypi.org/project/portopy/2.11.1/", "requires_dist": null, "requires_python": "", "summary": "Python API for porto", "version": "2.11.1" }, "last_serial": 2377783, "releases": { "2.11": [], "2.11.1": [ { "comment_text": "", "digests": { "md5": "68ec35f1230da7feb38dace8082f6362", "sha256": "7a4d5d58c4a67510e10fa4b92f19cd2c158c7e96ddc196d76131f6ec0f66f468" }, "downloads": -1, "filename": "portopy-2.11.1.tar.gz", "has_sig": false, "md5_digest": "68ec35f1230da7feb38dace8082f6362", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12843, "upload_time": "2016-10-03T14:46:02", "url": "https://files.pythonhosted.org/packages/d8/41/03496311deb38ffae64d89e889316ca3d222eba567cb3054cb0b9e742869/portopy-2.11.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68ec35f1230da7feb38dace8082f6362", "sha256": "7a4d5d58c4a67510e10fa4b92f19cd2c158c7e96ddc196d76131f6ec0f66f468" }, "downloads": -1, "filename": "portopy-2.11.1.tar.gz", "has_sig": false, "md5_digest": "68ec35f1230da7feb38dace8082f6362", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12843, "upload_time": "2016-10-03T14:46:02", "url": "https://files.pythonhosted.org/packages/d8/41/03496311deb38ffae64d89e889316ca3d222eba567cb3054cb0b9e742869/portopy-2.11.1.tar.gz" } ] }