Metadata-Version: 2.3
Name: kognitos-bdk-poetry-plugin
Version: 1.4.1
Summary: Kognitos BDK Poetry Plugin
License: Propietary
Author: Emiliano Lesende
Author-email: emiliano@kognitos.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.35.4,<2.0.0)
Requires-Dist: dill (>=0.3.8,<0.4.0)
Requires-Dist: docker (>=7.1.0,<8.0.0)
Requires-Dist: poetry (>=1.8.2,<2.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: semver (>=3.0.2,<4.0.0)
Requires-Dist: snakemd (>=2.2.0,<3.0.0)
Description-Content-Type: text/markdown

# Poetry Plugin for Book Development Kit

The Poetry plugin for BDK is designed to enhance documentation workflows by automatically generating a comprehensive 
USAGE.md file from the docstrings embedded within a Poetry-managed Python project. This plugin seamlessly integrates 
with the Poetry ecosystem, parsing the docstrings of functions and classes to produce a well-structured and readable 
markdown file that outlines usage examples, input and output concepts, return types, and descriptions.

