Metadata-Version: 2.1
Name: pryvacy
Version: 0.1.0
Summary: A set of access control descriptors for methods and nested classes
Author: Huy-DNA
Author-email: huydo862003@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# pyvacy - a set of access control decorators for python

## Usage

## Philosophy

* Incur as least overhead as possible when using the access control decorators 

## Current limitations

* `@private` and `@protected` are not supported on nested classes yet.

* No way to enforce access policy on class and instance attributes.

## Roadmap

* Benchmark decorated classes

* Test comprehensively the decorators interaction with the whole ecosystem

* Implement @private and @protected on nested classes


