Metadata-Version: 2.1
Name: webling-calendar
Version: 0.1.0
Summary: Awesome webling_calendar created by dimschlukas
Home-page: https://github.com/dimschlukas/webling-calendar/
Author: dimschlukas
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# webling_calendar

[![codecov](https://codecov.io/gh/dimschlukas/webling-calendar/branch/main/graph/badge.svg?token=webling-calendar_token_here)](https://codecov.io/gh/dimschlukas/webling-calendar)
[![CI](https://github.com/dimschlukas/webling-calendar/actions/workflows/main.yml/badge.svg)](https://github.com/dimschlukas/webling-calendar/actions/workflows/main.yml)

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

## Install it from PyPI

```bash
pip install webling_calendar
```

## Usage

```py
from webling_calendar import BaseClass
from webling_calendar import base_function

BaseClass().base_method()
base_function()
```

```bash
$ python -m webling_calendar
#or
$ webling_calendar
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
