Skip to content

CodeQL Package Tests codecov Code Style Quality Gate Status

PyPI - Python Version PyPI Docker Image Version (latest semver) Code style: black

2-Way Sync for Notion and Google Calendar

Currently reworking the documentation.

Install with pip install ncal. This will install the ncal command.

Configuration

Configuration is via toml, command line flags, or environment variables (including via a .env file).

Configuration is via toml, command line flags, or environment variables (including via a .env file). Reading through config.py will give a lot of useful information on options. Run ncal --help to get more info on the cli command.

Key dependencies

  • Notion API Python SDK
  • https://github.com/googleapis/google-api-python-client
  • Arrow for datetime handling
  • Dev:
  • https://github.com/HypothesisWorks/hypothesis
  • https://github.com/python/mypy
Back to top