Moist static energy plots (with dry static energy and saturation moist statice energy curves), a better view of soundings in terms of seeing humidity and the prospects for moist convection.
The package for PyPI is called MSEplots-pkg. It has MetPy and Siphon as dependencies.
How to publish to pypi:
-
cd to package directory on disk corresponding to https://github.com/brianmapes/MSEplot/tree/master/MSEplots-pkg_MetpyDependent
-
Edit setup.py with new release increment. Delete old dist/ contents. Delete egg_info also.
-
python setup.py sdist
-
twine upload dist/* which was created in step 2.