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.8.5.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file confluence_cli-0.8.5.tar.gz
.
File metadata
- Download URL: confluence_cli-0.8.5.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.15 Linux/5.15.0-79-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
60352db122e359695cb20ebe0e3c9ca449f7aa59cbee2754f5445dfd0330bbee
|
|
MD5 |
15a4f2b6bfc614868082824e5fdbfae6
|
|
BLAKE2b-256 |
cf09ed59b6076b79c23407e2625f941c43d455eaa93007e7f7bd9daa741269f6
|
File details
Details for the file confluence_cli-0.8.5-py3-none-any.whl
.
File metadata
- Download URL: confluence_cli-0.8.5-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.15 Linux/5.15.0-79-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
738bc62f194bcf637b71fd5b8322ea2d439633d1d37bf2497e1cb7cfe93aec02
|
|
MD5 |
c355aa5fb0ed6c3712b7bdd71f98ec98
|
|
BLAKE2b-256 |
bf63998c03281931b1374d14294f37ccc018e318c4f092db4e117f2ce3d7ec06
|