Utilities for working with nuclear mass tables
Documentation: https://elyase.github.io/masstable/
Source Code: https://github.com/elyase/masstable
You should have Pipenv installed. Then, you can install the dependencies with:
pipenv install --devAfter that, activate the virtual environment:
pipenv shellYou can run all the tests with:
make testAlternatively, you can run pytest yourself:
pytestExecute the following command to apply isort and black formatting:
make formatThis project is licensed under the terms of the MIT license.