Last updated:
0 purchases
outlookcalendarsyncer 0.1.0
OutlookCalendarSyncer
How to setup dev environment
Prerequisites
Following software is required to run spark application:
Python 3
Poetry
Pyenv
Run
# Install required python version
$ pyenv install 3.9.6
# Binding required python version to this directory
$ pyenv local 3.9.6
# Install poetry
$ pip3 install poetry
# Resolve dependencies
$ poetry install
# Check - all tests should pass
$ poetry run pytest
# Sync configured
$ poetry run python -m outlookcalendarsyncer
How to build package
$ poetry build
How to test
$ poetry run pytest
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.