Metadata-Version: 2.1
Name: pygalgen
Version: 0.2.0
Summary: Toolkit used for generation and validation of Galaxy tool definition files of python programs 
Home-page: https://github.com/Kulivox/TRToolsTDFGenerator
Download-URL: https://github.com/Kulivox/TRToolsTDFGenerator
Author: Michal Klinka
Author-email: mich.klinka@gmail.com
Project-URL: Bug Tracker, https://github.com/Kulivox/TRToolsTDFGenerator/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# PyGalGen
Toolkit used for generation and validation of Galaxy tool
definition files of python programs

## Installation
The tool can be installed by pip using this command:
```
pip install pygalgen
```
