A python utility package that provides commonly used functionalities or helper methods that you can use to improve productivity or efficiency in your work flow.
To install this package, do:
pip3 install utilitilib
Here's an example of how you would use utilitilib:
from utilitilib.arrays import remove_duplicate
# this imports the remove_duplicate module from the arrays subpackage.
if __name__ == "__main__":
print(remove_duplicate.remove_duplicate([1,1,1,2,2,2,3,3,3,4,4]))
To uninstall this package, do:
pip3 uninstall -y utilitilib
If you would like to contribute, please check out the CONTRIBUTING.md file
Thank you for your interest in contributing.
Released under the MIT licence