Skip to main content

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


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

If you're not sure about the file name format, learn more about wheel file names.

confluence_calendar_api-0.3.0-py2.py3-none-any.whl (5.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file confluence_calendar_api-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for confluence_calendar_api-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5b73d359e06b35565caef205218decf6ed15785fb52e5218cc1a352038d244b6
MD5 478e3ef286e94a0519e9c3674d3217b5
BLAKE2b-256 8983b1b2e2c25b640272e753784422f5168a2ef5e174e4dc558336b2ee70d833

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page