Metadata-Version: 1.1
Name: fsc.locker
Version: 1.0.1
Summary: Locker metaclasses to limit attribute changes for Python classes.

Home-page: UNKNOWN
Author: C. Frescolino
Author-email: UNKNOWN
License: Apache
Description: This module contains metaclasses to limit the access to member variables of class instances. Creation and / or modification of member variables is limited to within the ``__init__`` function. The primary purpose of this module is to avoid accidental changes to class attributes. It should **not** be used for security purposes.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
