Registry / web-framework / atlas-doc-parser

atlas-doc-parser

JSON →
library1.0.1pypypiunverified

A Python library for parsing Atlassian Document Format (ADF) to various output formats like HTML or Markdown. Designed for Confluence Cloud integration. Latest version 1.0.1 supports Python >=3.10,<4.0, with active development on GitHub.

pip install atlas-doc-parser
INSTALL
IMPORT
SIG · ATLAS-DOC-PARSER
A
atlas-doc-parser
web-frameworkpythonv1.0.1
Install
1.7s avg
Import
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.0.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.6MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.7s · import 0.000s · 19MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse_adf_to_html
from atlas_doc_parser import parse_adf_to_html
from atlas_doc_parser import parse_adf_to_html

Parse a simple ADF document to HTML.

from atlas_doc_parser import parse_adf_to_html adf_json = { "version": 1, "type": "doc", "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "Hello, world!" } ] } ] } html_output = parse_adf_to_html(adf_json) print(html_output)
Debug
Known issues
gotchaInput must be a valid ADF JSON structure. Invalid or missing keys may raise KeyError or ValueError.
fix
Validate your ADF JSON against Atlassian's schema before parsing.
affects: >=0.1.0
gotchaThe library does not support all ADF node types yet (e.g., media, table, blockquote). Unknown nodes are ignored.
fix
Check the library's supported node list; use fallback rendering for unsupported nodes.
affects: <=1.0.1
Upgrade
Version history
1.0.1latest on PyPI · released Jan 4, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
atlas-doc-parser — pip install atlas-doc-parser · libregistry