dimschlukas / webling-calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webling_calendar

codecov CI

This is a simple command line interface to interact with the webling calendar API.

Install it from PyPI

pip install webling_calendar

Usage

from webling_calendar import BaseClass
from webling_calendar import base_function

BaseClass().base_method()
base_function()
$ python -m webling_calendar
#or
$ webling_calendar

Development

Read the CONTRIBUTING.md file.

About

License:The Unlicense


Languages

Language:Python 78.2%Language:Makefile 21.4%Language:Dockerfile 0.4%