Skip to content

Helper classes and functions that I find myself needing all the time

Notifications You must be signed in to change notification settings

galvanic/jc_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Justine's Python Helper Tools

Usage

In python script (needs python 3):

import jc_tools

Example

from jc_tools.utils import group_by

Installation

Need to have read permissions to github repo and key access through command line:

$ pip3 install git+ssh://[email protected]/galvanic/jc_tools.git

On a remote server, need to install as sudo, and use environment variables to forward identity to github:

$ sudo -E pip3 install git+ssh://[email protected]/galvanic/jc_tools.git

Upgrade

$ sudo -E pip3 install git+ssh://[email protected]/galvanic/jc_tools.git --upgrade

Uninstall

$ sudo pip3 uninstall JustineTools

About

Helper classes and functions that I find myself needing all the time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages