Metadata-Version: 2.1
Name: dustpylib
Version: 0.3.0rc1
Home-page: https://github.com/stammler/dustpylib/
Author: Sebastian Stammler, Tilman Birnstiel
Author-email: sebastian.stammler@gmail.com
Maintainer: Sebastian Stammler
License: BSD
Project-URL: Source Code, https://github.com/stammler/dustpylib/
Project-URL: Documentation, https://dustpylib.rtfd.io/
Keywords: science physics mathematics visualization
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
License-File: LICENSE

# dustpylib

[![Documentation Status](https://readthedocs.org/projects/dustpylib/badge/?version=latest)](https://dustpylib.readthedocs.io/en/latest/?badge=latest) [![GitHub](https://img.shields.io/github/license/stammler/dustpylib)](https://github.com/stammler/dustpylib/blob/master/LICENSE) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/stammler/dustpylib/blob/master/.github/CODE_OF_CONDUCT.md)  
[![PyPI - Downloads](https://img.shields.io/pypi/dm/dustpylib?label=PyPI%20downloads)](https://pypistats.org/packages/dustpylib)


`dustpylib` is a library that contains auxiliary modules for the dust evolution software `DustPy`, for example interfaces to radiative transfer codes or modules with extensions to the `DustPy` defaults.

For information about the usage of ``DustPy``, please have a look at the [DustPy documentation](https://stammler.github.io/dustpy/).


## Installation

`dustpylib` can be installed via PyPI.

`pip install dustpylib`

## Documentation

For the usage of `dustpylib` please have a look at its [documentation](https://dustpylib.rtfd.io/).

* [Grid](https://dustpylib.readthedocs.io/en/latest/grid.html)
  - [Grid refinement](https://dustpylib.readthedocs.io/en/latest/grid_refinement.html)
* [Planetesimals](https://dustpylib.readthedocs.io/en/latest/planetesimals.html)
  - [Planetesimal formation](https://dustpylib.readthedocs.io/en/latest/planetesimal_formation.html)
* [Radiative transfer](https://dustpylib.readthedocs.io/en/latest/radtrans.html)
  - [RADMC-3D](https://dustpylib.readthedocs.io/en/latest/radmc3d.html)
* [Substructures](https://dustpylib.readthedocs.io/en/latest/substructures.html)
  - [Planetary gaps](https://dustpylib.readthedocs.io/en/latest/planetary_gaps.html)<br /> &nbsp;
* [A. Contributing / Bug reports / Features requests](https://dustpylib.readthedocs.io/en/latest/A_contrib_bug_feature.html)

