pythutils: a collection of utility functions for Python
Project description
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 at the Max Planck Institute of Animal Behavior, Konstanz, Germany.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pythutils-1.3.15.tar.gz
.
File metadata
- Download URL: pythutils-1.3.15.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32d10c2de63189cbe40ebdd64c36e71578ea0c4b99c5f5d8c7f010d6061f53bb |
|
MD5 | dc94fef043d3a1fca946b55f8480f5f3 |
|
BLAKE2b-256 | 4e1046ecba6a683c96332c15149919a637daba9bc4e961eae5d4455264aea345 |