{"id":29112777,"url":"https://github.com/pharmaverse/rtflite","last_synced_at":"2026-01-02T10:13:32.241Z","repository":{"id":274830568,"uuid":"924172933","full_name":"pharmaverse/rtflite","owner":"pharmaverse","description":"Lightweight RTF composer for Python. Specializes in precise formatting of production-quality tables and figures.","archived":false,"fork":false,"pushed_at":"2025-05-07T05:03:50.000Z","size":2349,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-28T12:08:37.442Z","etag":null,"topics":["clinical-trials","ectd","pharmaverse","reporting","rtf"],"latest_commit_sha":null,"homepage":"https://pharmaverse.github.io/rtflite/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pharmaverse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-29T14:47:12.000Z","updated_at":"2025-05-07T05:03:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"64a043f3-1e2f-498f-a75f-7413352792c1","html_url":"https://github.com/pharmaverse/rtflite","commit_stats":null,"previous_names":["pharmaverse/rtflite"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pharmaverse/rtflite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaverse%2Frtflite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaverse%2Frtflite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaverse%2Frtflite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaverse%2Frtflite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pharmaverse","download_url":"https://codeload.github.com/pharmaverse/rtflite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharmaverse%2Frtflite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262581282,"owners_count":23331908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clinical-trials","ectd","pharmaverse","reporting","rtf"],"created_at":"2025-06-29T11:03:31.024Z","updated_at":"2026-01-02T10:13:32.234Z","avatar_url":"https://github.com/pharmaverse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtflite \u003cimg src=\"https://github.com/pharmaverse/rtflite/raw/main/docs/assets/logo.png\" align=\"right\" width=\"120\" /\u003e\n\n[![PyPI version](https://img.shields.io/pypi/v/rtflite)](https://pypi.org/project/rtflite/)\n![Python versions](https://img.shields.io/pypi/pyversions/rtflite)\n[![pharmaverse rtflite badge](http://pharmaverse.org/shields/rtflite.svg)](https://pharmaverse.org)\n[![CI tests](https://github.com/pharmaverse/rtflite/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/pharmaverse/rtflite/actions/workflows/ci-tests.yml)\n[![Mypy check](https://github.com/pharmaverse/rtflite/actions/workflows/mypy.yml/badge.svg)](https://github.com/pharmaverse/rtflite/actions/workflows/mypy.yml)\n[![Ruff check](https://github.com/pharmaverse/rtflite/actions/workflows/ruff-check.yml/badge.svg)](https://github.com/pharmaverse/rtflite/actions/workflows/ruff-check.yml)\n[![Documentation](https://github.com/pharmaverse/rtflite/actions/workflows/docs.yml/badge.svg)](https://pharmaverse.github.io/rtflite/)\n![License](https://img.shields.io/pypi/l/rtflite)\n\nLightweight RTF composer for Python.\n\nSpecializes in precise formatting of production-quality tables and figures. Inspired by [r2rtf](https://merck.github.io/r2rtf/).\n\n## Installation\n\nYou can install rtflite from PyPI:\n\n```bash\npip install rtflite\n```\n\nOr install the development version from GitHub:\n\n```bash\ngit clone https://github.com/pharmaverse/rtflite.git\ncd rtflite\npython3 -m pip install -e .\n```\n\n### Optional dependencies - DOCX support\n\nSome features in rtflite require additional dependencies.\nTo install rtflite with DOCX assembly support:\n\n```bash\npip install rtflite[docx]\n```\n\nTo add rtflite as a dependency with DOCX support for projects using uv:\n\n```bash\nuv add rtflite --extra docx\n```\n\nFor rtflite developers, sync all optional dependencies with:\n\n```bash\nuv sync --all-extras\n```\n\n### Optional dependencies - LibreOffice\n\nrtflite can convert RTF documents to PDF and DOCX using LibreOffice.\nTo enable this feature, install LibreOffice (free and open source, MPL license).\n\nSee the [converter setup\nguide](https://pharmaverse.github.io/rtflite/articles/converter-setup/)\nfor detailed instructions.\n\n## Contributing\n\nWe welcome contributions to rtflite. Please read the rtflite\n[Contributing Guidelines](https://pharmaverse.github.io/rtflite/contributing/)\nto get started.\n\nAll interactions within rtflite repositories and issue trackers should adhere to\nthe rtflite [Contributor Code of Conduct](https://github.com/pharmaverse/rtflite/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharmaverse%2Frtflite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpharmaverse%2Frtflite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharmaverse%2Frtflite/lists"}