Metadata-Version: 2.4
Name: pydantic-api-models-notion
Version: 0.0.23
Summary: A Pydantic-based library for Notion API data models
License: MIT
License-File: LICENSE
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: Programming Language :: Python :: 3.14
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: Homepage, https://github.com/stevieflyer/pydantic-api-models-notion
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 with a `v` prefix, (i.e. `vX.X.X`). The release will happen automatically.

