python - Add PYPI Package to Distribution -


just heads may obvious question. i'm writing package distributed , don't want have support in future (don't ask). relies on python's standard library 1 exception. if 1 exception gets removed pypi in future, don't want have update code.

so question is: can include package downloaded pypi within package exists in current state , users don't have download separately? if move package sys.path package?

thank you, , sorry if it's obvious question.

in short - yes, can. it's not particularly necessary because pip supports specifying needed version in setup.py , take care of installation of package.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -