This package browser is in early development. Mind the rough edges.

python-atpublic 3.1.1

`@public' decorator for populating `__all__'

This Python module adds a @public decorator and function which populates a module's __all__ and optionally the module globals. With it, the declaration of a name's public export semantics are not separated from the implementation of that name.

Installation

Install python-atpublic 3.1.1 as follows:

guix install python-atpublic@3.1.1

Or install the latest version:

guix install python-atpublic

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.