_ _ _ _
(_)_ _| |_(_) |___
| | | | | __| | / __|
| | |_| | |_| | \__ \
_/ |\__,_|\__|_|_|___/
|__/
jutils is a simple Python 3.10+ package which gives the user various tools. These tools are broken down into sub-modules in which the user can import individually.
- From terminal:
pip install jutl - From python environment:
from jutl import <submodule>where<submodule>is one from the following:
averagescalculatorsconverterscryptographydatastructuresecxeptionsformattinglanguagelogicpipeliningsorterstimersutilities
- Clone repository:
git clone https://github.com/JordanWelsman/jutils.git - Build module for testing:
python3 setup.py bdist_wheel - Install module locally:
pip install jutl -e . - Run tests with PyTest:
pytest test/<submodule>where<submodule>is one from the above list.
- Publish a package of tools I have developed that I use in production applications.
- Help other users improve their workflows and contribute to more performant applications.
jutils was created, developed, and is currently maintained by Jordan Welsman.
jutils is developed and distributed under the MIT license.
Note See
LICENSEfor more details.