{"id":18795505,"url":"https://github.com/fmenabe/python-dokuwiki","last_synced_at":"2025-08-25T20:08:32.377Z","repository":{"id":13583526,"uuid":"16276174","full_name":"fmenabe/python-dokuwiki","owner":"fmenabe","description":"Manage Dokuwiki via XMLRPC.","archived":false,"fork":false,"pushed_at":"2023-11-02T03:32:36.000Z","size":90,"stargazers_count":36,"open_issues_count":3,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-28T02:55:15.053Z","etag":null,"topics":["dokuwiki","python","xmlrpc"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fmenabe.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-27T10:42:07.000Z","updated_at":"2025-06-26T11:41:16.000Z","dependencies_parsed_at":"2024-06-18T18:32:00.890Z","dependency_job_id":"b2eb7314-5002-44de-9023-c4c1bf2e811d","html_url":"https://github.com/fmenabe/python-dokuwiki","commit_stats":{"total_commits":55,"total_committers":10,"mean_commits":5.5,"dds":0.4545454545454546,"last_synced_commit":"fc0d5e90058913d8e17f5e6bf0af0a78e8c16685"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/fmenabe/python-dokuwiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-dokuwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-dokuwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-dokuwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-dokuwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmenabe","download_url":"https://codeload.github.com/fmenabe/python-dokuwiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmenabe%2Fpython-dokuwiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272124753,"owners_count":24877720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dokuwiki","python","xmlrpc"],"created_at":"2024-11-07T21:34:20.138Z","updated_at":"2025-08-25T20:08:32.252Z","avatar_url":"https://github.com/fmenabe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-dokuwiki\n===============\n\n.. image:: https://img.shields.io/badge/github-repo-yellow.jpg\n           :target: https://github.com/fmenabe/python-dokuwiki\n           :alt: Code repo\n\n.. image:: https://img.shields.io/pypi/v/dokuwiki.svg\n           :target: https://pypi.python.org/pypi/dokuwiki\n           :alt: PyPi\n\n.. image:: https://readthedocs.org/projects/python-dokuwiki/badge/?version=latest\n           :target: http://python-dokuwiki.readthedocs.org/en/latest/\n           :alt: Documentation\n\n.. image:: https://landscape.io/github/fmenabe/python-dokuwiki/master/landscape.svg?style=flat\n           :target: https://landscape.io/github/fmenabe/python-dokuwiki/master\n           :alt: Code Health\n\n.. .. image:: https://img.shields.io/pypi/dm/dokuwiki.svg\n              :target: https://pypi.python.org/pypi/dokuwiki\n              :alt: Downloads\n\n\nThis python module aims to manage `DokuWiki \u003chttps://www.dokuwiki.org/dokuwiki\u003e`_\nwikis by using the provided `XML-RPC API \u003chttps://www.dokuwiki.org/devel:xmlrpc\u003e`_.\nThis module is compatible with python3+.\n\nAPI is described `here \u003chttp://python-dokuwiki.readthedocs.org/en/latest/\u003e`_.\n\n\nRelease notes\n-------------\n1.3.3 (2022-06-28)\n~~~~~~~~~~~~~~~~~~\n    * Allow slash character in passwords (`#26\n      \u003chttps://github.com/fmenabe/python-dokuwiki/pull/26\u003e`__)\n\n1.3.2 (2021-12-03)\n~~~~~~~~~~~~~~~~~~\n    * Correct a bug when using some special characters in the password (`c891eb8\n      \u003chttps://github.com/fmenabe/python-dokuwiki/commit/c891eb8\u003e`_)\n\n1.3.1 (2021-08-30)\n~~~~~~~~~~~~~~~~~~\n    * Set default empty value for `summary` to `structs.get_data()`\n    * Add `minor` parameter to `structs.get_data()`\n\n1.2.1 (2019-07-24)\n~~~~~~~~~~~~~~~~~~\n    * Remove `login \u003chttps://www.dokuwiki.org/devel:xmlrpc#dokuwikilogin\u003e`_ call\n      in the constructor as it seems to fail on some cases (`98ed799\n      \u003chttps://github.com/fmenabe/python-dokuwiki/commit/98ed799\u003e`_).\n\n1.2.0 (2019-06-25)\n~~~~~~~~~~~~~~~~~~\n    * Support of HTTPS for cookie based authentication.\n\n1.1.0 (2018-03-22)\n~~~~~~~~~~~~~~~~~~\n    * Support authentication by cookie (thanks to *luminisward*).\n\n1.0.1 (2017-04-06)\n~~~~~~~~~~~~~~~~~~\n    * Correct a typo with an exception call.\n\n1.0 (2017-04-06)\n~~~~~~~~~~~~~~~~\n    * Prevent username and password to be passed as GET parameters (`e4cbb5d \u003chttps://github.com/fmenabe/python-dokuwiki/commit/e4cbb5d\u003e`_).\n\n0.5 (2016-08-19)\n~~~~~~~~~~~~~~~~\n    * Correct a bug when retrieving/uploading medias (`a1f56b6 \u003chttps://github.com/fmenabe/python-dokuwiki/commit/a1f56b6\u003e`_).\n\n0.4 (2016-02-07)\n~~~~~~~~~~~~~~~~\n    * Allow media to be get/set as bytes (`44c6dcf \u003chttps://github.com/fmenabe/python-dokuwiki/commit/44c6dcf\u003e`_, `1621291 \u003chttps://github.com/fmenabe/python-dokuwiki/commit/1621291\u003e`_)\n    * Force login after XML-RPC initialization for ensuring the connection is working (`55ffff8 \u003chttps://github.com/fmenabe/python-dokuwiki/commit/55ffff8\u003e`_)\n    * Fix minor bugs (`d5b7163 \u003chttps://github.com/fmenabe/python-dokuwiki/commit/d5b7163\u003e`_, `9b164ea \u003chttps://github.com/fmenabe/python-dokuwiki/commit/9b164ea\u003e`_)\n    * Add sphinx documentation based on docstrings (`74968dc \u003chttps://github.com/fmenabe/python-dokuwiki/commit/74968dc\u003e`_, `c8e1503 \u003chttps://github.com/fmenabe/python-dokuwiki/commit/c8e1503\u003e`_)\n\n0.3 (2015-08-16)\n~~~~~~~~~~~~~~~~\n    * The xmlrpc parameter ``use_datetime`` is no longer forced to *True* by default (`bec3447 \u003chttps://github.com/fmenabe/python-dokuwiki/commit/bec3447\u003e`_). **This may break things!**\n\n0.2 (2014-01-29)\n~~~~~~~~~~~~~~~~\n    * Manage dataentries (this is a plugin for managing metadatas).\n\n0.1 (2014-01-29)\n~~~~~~~~~~~~~~~~\n    * Implement DokuWiki XML-RPC commands.\n    * Compatible with both python 2 and 3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmenabe%2Fpython-dokuwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmenabe%2Fpython-dokuwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmenabe%2Fpython-dokuwiki/lists"}