Metadata-Version: 2.1
Name: conflumb
Version: 0.1.2
Summary: Convert markdown document to confluence page
Home-page: https://github.com/ImagineersHub/conflumb
Author: esunvoteb
Author-email: esun@voteb.com
License: MIT
Keywords: confluence,markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.27.1
Requires-Dist: markdown>=3.3.6
Requires-Dist: wrapt>=1.14.0

# Conflumb

While writing markdown technical documents, we usually need to synchronize updates to confluence. This helps the team to easily jump between different documents through confluence's search function. Manually copying and uploading attachments to confluence is a very boring process that needs to be repeated for even a very small change.

conflumb can help convert markdown formatting to confluence page content formatting, and the images inserted in the document are automatically submitted to confluence as attachments while maintaining a consistent display format
