Metadata-Version: 2.1
Name: fsc.export
Version: 1.1.1
Summary: Decorator to add objects to their module's __all__.
Home-page: http://frescolinogroup.github.io/frescolino/pyexport/1.1
Author: C. Frescolino
Author-email: frescolino@lists.phys.ethz.ch
License: Apache
Description: This module contains a decorator to add objects to their module's __all__. Optionally, it can test for the existence of a docstring when importing the module.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=2.7
Provides-Extra: test
Provides-Extra: doc
