Metadata-Version: 2.1
Name: pydantic-api-models-notion
Version: 0.0.21
Summary: A Pydantic-based library for Notion API data models
Home-page: https://github.com/stevieflyer/pydantic-api-models-notion
License: MIT
Keywords: notion,pydantic,api,data-models
Author: stevieflyer
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: emoji (>=2.14.0,<3.0.0)
Requires-Dist: pydantic-api-models (>=0.0.2,<0.0.3)
Project-URL: Repository, https://github.com/stevieflyer/pydantic-api-models-notion
Description-Content-Type: text/markdown

# Data models for Notion API

[![PyPI version](https://img.shields.io/pypi/v/pydantic-api-models-notion)](https://pypi.org/project/pydantic-api-models-notion/)

Pydantic data model for [Notion](https://www.notion.so/).


Install via:
```sh
pip install pydantic-api-models-notion
```

## Development

This repository uses [devenv](https://devenv.sh/). Devenv and enabled direnv will give you the best developer experience.

## Releasing

Create a new release [here](https://github.com/stevieflyer/pydantic-api-models-notion/releases/new).
Choose a semver-style tag (i.e. `X.X.X`). Make sure the tag matches the version in `pyproject.toml`.

