Metadata-Version: 1.2
Name: lmodule
Version: 0.1.0
Summary: Lmod Module API
Home-page: https://github.com/HPC-buildtest/lmodule
Author: Shahzeb Siddiqui
Author-email: shahzebmsiddiqui@gmail.com
License: MIT
Description: |license| |docs| |travis| |codecov| |coveralls| |slack|
        
        .. |docs| image:: https://readthedocs.org/projects/lmodule/badge/?version=latest
            :target: https://lmodule.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. |travis| image:: https://travis-ci.com/HPC-buildtest/lmodule.svg?branch=master
            :target: https://travis-ci.com/HPC-buildtest/lmodule
        .. |license| image:: https://img.shields.io/github/license/HPC-buildtest/lmodule.svg
        .. |codecov| image:: https://codecov.io/gh/HPC-buildtest/lmodule/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/HPC-buildtest/lmodule
        .. |coveralls| image:: https://coveralls.io/repos/github/HPC-buildtest/lmodule/badge.svg?branch=master
            :target: https://coveralls.io/github/HPC-buildtest/lmodule?branch=master
        .. |slack| image:: http://hpcbuildtest.herokuapp.com/badge.svg
        
        lmodule (Lmod Module)
        ---------------------
        
        lmodule is a Python 3 API for `Lmod <https://lmod.readthedocs.io/>`_ module system. The API can be used
        end-users and system-administrators. End-users can utilize the API for interacting with module system to run
        their application. System Administrators can utilize the API for testing their Software Stack and retrieve
        output from the Lmod spider command.
        
        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/HPC-buildtest/lmodule/issues>`_ or Pull Request.
        
        
        Slack
        ------
        
        Click the `Join Slack Channel <https://hpcbuildtest.herokuapp.com/>`_ 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/HPC-buildtest/lmodule/blob/master/LICENSE>`_
        file for more details.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Requires-Python: ~=3.6
