Features
PyArgWriter offers the following command-line commands:
- **parse-code**: Parse given files and create YAML structure with structural parser information.
- **write-code**: Read given parser YAML structure and create argument parser Python code.
- **generate-argparser**: Generate parser.py, which contains a setup_parser function to set up an appropriate parser.
Bug Fixes
- None in this release.
Documentation
- **Updated README.md**: Comprehensive documentation with usage examples, explanations of parameters, and detailed class descriptions.
- **Docstrings**: Improved inline documentation for better code understanding.
- **Doxygen**: Added Doxygen documentation in latex and html.
Contributors
- Robin Uhrich
This release marks the initial version of the PyArgWriter package. We encourage users to explore the features, provide feedback, and contribute to the further development of the project. Refer to the documentation for detailed information on usage and customization.