Contributing

Bug reports, bug fixes, and new features are always welcome. Please raise issues on GitHub, and submit pull requests for any new code.

Testing

It’s recommended to test ncplib in a virtual environment using venv.

Run the test suite:

pip install -e .
python -m unittest discover tests

Contributors

ncplib was developed by CRFS and other contributors.