Marc van der Sluys' personal Python modules.


Keywords
personal, private
License
SSPL-1.0
Install
pip install sluyspy==0.0.37

Documentation

sluyspy

PyPI PyPI - Downloads Documentation Status PyPI - License

Marc van der Sluys' personal Python modules: functions that I should have found elsewhere but didn't. The code is being developed by Marc van der Sluys of the Institute of Nuclear and High-Energy Physics (Nikhef) in Amsterdam and the Department of Physics at Utrecht University, both in The Netherlands. The sluyspy package can be used under the conditions of the EUPL 1.2 licence. Note that a lot of trial and error is going on, and there is no guarantee of backward compatibility. You may want to borrow a function rather than use the package.

Installation

This package can be installed using pip install sluyspy. This should automatically install the dependency packages numpy, pandas and matplotlib, if they haven't been installed already. If you are installing by hand, ensure that these packages are installed as well.

Example use

"""Example Python script using the sluyspy package."""

import sluyspy

sluyspy pages

Author and licence

References

Copyright (c) 2022-2023 Marc van der Sluys