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:

  1. 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?

  2. 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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -