{ "info": { "author": "Fr\u00e9d\u00e9ric Aoustin", "author_email": "fraoustin@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "piwigo\r\n======\r\n\r\nPiwigo is a famous open-source online photo gallery. \r\n\r\npiwigo is a module python for communicate with API Piwigo.\r\n\r\n\r\nInstallation\r\n------------\r\n\r\n::\r\n\r\n pip install piwigo\r\n \r\nOr\r\n\r\n::\r\n\r\n git clone https://github.com/fraoustin/piwigo.git\r\n cd piwigo\r\n python setup.py install\r\n\r\nUsage\r\n-----\r\n\r\n::\r\n\r\n import piwigo\r\n mysite = Piwigo('http://mysite.com')\r\n print(mysite.pwg.getVersion())\r\n\r\nPiwigo object has attribute name of webservice.\r\n\r\nList of webservice at http://mysite.com/tools/ws.htm\r\n\r\nSample of uplad file in category with id=1\r\n\r\n::\r\n\r\n import piwigo\r\n mysite = Piwigo('http://mysite.com')\r\n mysite.pwg.session.login(username=\"test\", password=\"test\")\r\n mysite.pwg.images.addSimple(image=\"myphoto.jpg\", \"category\"=1)\r\n mysite.pwg.session.logout()\r\n\n\nV. 1.0.0\n========\n\n- check version\n\n. 0.0.4\n========\n\n- manage types.BooleanType for python27\n- add close connection for python3\n\nV. 0.0.2\n========\n\n- add getParams\n\nV. 0.0.1\n========\n\n- init", "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/fraoustin/piwigo.git", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "piwigo", "package_url": "https://pypi.org/project/piwigo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/piwigo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fraoustin/piwigo.git" }, "release_url": "https://pypi.org/project/piwigo/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "piwigo description", "version": "1.0.0" }, "last_serial": 1912062, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "90b948f59596ceb6284fed608d9c6d07", "sha256": "468f3546f46a39b8d41e48b167307d6ee37e67d26ae94a8d5d2816ddfe630459" }, "downloads": -1, "filename": "piwigo-0.0.1.tar.gz", "has_sig": false, "md5_digest": "90b948f59596ceb6284fed608d9c6d07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5205, "upload_time": "2015-12-31T18:34:33", "url": "https://files.pythonhosted.org/packages/09/f6/a064101dd31075d4c292d91fecc2532d9210211ac10fbf1cd6dd6c5b630e/piwigo-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "06e68875842b4b90f7b475d0b99fc5ed", "sha256": "1f0e7bc7cacd8a828829c8f97a20995e29315929f37b6683a78310771ebce8ce" }, "downloads": -1, "filename": "piwigo-0.0.2.tar.gz", "has_sig": false, "md5_digest": "06e68875842b4b90f7b475d0b99fc5ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5601, "upload_time": "2016-01-03T18:05:40", "url": "https://files.pythonhosted.org/packages/ff/52/864ee2d20b6b765eb65ccb5b99451cf777911eb1b7a680fc2c17d3024b6b/piwigo-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "dbcb8501f274fd590fbdc86c6a622a59", "sha256": "9f23b3415f2750920a8c112c0aff203cad633ee045e67765a4ea091afbf5605d" }, "downloads": -1, "filename": "piwigo-0.0.3.tar.gz", "has_sig": false, "md5_digest": "dbcb8501f274fd590fbdc86c6a622a59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5606, "upload_time": "2016-01-10T14:26:31", "url": "https://files.pythonhosted.org/packages/b6/ab/a1e00d998ad5526b89d154699f4ddc5cd578085e8e7bef65846c12d4456e/piwigo-0.0.3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "9d5a54a9d8666707d0f1f583f68e3f09", "sha256": "cbef9a3fe0cbcf8ede7ac0e5f1bd2b7a26cf9f74149ced2826981fde653476e0" }, "downloads": -1, "filename": "piwigo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9d5a54a9d8666707d0f1f583f68e3f09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12747, "upload_time": "2016-01-19T18:22:59", "url": "https://files.pythonhosted.org/packages/3d/8d/877da41c2e050c074a0c400699494abe8ebde836180437150f725905e215/piwigo-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9d5a54a9d8666707d0f1f583f68e3f09", "sha256": "cbef9a3fe0cbcf8ede7ac0e5f1bd2b7a26cf9f74149ced2826981fde653476e0" }, "downloads": -1, "filename": "piwigo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9d5a54a9d8666707d0f1f583f68e3f09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12747, "upload_time": "2016-01-19T18:22:59", "url": "https://files.pythonhosted.org/packages/3d/8d/877da41c2e050c074a0c400699494abe8ebde836180437150f725905e215/piwigo-1.0.0.tar.gz" } ] }