Metadata-Version: 2.1
Name: restuml2code
Version: 0.15
Summary: Generate C headers from SW component design in reStructuredText format.
Home-page: https://github.com/cimplart/restuml2code
Author-email: schwart@o2.pl
License: GPL 3 License
Keywords: PlantUML,reStructuredText,code generation
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# restuml2code
A tool for generating C source headers from SW component design in reStructuredText format.

Dependencies:
- docutils is used to parse reStructuredText files
- mako is used to render code templates using the parsed document content
- lark is used to parse puml sections.

