elyase / masstable

The Nuclear Mass Table Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

masstable

Utilities for working with nuclear mass tables

build codecov Dependabot Status PyPI version


Documentation: https://elyase.github.io/masstable/

Source Code: https://github.com/elyase/masstable


Development

Setup environement

You should have Pipenv installed. Then, you can install the dependencies with:

pipenv install --dev

After that, activate the virtual environment:

pipenv shell

Run unit tests

You can run all the tests with:

make test

Alternatively, you can run pytest yourself:

pytest

Format the code

Execute the following command to apply isort and black formatting:

make format

License

This project is licensed under the terms of the MIT license.

About

The Nuclear Mass Table Toolkit

License:MIT License


Languages

Language:Python 97.8%Language:Makefile 2.2%