A simple wrapper around the Confluence REST API.
Project description
Confluence Python Library
This is a simple wrapper around the REST API which the Confluence provides.
c.f. endpoints.md for a list of endpoints and whether this library supports them yet. Please do send pull requests if you want an endpoint that isn’t covered!
Installation
pip install confluence-rest-library
Usage
from confluence.client import Confluence
with Confluence('https://site:8080/confluence', ('user', 'pass')) as c:
pages = c.search('ID=1')
Development and Deployment
See the Contribution guidelines for this project for details on how to make changes to this library.
Testing Locally
For now there are only some basic unit tests included. These can be run using
python setup.py test
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
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-rest-library-0.6.1.tar.gz.
File metadata
- Download URL: confluence-rest-library-0.6.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ade7c5205ac09681e679b8dfa61f3a12b426e1c7bf7f8127cda8d17b9a959be
|
|
| MD5 |
0d2a4a31526c7bc2fcd2205ef7f7ab6f
|
|
| BLAKE2b-256 |
244e4515648d607baf0c51e2cefd56514585eb9f5b318f7c1f632c07fa18a078
|
File details
Details for the file confluence_rest_library-0.6.1-py2.py3-none-any.whl.
File metadata
- Download URL: confluence_rest_library-0.6.1-py2.py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
257309e108f31896fb46022e2937452fa55812a59b534bef02362aa81e8846f6
|
|
| MD5 |
eca9e45e5bfabf172bbb1a4f27363de0
|
|
| BLAKE2b-256 |
a363a1c707b9bcb5ac97fe1d3b6c667bc3da5da1f10a4e4221ea980ac1c8605c
|