.. PyJacket documentation master file, created by sphinx-quickstart on Mon Feb 9 20:49:41 2026. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Pyjacket documentation ====================== Welcome to the Pyjacket documentation. Pyjacket is a collection of general-purpose utility functions. It extends the base language with many useful features, such as obtaining the digits of a number, or locating the n'th occurence of a character in a string. In addition, it provides an extra layer of utility around existing libraries, such as Numpy or Matplotlib. For example, you can inspect the memory usage of a numpy array or override the default matplotlib styling into something more professional. You can install Pyjacket using pip: >>> pip install pyjacket .. toctree:: :maxdepth: 1 :caption: Contents: pyjacket pyjacket.arrtools .. pyjacket.cvtools .. pyjacket.dna pyjacket.filetools .. pyjacket.geometry .. pyjacket.graphtools .. pyjacket.ntheory pyjacket.plottools .. pyjacket.string