Metadata-Version: 2.1
Name: ncal
Version: 0.1.6
Summary: 
Home-page: https://sg60.github.io/ncal/
License: GNU GPL
Author: Sam Greening
Author-email: samjg60@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: arrow (>=1.2.1,<2.0.0)
Requires-Dist: google-api-python-client (>=2.36.0,<3.0.0)
Requires-Dist: google-auth-oauthlib (>=0.4.6,<0.5.0)
Requires-Dist: notion-client (>=0.8.0,<0.9.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: python-dotenv (>=0.19.2,<0.20.0)
Requires-Dist: tomli (>=2.0.0,<3.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/SG60/Notion-and-Google-Calendar-2-Way-Sync
Description-Content-Type: text/markdown

<div align="center">

[![CodeQL](https://github.com/SG60/ncal/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/SG60/ncal/actions/workflows/codeql-analysis.yml)
[![Package Tests](https://github.com/SG60/ncal/actions/workflows/tests.yml/badge.svg)](https://github.com/SG60/ncal/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/SG60/ncal/branch/main/graph/badge.svg?token=UZCOEA0YWQ)](https://codecov.io/gh/SG60/ncal)
[![Code Style](https://github.com/SG60/ncal/actions/workflows/code-style.yml/badge.svg)](https://github.com/SG60/ncal/actions/workflows/code-style.yml)
  
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ncal?label=supported%20python)](https://pypi.org/project/ncal/)
[![PyPI](https://img.shields.io/pypi/v/ncal?logo=python)](https://pypi.org/project/ncal/)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/sg60/ncal?label=docker&logo=docker)](https://hub.docker.com/r/sg60/ncal)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# 2-Way Sync for Notion and Google Calendar
</div>

**Docs live at: https://sg60.github.io/ncal/**
  
Currently reworking this fork. It will eventually be a simple command that can be set to run, either continuously or just once.

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

See [old README.md](./oldREADME.md) for more info.


Reading through `config.py` will give a lot of useful information on config options. Run `ncal --help` to get more info on the cli command.

