Metadata-Version: 2.1
Name: confluence-utils
Version: 0.4.1
Summary: 
Home-page: https://github.com/Bellese/confluence-utils
License: MIT
Author: Tevin Trout
Author-email: ttrout@bellese.io
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: atlassian-python-api (>=3.21.0,<4.0.0)
Requires-Dist: click (>=8,<9)
Requires-Dist: click-log (>=0.4.0,<0.5.0)
Requires-Dist: click-plugins (>=1.1.1,<2.0.0)
Requires-Dist: mistune (>=2.0.2,<3.0.0)
Requires-Dist: python-frontmatter (>=1.0.0,<2.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Project-URL: Repository, https://github.com/Bellese/confluence-utils
Description-Content-Type: text/markdown

# Confluence Utils

CLI Utilities for Confluence.

## Installation

### System Requirements

1. Python 3.7+

### Install with `pipx` (recommended)

1. Install [`pipx`](https://pypa.github.io/pipx/)
1. Run `pipx install confluence-utils`

### Install with `pip`:

1. Run `pip install confluence-utils`

## Usage

### Commands

#### `publish`

```console
$ confluence publish --help
Usage: confluence publish [OPTIONS] PATH

Options:
  --token TEXT  Confluence API Token. Optionally set with CONFLUENCE_TOKEN.
                [required]
  --space TEXT  Confluence Space. Optionally set with CONFLUENCE_SPACE.
                [required]
  --url TEXT    The URL to the Confluence API. Optionally set with
                CONFLUENCE_URL.  [required]
  --help        Show this message and exit.
```

