Metadata-Version: 2.1
Name: aiidalab-widgets-base
Version: 1.0.0rc1
Summary: Reusable widgets for AiiDAlab applications.
Home-page: https://github.com/aiidalab/aiidalab-widgets-base
Author: The AiiDAlab team
Author-email: aiidalab@materialscloud.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AiiDA
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: aiidalab (>=21.07.3)
Requires-Dist: aiidalab-eln (~=0.1)
Requires-Dist: aiida-core (~=1.0)
Requires-Dist: ansi2html (~=1.6)
Requires-Dist: ase (<3.20)
Requires-Dist: bokeh (~=2.0)
Requires-Dist: ipytree (~=0.2)
Requires-Dist: ipywidgets (~=7.6)
Requires-Dist: more-itertools (~=8.0)
Requires-Dist: nglview (~=3.0)
Requires-Dist: numpy (~=1.17)
Requires-Dist: optimade-client (==2021.5.7)
Requires-Dist: pandas (~=1.0)
Requires-Dist: scikit-learn (~=0.24)
Requires-Dist: vapory (~=0.1.2)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-contentui ; extra == 'docs'
Requires-Dist: sphinxcontrib-details-directive ; extra == 'docs'
Provides-Extra: pre_commit
Requires-Dist: pre-commit (==2.10.1) ; extra == 'pre_commit'

[![Documentation Status](https://readthedocs.org/projects/aiidalab-widgets-base/badge/?version=latest)](https://aiidalab-widgets-base.readthedocs.io/en/latest/?badge=latest)

# Base widgets for AiiDAlab

## Installation

Install the `aiidalab_widgets_base` python package via:
```
pip install aiidalab-widgets-base
```

Install the corresponding `aiidalab-widgets-base` AiiDAlab application
via the app manager as usual.

### Optional dependencies

* The `SmilesWidget` widget requires the [OpenBabel](http://openbabel.org/) library.

## Documentation
The documentation can be found on the [following web page](https://aiidalab-widgets-base.readthedocs.io).

## Usage

Using the widgets usually just involves importing and displaying them.
For demos, have a look at the jupyter notebooks (`.ipynb` extension) in
this folder.

## License

MIT

## Citation

Users of AiiDAlab are kindly asked to cite the following publication in their own work:

A. V. Yakutovich et al., Comp. Mat. Sci. 188, 110165 (2021).
[DOI:10.1016/j.commatsci.2020.110165](https://doi.org/10.1016/j.commatsci.2020.110165)

## 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)


