Monday, 15 August 2011

python - How do I get my package listed in pip or easy_install -



python - How do I get my package listed in pip or easy_install -

i understand there question packaging pip, more generic. on mechanism pip identify packages? central server should add together name when types in

pip install <mypackagename>

how pip know, package. should add together mine name resolution directory?

pip pulls python bundle index. very easy submit package, assuming have configured setup.py build package.

you'll need register business relationship on pypi, have metadata defined in setup.py (license, etc), , setup.cfg if you're using markdown-formatted readme (as on github). it's shell command register bundle :

register: python setup.py register -r pypi submit: python setup.py sdist upload -r pypi

python pip easy-install

No comments:

Post a Comment