Metadata-Version: 2.1
Name: aiidalab
Version: 19.1.1
Summary: Meta package for the AiiDA Lab python environment.
Home-page: https://github.com/aiidalab/aiidalab-metapkg
Author: The AiiDA team
Author-email: aiidalab@materialscloud.org
License: MIT License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Description-Content-Type: text/markdown
Requires-Dist: aiida-ase (==1.0.1)
Requires-Dist: aiida-codtools (==1.0.1)
Requires-Dist: aiida-core[atomic_tools,rest] (==0.12.2)
Requires-Dist: aiida-cp2k (==0.9)
Requires-Dist: aiida-fleur (==0.6.2)
Requires-Dist: aiida-gudhi (==0.1.0a3)
Requires-Dist: aiida-nwchem (==1.0.2)
Requires-Dist: aiida-phtools (==0.1.0a1)
Requires-Dist: aiida-quantumespresso (==2.1.0)
Requires-Dist: aiida-raspa (==0.3.0)
Requires-Dist: aiida-siesta (==0.9.10)
Requires-Dist: aiida-vasp (==0.2.4)
Requires-Dist: aiida-wannier90 (==1.0.0)
Requires-Dist: aiida-yambo (==0.2.5)
Requires-Dist: aiida-zeopp (==0.2.0)
Requires-Dist: aiidalab-widgets-base (==0.2.0a2)
Requires-Dist: appmode-aiidalab (==0.4.0.1)
Requires-Dist: backports-abc (==0.5)
Requires-Dist: bleach (==3.1.0)
Requires-Dist: bokeh (==1.0.4)
Requires-Dist: bqplot (==0.11.3)
Requires-Dist: configparser (==3.5.0)
Requires-Dist: dulwich (==0.19.9)
Requires-Dist: entrypoints (==0.3)
Requires-Dist: fileupload (==0.1.5)
Requires-Dist: functools32 (==3.2.3.post2)
Requires-Dist: html5lib (==1.0.1)
Requires-Dist: ipykernel (==4.10.0)
Requires-Dist: ipympl (==0.2.1)
Requires-Dist: ipython (<6.0)
Requires-Dist: ipywidgets (==7.4.2)
Requires-Dist: jsonschema (==2.6.0)
Requires-Dist: jupyter-client (==5.2.4)
Requires-Dist: jupyter-core (==4.4.0)
Requires-Dist: lxml (==4.3.0)
Requires-Dist: markdown (==3.0.1)
Requires-Dist: mistune (==0.8.4)
Requires-Dist: nbconvert (==5.4.0)
Requires-Dist: nbformat (==4.4.0)
Requires-Dist: nglview (==1.1.7)
Requires-Dist: notebook (==5.7.4)
Requires-Dist: pandocfilters (==1.4.2)
Requires-Dist: paramiko (==2.4.2)
Requires-Dist: pip (==18.1)
Requires-Dist: pycifrw (==4.4)
Requires-Dist: pythreejs (==2.0.2)
Requires-Dist: testpath (==0.4.2)
Requires-Dist: tornado (<5)
Requires-Dist: traittypes (==0.2.1)
Requires-Dist: webencodings (==0.5.1)

[![Build Status](https://travis-ci.org/aiidalab/aiidalab-metapkg.svg?branch=master)](https://travis-ci.org/aiidalab/aiidalab-metapkg)

# 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 aiidalab
# note: pip can *enable* nbextensions [1,2], but not install them
jupyter nbextension install --sys-prefix --py fileupload        
```
[1] See the [jupyter-notebook documentation](http://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#Automatically-enabling-a-server-extension-and-nbextension)  
[2] http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html

## Testing

```
# install latest version from github
pip install git+https://github.com/aiidalab/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

## Acknowledgements

This work is supported by the [MARVEL National Centre for Competency in Research](<http://nccr-marvel.ch>)
funded by the [Swiss National Science Foundation](<http://www.snf.ch/en>), as well as by the [MaX
European Centre of Excellence](<http://www.max-centre.eu/>) funded by the Horizon 2020 EINFRA-5 program,
Grant No. 676598.

![MARVEL](miscellaneous/logos/MARVEL.png)
![MaX](miscellaneous/logos/MaX.png)



