Python standalone package -
i beginner in python , i'm working on creating python package. need standalone, meaning customer not have download extra, want him "import" package , use functions includes.
i have couple of questions:
assuming want use library such stompest, , want included in project , not downloaded ide such pycharm. have downloaded zip file , placed in directory, tried several methods of importing using import sys instance , failed. proper way here?
once done package, how "export" in way customer have place in script, , write "import mypackage" , use functions contains? don't want produce exe file though.
i hope i'm clear enough, highly appreciate help!
Comments
Post a Comment