Metadata-Version: 2.1
Name: notion-calendar-generator
Version: 0.0.2
Summary: 
Author: attila szuts
Author-email: 45080765+attilaszuts@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Notion Calendar Generator

This package is used to generate a calendar with multiple databases and relations between them for a whole year. 

## Installation

```bash
pip install notion-page-generator
```

## Usage

```bash
# see help
nocage --help

# generate calendar with .env file in current directory for year 2024
nocage 2024
```


