Metadata-Version: 1.1
Name: aiida-phtools
Version: 0.1.0a1
Summary: AiiDA plugin for persistence homology tools, used to analyze nanoporous materials.
Home-page: https://github.com/ltalirz/aiida-phtools
Author: Leopold Talirz
Author-email: leopold.talirz@gmail.com
License: MIT
Description-Content-Type: text/markdown
Description: # aiida-phtools
        
        AiiDA plugin for persistence homology tools, used to analyze nanoporous materials.
        
        # Installation
        
        ```shell
        git clone https://github.com/ltalirz/aiida-phtools .
        cd aiida-phtools
        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
