Metadata-Version: 2.1
Name: glass
Version: 2023.1
Summary: Generator for Large Scale Structure
Home-page: https://github.com/glass-dev/glass
Maintainer: Nicolas Tessore
Maintainer-email: n.tessore@ucl.ac.uk
License: MIT
Project-URL: Documentation, https://glass.readthedocs.io/
Project-URL: Issues, https://github.com/glass-dev/glass/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: healpix (>=2022.11.1)
Requires-Dist: healpy (>=1.15.0)
Requires-Dist: cosmology (>=2022.10.9)
Requires-Dist: gaussiancl (>=2022.10.21)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: pydata-sphinx-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-mermaid ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'


**GLASS**: Generator for Large Scale Structure
==============================================

[![Gitter](https://badges.gitter.im/glass-dev/glass.svg)](https://gitter.im/glass-dev/glass)
[![Documentation](https://readthedocs.org/projects/glass/badge/?version=latest)](https://glass.readthedocs.io/en/latest/)

This is the core library for GLASS, the Generator for Large Scale Structure.
For more information, see the full [documentation].  There are a number of
[examples] to get you started.


Installation
------------

Releases of the code can be installed with pip as usual:

    pip install glass

If you are interested in the latest version of the code, you can pip-install
this repository:

    pip install git+https://github.com/glass-dev/glass.git


Citation
--------

If you use GLASS simulations or the GLASS library in your research, please cite
the original paper.


[documentation]: https://glass.readthedocs.io/
[examples]: https://glass.readthedocs.io/projects/examples/
[glass-camb]: https://github.com/glass-dev/glass-camb/
