Just another Atlassian Confluence API cli extension
Project description
confluence-cli
confluence-cli is a convenient wrapper module for python atlassian confluence original package.
confluence-cli installation
# Desde la raiz del repositorio
python3 -m pip install confluence-cli
Examples
params = {
"baseURL": "http://confluence:8090",
"user": "myuser",
"password": "mypass",
"proxies": {
"http": "",
"https": ""
},
"verify_ssl": False
}
confluence_api = ConfluenceWrapper(params)
# This class method, for example, is not available in original atlassian confluence module.
confluence_api.add_content_restrictions("3407893",["read","update"],group_name, "group")
# This class method, for example, is not available in original atlassian confluence module.
confluence_api.add_space_permissions_rpc(space_key="ds",permissions=["SETSPACEPERMISSIONS","EXPORTSPACE"],entity_name=group_name)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
confluence_cli-0.7.3.tar.gz
(11.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file confluence_cli-0.7.3.tar.gz.
File metadata
- Download URL: confluence_cli-0.7.3.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.15 Linux/5.15.0-56-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f011933df7f27618e6cf1725001c439e9d686b4a33107ed39fcf5462a61bcbf5
|
|
| MD5 |
ed28010b59cee4f49f3b10e544222066
|
|
| BLAKE2b-256 |
8c4e457825d4df8c57579aa54a6e9ec64af0e5d67718e3296c8b461b79980133
|
File details
Details for the file confluence_cli-0.7.3-py3-none-any.whl.
File metadata
- Download URL: confluence_cli-0.7.3-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.15 Linux/5.15.0-56-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ad9d821e07bbccb70c9fce847976e9bb7a83d75b0175fd53af354009c48f8fc
|
|
| MD5 |
96f3be8b4d02219edb46f6306d23937f
|
|
| BLAKE2b-256 |
665f5ddd4e6e9869fb47aafe95473e7f9a460b42eb19be940f35f2e2586eecb4
|