套件: python3-scruffy (0.3.3-2)
python3-scruffy 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-scruffy:
- [python-scruffy_0.3.3-2.dsc]
- [python-scruffy_0.3.3.orig.tar.gz]
- [python-scruffy_0.3.3-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- ChangZhuo Chen (陳昌倬)
外部的資源:
- 主頁 [github.com]
相似套件:
framework for taking care of a bunch of boilerplate in Python3 apps
Scruffy is a framework for taking care of a bunch of boilerplate in Python apps. It handles the loading of configuration files, the loading and management of plugins, and the management of other filesystem resources such as temporary files and directories, log files, etc.
A typical use case for Scruffy is a command-line Python tool with some or all of the following requirements:
* Read a set of configuration defaults * Read a local configuration file and apply it on top of the defaults * Allow overriding some configuration options with command line flags or at runtime * Load a core set of Python-based plugins * Load a set of user-defined Python-based plugins * Generate log files whose name, location and other logging settings are based on configuration * Store application state between runs in a file or database
This package installs the library for Python 3.
其他與 python3-scruffy 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-yaml
- YAML parser and emitter for Python3