Metadata-Version: 2.1
Name: atpublic
Version: 2.3
Summary: public -- @public for populating __all__
Home-page: http://public.readthedocs.io/
Author: Barry Warsaw
Author-email: barry@python.org
License: Apache 2.0
Project-URL: Documentation, https://public.readthedocs.io
Project-URL: Source, https://gitlab.com/warsaw/public.git
Project-URL: Tracker, https://gitlab.com/warsaw/public/issues
Keywords: __all__ public
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

======================
 @public and @private
======================

This library provides two very simple decorators that document the
*publicness* of the names in your module.  They keep your module's ``__all__``
in sync so you don't have to.


Author
======

``public`` is Copyright (C) 2016-2021 Barry Warsaw <barry@python.org>

Licensed under the terms of the Apache License Version 2.0.  See the LICENSE
file for details.


Project details
===============

 * Project home: https://gitlab.com/warsaw/public
 * Report bugs at: https://gitlab.com/warsaw/public/issues
 * Code hosting: https://gitlab.com/warsaw/public.git
 * Documentation: https://public.readthedocs.io
 * PyPI: https://pypi.python.org/pypi/atpublic


