deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3:any
Description: |-
@public decorator for adding names to __all__
His module is a library that provides two simple decorators called @public
and @private to document the publicity of names in your Python module. These
decorators are used to control what will be imported when someone uses the
from <module> import * statement. It's usually good practice to use a special
attribute called __all__ to explicitly list the public names you want exposed
in your module.
Homepage: https://gitlab.com/warsaw/public
Installed-Size: '28'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-public
Priority: optional
Section: python
Source: python-public
Suggests: python-public-doc
Version: 4.1.0-2
srcpkg_name: python-public
srcpkg_version: 4.1.0-2