Metadata-Version: 2.1
Name: asexecutor
Version: 0.2
Summary: A convenient python library to execute ASE (Atomic Simulation Environment) calculators on clusters.
Home-page: https://github.com/efiminem/asexecutor
Author: Efim Mazhnik
Author-email: efimmazhnik@gmail.com
License: UNKNOWN
Download-URL: https://github.com/efiminem/asexecutor/archive/v0.2.zip
Description: asexecutor
        ============
        
        |Binder| |PyPI version| |Code style: black| |MIT license|
        
        Asexecutor is a convenient python library to wrap ASE (Atomic Simulation Environment) calculators to be executed on clusters.
        
        .. |Binder| image:: https://mybinder.org/badge_logo.svg
           :target: https://mybinder.org/v2/gh/efiminem/asexecutor/master
        
        .. |PyPI version| image:: https://badge.fury.io/py/asexecutor.svg
           :target: https://pypi.org/pypi/asexecutor
        
        .. |MIT license| image:: https://img.shields.io/badge/License-MIT-blue.svg
           :target: https://lbesson.mit-license.org/
        
        .. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/psf/black
        
        ============
        Installing
        ============
        
        You can install asexecutor via pip:
        
        .. code:: shell
        
        	$ pip install asexecutor
        
        ==============
        Documentation
        ==============
        
        Detailed documentation will be available soon.
        
        ============
        License
        ============
        
        Asexecutor is distributed under the MIT `license
        <https://github.com/efiminem/asexecutor/blob/master/LICENSE>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
