Metadata-Version: 1.1
Name: aiida-gudhi
Version: 0.1.0a2
Summary: AiiDA plugin for the [GUDHI](http://gudhi.gforge.inria.fr/) library for topological data analysis.
Home-page: https://github.com/ltalirz/aiida-gudhi
Author: Leopold Talirz
Author-email: leopold.talirz@gmail.com
License: MIT
Description-Content-Type: text/markdown
Description: # aiida-gudhi
        
        AiiDA plugin for the [GUDHI](http://gudhi.gforge.inria.fr/) library for topological data analysis.
        
        # Installation
        
        ```shell
        git clone https://github.com/ltalirz/aiida-gudhi .
        cd aiida-gudhi
        pip install -e .  # also installs aiida, if missing (but not postgres)
        #pip install -e .[precommit,testing] # install extras for more features
        verdi quicksetup  # better to set up a new profile
        verdi calculation plugins  # should now show your calclulation plugins
        ```
        
        # Usage
        
        Here goes a complete example of how to submit a test calculation using this plugin.
        
        # License
        
        MIT
        
        # Contact
        
        leopold.talirz@gmail.com
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
