Confluence Calendar API Python Wrapper
Project description
Confluence Calendar API
Version: 0.3.0
Confluence Calendar API Python Wrapper
API Calls:
- Get Calendars
- Add Event
Usage:
#!/usr/bin/python
# coding: utf-8
import confluence_calendar_api
username = "<CONFLUENCE USERNAME>"
password = "<CONFLUENCE PASSWORD>"
confluence_url = "<CONFLUENCE URL>"
client = confluence_calendar_api.Api(url=confluence_url, username=username, password=password)
calendar = client.get_calendars(sub_calendar_id=12341)
print(calendar)
Install Instructions
Install Python Package
python -m pip install confluence-calendar-api
Build Instructions
Build Python Package
sudo chmod +x ./*.py
pip install .
python setup.py bdist_wheel --universal
# Test Pypi
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose -u "Username" -p "Password"
# Prod Pypi
twine upload dist/* --verbose -u "Username" -p "Password"
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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_calendar_api-0.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: confluence_calendar_api-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b73d359e06b35565caef205218decf6ed15785fb52e5218cc1a352038d244b6
|
|
| MD5 |
478e3ef286e94a0519e9c3674d3217b5
|
|
| BLAKE2b-256 |
8983b1b2e2c25b640272e753784422f5168a2ef5e174e4dc558336b2ee70d833
|