{ "info": { "author": "Matt Cowger", "author_email": "matt@cowger.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Topic :: Internet", "Topic :: Utilities" ], "description": "## Synopsis\n\nThe pySyncplicity module implements a limited subset of the JSON Syncplicity interface, enabling developers to list files and folders, and to upload and download files\n\n## Code Example\n\n client = pySyncplicity.SyncplicityClient(username=auth.username, password=auth.password,verify=False)\n client.connect()\n syncpoints = client.list_sync_points()\n all_folders = []\n for syncpoint in syncpoints:\n all_folders.append(client.get_folder(syncpoint.Id, syncpoint.RootFolderId))\n\n\n for folder in all_folders:\n for file in folder.files:\n client.download_file(file, debug=False)\n\n response = client.upload_file('auth.pyc', folderID, debug=False)\n\n## Motivation\n\nSimply to enable python applications to enage with the Syncplicity system.\n\n## Installation\n\nA simple 'pip install' should suffice. The project requires 'requests' and 'requests-toolbelt'.\n\n## Contributors\n\nHappy to accept pull requests on GitHub. Matt can be reached via twitter as @mcowger\n\n## License\n\nMIT Licensed", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/pysyncplicity", "keywords": "syncplicity", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pySyncplicity", "package_url": "https://pypi.org/project/pySyncplicity/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pySyncplicity/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://packages.python.org/pysyncplicity" }, "release_url": "https://pypi.org/project/pySyncplicity/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A python module to interact with EMC Syncplicity", "version": "0.0.1" }, "last_serial": 991793, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5bca93d7f605a029fe7eb85f368814bd", "sha256": "be02eedbc7cb1295785b07832a8d0f419fe6396e66fe5272f0b72743a357fc57" }, "downloads": -1, "filename": "pySyncplicity-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5bca93d7f605a029fe7eb85f368814bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4718, "upload_time": "2014-02-05T04:45:08", "url": "https://files.pythonhosted.org/packages/b1/fa/46cab355fc2fe20d4fdca936b3120092255f9efb78944043d9341d5653a3/pySyncplicity-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5bca93d7f605a029fe7eb85f368814bd", "sha256": "be02eedbc7cb1295785b07832a8d0f419fe6396e66fe5272f0b72743a357fc57" }, "downloads": -1, "filename": "pySyncplicity-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5bca93d7f605a029fe7eb85f368814bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4718, "upload_time": "2014-02-05T04:45:08", "url": "https://files.pythonhosted.org/packages/b1/fa/46cab355fc2fe20d4fdca936b3120092255f9efb78944043d9341d5653a3/pySyncplicity-0.0.1.tar.gz" } ] }