# Confluence Task Exporter (CTE)
This Python tool / package is intended to export the basic tasks from a Confluence instance.
The export will contain the task text, status, assigned usernames and the due date.
The available formats for export are CSV, Excel and JSON.
## Command line interface (CLI)
You can directly invoke the Python module to perform an export.
## Configuration file
To run the module you need to create a config file in the TOML syntax.
It should look like the following:
```toml
confluence-url = "https://some.url/of/confluence"
confluence-rest-url = "https://some.url/of/your/confluence/rest/api"
personal-access-token = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
```
The file is searched for in the working directory or can be specified via a command line flag.
Raw data
{
"_id": null,
"home_page": null,
"name": "confluence-task-exporter",
"maintainer": "Philipp Schmurr",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "confluence, tasks, exporter",
"author": "Philipp Schmurr",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/02/f6/e678fb7a6d716250b8416470bb872125963a25307f39ae44ab334a410912/confluence_task_exporter-0.1.0.tar.gz",
"platform": null,
"description": "# Confluence Task Exporter (CTE)\r\nThis Python tool / package is intended to export the basic tasks from a Confluence instance.\r\n\r\nThe export will contain the task text, status, assigned usernames and the due date.\r\n\r\nThe available formats for export are CSV, Excel and JSON.\r\n\r\n## Command line interface (CLI)\r\n\r\nYou can directly invoke the Python module to perform an export.\r\n\r\n\r\n## Configuration file\r\n\r\nTo run the module you need to create a config file in the TOML syntax.\r\n\r\nIt should look like the following:\r\n\r\n```toml\r\nconfluence-url = \"https://some.url/of/confluence\"\r\nconfluence-rest-url = \"https://some.url/of/your/confluence/rest/api\"\r\npersonal-access-token = \"ABCDEFGHIJKLMNOPQRSTUVWXYZ\" \r\n```\r\n\r\nThe file is searched for in the working directory or can be specified via a command line flag.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Library and cli app to export tasks from confluence pages and entire spaces",
"version": "0.1.0",
"project_urls": {
"Bug Reports": "https://github.com/pypa/sampleproject/issues",
"Funding": "https://donate.pypi.org",
"Homepage": "https://github.com/pypa/sampleproject",
"Say Thanks!": "http://saythanks.io/to/example",
"Source": "https://github.com/pypa/sampleproject/"
},
"split_keywords": [
"confluence",
" tasks",
" exporter"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2326bc20552aeb81215b43c92d093635885f15ed11f719297a572acc77a5b5f4",
"md5": "d7df0faea5441c600db60f21a30c0fe3",
"sha256": "ee6ee6500f28b8ff529f36755a4aeb0654063fdc6448e13ba913d9d9c5ab1d00"
},
"downloads": -1,
"filename": "confluence_task_exporter-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d7df0faea5441c600db60f21a30c0fe3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7158,
"upload_time": "2024-09-20T18:08:41",
"upload_time_iso_8601": "2024-09-20T18:08:41.917941Z",
"url": "https://files.pythonhosted.org/packages/23/26/bc20552aeb81215b43c92d093635885f15ed11f719297a572acc77a5b5f4/confluence_task_exporter-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02f6e678fb7a6d716250b8416470bb872125963a25307f39ae44ab334a410912",
"md5": "8adebe7ef24abc9ab4a8f24a7897e550",
"sha256": "bdf398809abc1b909aea8fb70f195e336d9c5899b775bb937480faab656a35fb"
},
"downloads": -1,
"filename": "confluence_task_exporter-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "8adebe7ef24abc9ab4a8f24a7897e550",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 7567,
"upload_time": "2024-09-20T18:08:43",
"upload_time_iso_8601": "2024-09-20T18:08:43.653510Z",
"url": "https://files.pythonhosted.org/packages/02/f6/e678fb7a6d716250b8416470bb872125963a25307f39ae44ab334a410912/confluence_task_exporter-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-20 18:08:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pypa",
"github_project": "sampleproject",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "confluence-task-exporter"
}