conflutools


Nameconflutools JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryTools to work with an Atlassian Confluence (Data Center) instance.
upload_time2023-12-07 13:20:36
maintainer
docs_urlNone
authorNiko Ehrenfeuchter
requires_python>=3.10,<4.0
licenseGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Atlassian Confluence Tools

## Generic Setup

```bash
pip install conflutools

# copy the confluence-configuration file and adjust its content:
cp confconf-example.yaml confconf.yaml
vim confconf.yaml
```

## Recursive page export

After the preparation steps above:

```bash
# create a directory for storing the exports:
$EXPORT_DIR="/path/for/storing/wiki-exports"
mkdir $EXPORT_DIR
cd $EXPORT_DIR

# export by page ID:
export-pagetree --config confconf.yaml --page 53838601

# export by page title (requires the space KEY as well):
export-pagetree --config confconf.yaml --page "Project XY Pages" --space "FOO"
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "conflutools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Niko Ehrenfeuchter",
    "author_email": "nikolaus.ehrenfeuchter@unibas.ch",
    "download_url": "https://files.pythonhosted.org/packages/88/76/caec5a0b8ee5ab3acc7a7aee96bc29bfcf20f7595df47287620ff65dd766/conflutools-0.2.0.tar.gz",
    "platform": null,
    "description": "# Atlassian Confluence Tools\n\n## Generic Setup\n\n```bash\npip install conflutools\n\n# copy the confluence-configuration file and adjust its content:\ncp confconf-example.yaml confconf.yaml\nvim confconf.yaml\n```\n\n## Recursive page export\n\nAfter the preparation steps above:\n\n```bash\n# create a directory for storing the exports:\n$EXPORT_DIR=\"/path/for/storing/wiki-exports\"\nmkdir $EXPORT_DIR\ncd $EXPORT_DIR\n\n# export by page ID:\nexport-pagetree --config confconf.yaml --page 53838601\n\n# export by page title (requires the space KEY as well):\nexport-pagetree --config confconf.yaml --page \"Project XY Pages\" --space \"FOO\"\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "Tools to work with an Atlassian Confluence (Data Center) instance.",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2fa1e17d3e6e0dfb34f5644df46d95563f2a35d90047ab833864a5310a57a8d",
                "md5": "da6f1b9354375943724fa5e4866acb72",
                "sha256": "2363d0d3a5355151f9a9eb4ce8c1a9ba4835765eab3f4990b8f4ffad9fecd4af"
            },
            "downloads": -1,
            "filename": "conflutools-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "da6f1b9354375943724fa5e4866acb72",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 4149,
            "upload_time": "2023-12-07T13:20:35",
            "upload_time_iso_8601": "2023-12-07T13:20:35.626328Z",
            "url": "https://files.pythonhosted.org/packages/c2/fa/1e17d3e6e0dfb34f5644df46d95563f2a35d90047ab833864a5310a57a8d/conflutools-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8876caec5a0b8ee5ab3acc7a7aee96bc29bfcf20f7595df47287620ff65dd766",
                "md5": "6bbeccc6d83db7dad92c333f2bf4702d",
                "sha256": "57c0813b35a58284cc02e1982f9a2acd9f269af8e0f9ca48c76b70c0abb17f1b"
            },
            "downloads": -1,
            "filename": "conflutools-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6bbeccc6d83db7dad92c333f2bf4702d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 2937,
            "upload_time": "2023-12-07T13:20:36",
            "upload_time_iso_8601": "2023-12-07T13:20:36.678525Z",
            "url": "https://files.pythonhosted.org/packages/88/76/caec5a0b8ee5ab3acc7a7aee96bc29bfcf20f7595df47287620ff65dd766/conflutools-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 13:20:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "conflutools"
}
        
Elapsed time: 0.16102s