Metadata-Version: 2.1
Name: hamble
Version: 0.0.5
Summary: Package for handling parameters from an ini file to configuration files.
Home-page: https://github.com/ndmikkelsen/hamble
Author: nathan mikkelsen
Author-email: nathan.mikkelsen@corteva.com
License: UNKNOWN
Description: ## Hamble
        Description: a simple pip package command line tool for populating a file with parameters from an ini file
        using jinja2 templating. 
        
        #### Usage:
        ```
        hamble [OPTIONS]
        
        Options:
          -i, --ini TEXT     INI file with needed information  [required]
          -c, --config TEXT  config file needed to populate values from ini file into
                             [required]
          --help             Show this message and exit.
Platform: UNKNOWN
Description-Content-Type: text/markdown
