pmcpy

A Python package for PartMC post-processing


License
MIT
Install
pip install pmcpy==0.0.2

Documentation

pmcpy: A Python package for PartMC post-processing

doi Documentation Status GitHub binder license pepy

pmcpy is a Python package for PartMC post-processing.

Author: Dr. Zhonghua Zheng

Installation

Step 1: create an environment:

$ conda create -n pmcpy python=3.8
$ conda activate pmcpy
$ conda install -c conda-forge numpy pandas xarray netcdf4

Step 2: install using pip:

$ pip install pmcpy

(optional) install from source:

$ git clone https://github.com/zzheng93/pmcpy.git
$ cd pmcpy
$ python setup.py install

How to use it?

You may reproduce the jupyter notebook example on Binder.

Please check online documentation (or Read the Docs version) for more information.

How to ask for help

The GitHub issue tracker is the primary place for bug reports.