Metadata-Version: 2.1
Name: aiidalab
Version: 18.6.0rc4
Summary: Meta package for the AiiDA Lab python environment.
Home-page: https://github.com/materialscloud-org/aiidalab-metapkg
Author: The AiiDA team
Author-email: aiidalab@materialscloud.org
License: MIT License
Description: # aiidalab-metapkg
        
        The `aiidalab` metapackage sets up the python environment found on the 
        [AiiDA lab](https://aiidalab.materialscloud.org).
        Amongst others, this includes
        
         * aiida-core
         * a wide range of aiida plugins
         * jupyter
         * ...
        
        Note: The relevant jupyter notebook extensions are enabled automatically.
        
        ## Installation
        
        ```
        # install latest version from pypi
        pip install --process-dependency-links aiidalab
        # note: pip can *enable* nbextensions, but not install them
        jupyter nbextension install --sys-prefix --py fileupload        
        ```
        
        ## Testing
        
        ```
        # install latest version from github
        pip install --process-dependency-links git+https://github.com/materialscloud-org/aiidalab-metapkg
        jupyter nbextension install --sys-prefix --py fileupload        
        ```
        
        Note: `pip install -e .` does *not* process the `data_files` and thus does not enable the jupyter extensions.
        
        ## License
        
        MIT
        
        ## Contact
        
        aiidalab@materialscloud.org
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Description-Content-Type: text/markdown
