Source: python-plaster
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper (>= 11~),
               dh-python,
               python-all,
               python-pytest,
               python-setuptools,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.1.4
Homepage: https://pylonsproject.org/projects/plaster/about
Vcs-Git: https://salsa.debian.org/python-team/modules/python-plaster
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-plaster

Package: python-plaster
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python multi-format configuration file loader interface - Python 2.x module
 plaster is a loader interface around arbitrary config file formats. It exists
 to define a common API for applications to use when they wish to load
 configuration settings.
 .
 The library itself does not aim to handle anything except a basic API that
 applications may use to find and load configuration settings. Any specific
 constraints should be implemented in a pluggable loader which can be registered
 via an entrypoint.
 .
 This package provides the Python 2 version of the module.

Package: python3-plaster
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python multi-format configuration file loader interface - Python 3.x module
 plaster is a loader interface around arbitrary config file formats. It exists
 to define a common API for applications to use when they wish to load
 configuration settings.
 .
 The library itself does not aim to handle anything except a basic API that
 applications may use to find and load configuration settings. Any specific
 constraints should be implemented in a pluggable loader which can be registered
 via an entrypoint.
 .
 This package provides the Python 3 version of the module.

Package: python-plaster-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python multi-format configuration file loader interface - Documentation
 plaster is a loader interface around arbitrary config file formats. It exists
 to define a common API for applications to use when they wish to load
 configuration settings.
 .
 The library itself does not aim to handle anything except a basic API that
 applications may use to find and load configuration settings. Any specific
 constraints should be implemented in a pluggable loader which can be registered
 via an entrypoint.
 .
 This package provides the documentation of the module.

