Metadata-Version: 1.1
Name: PrivateAttributesDecorator
Version: 0.3
Summary: Module to increase encapsulation in Python, not allowing the access to private members outside their classes
Home-page: https://github.com/AntoData
Author: Antonio Pérez
Author-email: ingovanpe@gmail.com
License: MIT
Download-URL: https://github.com/AntoData/PrivateAttributesProject/archive/refs/tags/v0.3.tar.gz
Description: UNKNOWN
Keywords: Python,Python3,Encapsulation,Attributes,Private,Decorators
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
