Metadata-Version: 2.1
Name: modulesbuilder
Version: 1.0.0
Summary: Build tools for Environment Modules
Home-page: https://github.com/andbanman/modulesbuilder
Author: Andrew Banman
Author-email: abanman@pnri.org
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/andbanman/modulesbuilder/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# modulesbuilder

A build tools package for [Environment Modules](http://modules.sourceforge.net/) written in Python.

This package is the base of a build system for Environment Modules. Each Module is defined with a YAML configuration file. The Module software is built using Docker, and a Modulefile is generated based on the configuration.

```
import modulesbuilder as mb
mb.build(...)
```

Copyright and License are covered by LICENSE.txt.


