/useful-functions

Functions that I find useful but don't want to write out each time.

Primary LanguagePythonMIT LicenseMIT

useful-functions

Functions that I find useful but don't want to write out each time.

How to Install

Clone the repository, navigate to the folder and run:

python setup.py install

You should now be able to import the package using

import usefulfunctions as ufs

Documentation

View the documentation by opening doc/_build/html/index.html in your browser.