サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ブラックフライデー
python-packaging.readthedocs.io
Command Line Scripts¶ Many Python packages include command line tools. This is useful for distributing support tools which are associated with a library, or just taking advantage of the setuptools / PyPI infrastructure to distribute a command line tool that happens to use Python. For funniest, we’ll add a funniest-joke command line tool. There are two mechanisms that setuptools.setup() provides to
Minimal Structure¶ We’ll start with some Python code. Native German speakers, please proceed with caution: def joke(): return (u'Wenn ist das Nunst\u00fcck git und Slotermeyer? Ja! ... ' u'Beiherhund das Oder die Flipperwaldt gersput.') The beauty and elegance of this implementation simply demands that it be packaged properly for distribution. Picking A Name¶ Python module/package names should gen
How To Package Your Python Code¶ This tutorial aims to put forth an opinionated and specific pattern to make trouble-free packages for community use. It doesn’t describe the only way of doing things, merely one specific approach that works well. In particular, packages should make it easy: To install with pip or easy_install. To specify as a dependency for another package. For other users to downl
このページを最初にブックマークしてみませんか?
『python-packaging.readthedocs.io』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く