Metadata-Version: 1.1
Name: atpublic
Version: 0.5
Summary: public -- @public for populating __all__
Home-page: http://public.readthedocs.io/
Author: Barry Warsaw
Author-email: barry@python.org
License: Apache 2.0
Description: This is a very simple decorator and function which populates a module's
        __all__ and optionally the module globals.
        
        This provides both a pure-Python implementation and a C implementation.  It is
        proposed that the C implementation be added to builtins_ for Python 3.6.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
