Skip to content

jstraub/js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common python functions and classes imported by various of my other code.

Place into a global repository and point PYTHONPATH to it using:

export PYTHONPATH=$PYTHONPATH:/path/to/js/folder/

Or clone it into the respective projects python folder (the python scripts will always call for example:

import js.utils.plot.color

So as long as python can find that you should be fine.

About

common python scripts for various of my other projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages