Metadata-Version: 2.4
Name: python-jsondoc
Version: 0.1.0.post5
Author-email: TextCortex Dev Team <dev@textcortex.com>
Requires-Python: <3.13,>=3.10
Requires-Dist: beautifulsoup4>=4.13.3
Requires-Dist: jsonschema<5,>=4.23.0
Requires-Dist: pydantic<3,>=2.7.2
Requires-Dist: pypandoc>=1.15
Requires-Dist: typeid-python>=0.3.2
Description-Content-Type: text/markdown

# JSON-DOC

JSON-DOC is a simple and flexible format for storing structured content in JSON files. It is designed to support a wide variety of content types and use cases, such as paragraphs, headings, lists, tables, images, code blocks, HTML and more.

JSON-DOC is an attempt to standardize the data model used by [Notion](https://notion.so).

## Installation

Install the package from PyPI:

```bash
pip install python-jsondoc
```

## Features

- Documents are represented as a list of blocks
- Each block is a JSON object
- A unique identifier for each block by hashing RFC 8785 Canonical JSON
- Support for nested blocks

## Motivation

TBD