histogram data object
- Python wheel
.. code-block:: shell
$ python -m build --wheel --no-isolation
$ check-wheel-contents dist/histogram_*.whl
- Conda package
.. code-block:: shell
# create a conda package
$ cd conda.recipe
$ echo "versioningit $(versioningit ../)"
$ CHANNELS="--channel mcvine --channel conda-forge"
$ VERSION=$(versioningit ../) conda mambabuild $CHANNELS --output-folder . .
$ conda verify noarch/histogram-*.tar.bz2
# install a local conda package
$ conda install noarch/<histogram.tar.bz2 file>
.. code-block:: shell
$ pip install -e .
-
Tests
In root directory of histogram-dev,type
.. code-block:: shell
pytest