Last updated:
0 purchases
caspyr 1.1.1
Cinchingly awesome scripts of Pythonic rapture.
Packages
cuda
make writing CUDA for numpy arrays as trivial as possible
io
*.mat v7.3 (MATLAB) reading
multiprocessing
UnorderedQMap
plotting
1, 2, and 3D plotting
utils
glob (file pattern search)
HTML tabulation (for notebook display)
line profiling context managers
logging context managers
memoisation context managers
term (CLI) io utilities
CLI Scripts
duplicate
A python file (which generates itself) to get you started on new scripts
file
Prints info about given files
nvsmi
nVidia GPU clock and memory monitor
pandoc_filter
plot3d
3D scatter plots from CSV files
pusher
Send notifications to Android phones
remv
Move files based on regex
showslice
3D volume slicer
Table of contents
Installation
Installation
Latest pypi stable release
pip install caspyr
Latest development release on github
Pull and install in the current directory:
pip install -e git+https://github.com/casperdcl/caspyr.git@master#egg=caspyr
Tab completion
Optionally, systems with bash-completion can install tab completion
support. The
caspyr_completion.bash
file needs to be copied to an appropriate folder.
On Ubuntu, the procedure would be:
$ # Ensure completion works for `git` itself
$ sudo apt-get install bash-completion
$ # Install `caspyr` completions
$ sudo cp caspyr_completion.bash /etc/bash_completion.d/
followed by a terminal restart.
Changelog
The list of all changes is available either on
Github’s Releases
or on crawlers such as
allmychanges.com.
Licence
Open Source (OSI approved):
Copyright (c) 2016-8 Casper da Costa-Luis.
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0.
If a copy of the MPL was not distributed with this file, You can obtain one
at https://mozilla.org/MPL/2.0/.
Authors
Casper da Costa-Luis (@casperdcl)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.