My personal python package with (just for me) useful shorthands


Install
pip install trtwn==0.7.1

Documentation

Python package - trtwn

My personal python package with (just for me) useful shorthands. Find the PyPI package site here.

Installation

pip3 install trtwn

Upload to PyPI

First you need to install twine.

make upload

Update your local version of the package

make update-local

Or do both at once (upload and update locally)

make

Just update the package locally without pushing it to pypi?

make install-local

Available modules

Module Description
fs some convenient functions for file system operations
latex pythontex related convenient functions
matplotlib matplotlib helper functions
pyhs some physics functions
math mathematical functions
numpy Shorthands for numpy functions
scipy some predefined functions for scipy