Skip to content

User Documentation

Jordan Welsman edited this page Jan 26, 2023 · 3 revisions

Getting started

You can install jutils with pip using the following Terminal/Command Prompt command:

$ pip install jutl

jutils' functionality has only been elevated to the submodule level. As such, you can import any of jutils' submodules with the following line in your Python environment:

from jutl import formatting

Averages

Main article: Averages

Calculators

Main article: Calculators

Converters

Main article: Converters

Cryptography

Main article: Cryptography

Data structures

Main article: Data Structures

Formatting

Main article: Formatting

Language

Main article: Language

Logic

Main article: Logic

Pipelining

Main article: Pipelining

Sorting algorithms

Main article: Sorting Algorithms

Timers

Main article: Timers

Utilities

Main article: Utilities