Lmodule
python API for Lmod module
Install / Use
/learn @buildtesters/LmoduleREADME
|license| |docs| |codecov| |pypi| |python|
.. |docs| image:: https://readthedocs.org/projects/lmodule/badge/?version=latest :target: https://readthedocs.org/projects/lmodule/builds/ :alt: Documentation Status .. |license| image:: https://img.shields.io/github/license/buildtesters/lmodule.svg :target: https://github.com/buildtesters/lmodule/blob/master/LICENSE .. |codecov| image:: https://codecov.io/gh/buildtesters/lmodule/branch/master/graph/badge.svg :target: https://codecov.io/gh/buildtesters/lmodule .. |pypi| image:: https://img.shields.io/pypi/v/lmodule.svg :target: https://pypi.org/project/lmodule/ .. |python| image:: https://img.shields.io/pypi/pyversions/lmodule.svg :target: https://pypi.org/project/lmodule/
Lmodule (Lmod Module)
Lmodule is a Python 3 API for Lmod <https://lmod.readthedocs.io/>_ module system. Lmodule can assist HPC facilities in testing their
software stack via module load testing. The API can be used by developers and system-administrators for interacting with module system.
Developers can utilize the Lmodule API for interacting with module system in their python code, while System Administrators can leverage
the Lmodule API for testing their Software Stack.
Author
lmodule was created by Shahzeb Siddiqui <http://github.com/shahzebsiddiqui/>_.
Contributing Back
We encourage community feedback and participation to help improve the lmodule API. To get started you can do the following:
-
Join the slack community
-
Test the API and provide feedback in the form of
Issue <https://github.com/buildtesters/lmodule/issues>_ orPull Request <https://github.com/buildtesters/lmodule/pulls>_.
Slack
Click the Join Slack Channel <https://communityinviter.com/apps/hpcbuildtest/buildtest-slack-invitation>_ to join the community.
If you already have an account then access the Slack Channel here <https://hpcbuildtest.slack.com>_
LICENSE
lmodule is released under the MIT license. See the LICENSE <https://github.com/buildtesters/lmodule/blob/master/LICENSE>_
file for more details.
