This is a simple class which takes borrows heavily from the examples in the docs package, built process outlined python's official packaging project tutorial.
Unit tests reside in the test subdirectory of the vanilla_pkg directory.
Tests can be run with:
pytest -v --cov=vanilla_pkg
After building a conda package, it can be published by following the user guide for uploading packages. The user guide refers to a meta.yaml file but provides no examples. Fortunately, there is an example package in the conda demo.