Skip to content

A python utility package that provides commonly used functionalities or helper methods.

License

Notifications You must be signed in to change notification settings

oDqnger/utilitilib

Repository files navigation

utilitilib

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.

Installation

To install this package, do:

pip3 install utilitilib

Example Usage

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]))

Uninstall

To uninstall this package, do:

pip3 uninstall -y utilitilib

Contributing

If you would like to contribute, please check out the CONTRIBUTING.md file

Thank you for your interest in contributing.

API Reference

Licence

Released under the MIT licence

About

A python utility package that provides commonly used functionalities or helper methods.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages