{"id":23198,"library":"adf-lib","title":"ADF Lib","description":"A Python library for creating and manipulating ADF (Atlassian Document Format) documents. Current version 0.2.1, requires Python >=3.8. Early stage development with infrequent releases.","status":"active","version":"0.2.1","language":"python","source_language":"en","source_url":"https://github.com/lakmal98/adf-lib","tags":["adf","atlassian","document-format"],"install":[{"cmd":"pip install adf-lib","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"wrong":"from adf_lib import ADFDocument","symbol":"ADF","correct":"from adf_lib import ADF"}],"quickstart":{"code":"from adf_lib import ADFDocument, ADFParagraph\n\ndoc = ADFDocument()\np = ADFParagraph(text='Hello, world!')\ndoc.add(p)\nprint(doc.to_dict())","lang":"python","description":"Create an ADF document with a paragraph and output the dictionary representation."},"warnings":[{"fix":"Use the full prefixed class names: ADFDocument, ADFParagraph, etc.","message":"All classes are prefixed with 'ADF'. Using names like 'Document' or 'Paragraph' will cause ImportError.","severity":"gotcha","affected_versions":">=0.1.0"},{"fix":"Pin the exact version in requirements and test upgrades thoroughly.","message":"The library is in early alpha stage (v0.2.1). APIs may break without notice.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'0.2.1':17 '3.8':20 'adf':1,10,27 'atlassian':11,28 'creat':7 'current':15 'develop':23 'document':12,14,30 'document-format':29 'earli':21 'format':13,31 'infrequ':25 'lib':2 'librari':5 'manipul':9 'python':4,19 'releas':26 'requir':18 'stage':22 'version':16","created_at":"2026-05-01T08:06:28.639457+00:00","updated_at":"2026-05-01T08:06:28.639457+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.2.1","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/lakmal98/adf-lib","docs":"https://github.com/lakmal98/adf-lib","changelog":null,"pypi":"https://pypi.org/project/adf-lib/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","communication"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}