[ ソース: ubelt ]
パッケージ: python-ubelt-doc (1.3.7-1)
python-ubelt-doc に関するリンク
Debian の資源:
ubelt ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python Utility Belt Library
Ubelt is a small library of robust, tested, documented, and simple functions that extend the Python standard library. It has a flat API that all behaves similarly on Windows, Mac, and Linux (up to some small unavoidable differences). Almost every function in ubelt was written with a doctest.
* Goal: provide simple functions that accomplish common tasks not yet addressed by the Python standard library. * Constraints: Must be low-impact pure Python; it should be easy to install and use. * Method: All functions are written with docstrings and doctests to ensure that a baseline level of documentation and testing always exists (even if functions are copy/pasted into other libraries) * Motto: Good utilities lift all codes.
This package contains the ubelt documentation and examples files.
その他の python-ubelt-doc 関連パッケージ
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- dep: sphinx-rtd-theme-common (>= 3.0.2+dfsg)
- sphinx theme from readthedocs.org (common files)
-
- rec: python3-ubelt
- Python Utility Belt Library