Skip to content

JolleJolles/pythutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythutils

A collection of utility functions for Python

Installation

To install the latest release of pythutils, open a terminal window and enter:

pip install pythutils

To install the latest development version, enter:

pip install git+https://github.com/JolleJolles/pythutils.git --upgrade --force-reinstall

Dependencies

pythutils is both Python 2.7 and 3 compatible and has numpy, pyyaml, pandas, and h5py as dependencies that will be automatically installed. Note that this can take very long (up to an hour) with pip on older machines and python versions and faster will be to manually install with apt-get.

Usage

To use the various utility functions, e.g.:

from pythutils.timeutils import clock
from pythutils.fileutils import listfiles
from pythutils.mathutils import points_to_angle
from pythutils.sysutils import isrpi

Development

pythutils is developed by Dr Jolle Jolles.

For an overview of version changes see the CHANGELOG and for detailed changes see the commits page.

Please submit bugs or feature requests to the GitHub issue tracker here.

License

Released under a Apache 2.0 License. See LICENSE for details.

About

A collection of utility python functions, including file, media, math, data, and drawing utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages