{ "info": { "author": "Kenichi Maehashi", "author_email": "webmaster@kenichimaehashi.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "|Travis|_ |Coveralls|_ |PyPi|_\n\n.. |Travis| image:: https://api.travis-ci.org/kmaehashi/atwiki-python.svg?branch=master\n.. _Travis: https://travis-ci.org/kmaehashi/atwiki-python\n\n.. |Coveralls| image:: https://coveralls.io/repos/kmaehashi/atwiki-python/badge.svg?branch=master&service=github\n.. _Coveralls: https://coveralls.io/r/kmaehashi/atwiki-python\n\n.. |PyPi| image:: https://badge.fury.io/py/atwiki-python.svg\n.. _PyPi: https://badge.fury.io/py/atwiki-python\n\natwiki-python\n=============\n\n``atwiki-python`` is a client library to access `@wiki `_ from Python.\n\nThis package also includes ``atwiki-dump`` command to dump source from @wiki wiki site.\n\nInstall\n-------\n\n::\n\n pip install atwiki-python\n\nRequirements\n------------\n\n* Python 2.7, 3.5, 3.6 or 3.7.\n\nUsage\n-----\n\n``atwiki-dump`` Tool\n~~~~~~~~~~~~~~~~~~~~\n\nDump source and page name for each page in the wiki site.\n\n::\n\n atwiki-dump -o /tmp/dump_dir https://w.atwiki.jp/python-client/\n\nPython API\n~~~~~~~~~~\n\nPython API provides access to @wiki features.\n\n.. code:: python\n\n from atwiki import *\n\n api = AtWikiAPI(AtWikiURI('https://w.atwiki.jp/python-client/'))\n\n # Show list of tags.\n for tag in api.get_tags():\n print(tag['name'])\n\n # Show list of pages.\n for page in api.get_list():\n print(page['name'])\n\n # Show list of pages tagged with 'tag01'.\n for page in api.get_list('tag01'):\n print(page['name'])\n\n # Show source of page ID 14.\n print(api.get_source(14))\n\n # Show results of wiki search.\n for result in api.search('test'):\n print(result)\n\nLicense\n-------\n\nMIT License", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kmaehashi/atwiki-python", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "atwiki-python", "package_url": "https://pypi.org/project/atwiki-python/", "platform": "", "project_url": "https://pypi.org/project/atwiki-python/", "project_urls": { "Homepage": "https://github.com/kmaehashi/atwiki-python" }, "release_url": "https://pypi.org/project/atwiki-python/0.0.5/", "requires_dist": null, "requires_python": "", "summary": "Atwiki Client Library", "version": "0.0.5" }, "last_serial": 5977917, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "bb0969c86e1c4cedda0fd94680a51819", "sha256": "96bd4e4b822cba054dd8fd6a237ff68a211f06cb080e8aac196aff9209dadd1e" }, "downloads": -1, "filename": "atwiki-python-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bb0969c86e1c4cedda0fd94680a51819", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5395, "upload_time": "2016-08-10T09:18:02", "url": "https://files.pythonhosted.org/packages/21/21/630b50d30e72a69c485f9decb352bdba1f4a9dcb024e9fc6bc819a57a33d/atwiki-python-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d1f5ede26f35c93200b98a8b222d03e1", "sha256": "c86b83faf9ea030db1a084e664d5816a76512cbe83640be7a26a4b710115b51a" }, "downloads": -1, "filename": "atwiki-python-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d1f5ede26f35c93200b98a8b222d03e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5448, "upload_time": "2018-01-23T15:25:42", "url": "https://files.pythonhosted.org/packages/52/db/88ff30f1e0b09e341de355a8d7ae936dd0c31e1489e0460bdf59ddb5c953/atwiki-python-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "60332c4899c592cd86d496e3aadc4853", "sha256": "f781dc1d5ce02ec68a9c34d4e9aea070dccf525b80b982888c6b6f268cd63bf0" }, "downloads": -1, "filename": "atwiki-python-0.0.3.tar.gz", "has_sig": false, "md5_digest": "60332c4899c592cd86d496e3aadc4853", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6392, "upload_time": "2018-01-23T16:44:02", "url": "https://files.pythonhosted.org/packages/b2/87/5c5560d49fe9b68dd84a76c48f51a79ff2c39e0e996680f9ed28f9b05c9d/atwiki-python-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "943c0add6380313103fdc778186c71f3", "sha256": "35f9d9b9432bc9bd229d848bcd72decda2c8445968aaca86df06e19d7ebb4662" }, "downloads": -1, "filename": "atwiki-python-0.0.4.tar.gz", "has_sig": false, "md5_digest": "943c0add6380313103fdc778186c71f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7750, "upload_time": "2018-01-24T16:15:00", "url": "https://files.pythonhosted.org/packages/56/33/460338e1f14d5952245534235ba0618b8288919505f4914b09ff6c53ef81/atwiki-python-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "05c75fe6f310e5bd2f01f7c37c78c549", "sha256": "74c91ef0235d737182545ceed0905e628773265a2d74c23e0ecb2da3d8b3e212" }, "downloads": -1, "filename": "atwiki-python-0.0.5.tar.gz", "has_sig": false, "md5_digest": "05c75fe6f310e5bd2f01f7c37c78c549", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7989, "upload_time": "2019-10-15T15:06:32", "url": "https://files.pythonhosted.org/packages/c0/35/c38b444639134cba06ca230b2d31c86b37b58bdd04089bfb0009968bcaaf/atwiki-python-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05c75fe6f310e5bd2f01f7c37c78c549", "sha256": "74c91ef0235d737182545ceed0905e628773265a2d74c23e0ecb2da3d8b3e212" }, "downloads": -1, "filename": "atwiki-python-0.0.5.tar.gz", "has_sig": false, "md5_digest": "05c75fe6f310e5bd2f01f7c37c78c549", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7989, "upload_time": "2019-10-15T15:06:32", "url": "https://files.pythonhosted.org/packages/c0/35/c38b444639134cba06ca230b2d31c86b37b58bdd04089bfb0009968bcaaf/atwiki-python-0.0.5.tar.gz" } ] }