Metadata-Version: 2.1
Name: pycalc_permission
Version: 0.0.3
Summary: A PyCalc permission package
Author-email: AE <AlekseevE2015@yandex.ru>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# PyCalc Permission Package

## What is this? ##
This is a PyCalc django rest framework permission package.

### Using ###

Insert into `settings.py`
```    
    PYCALC_AUTH = {
        'ALGORITHM': 'HS256',
        'REFRESH_SECRET': 'fd%3fgg6!eg',
        'TOKEN_SECRET': 'Fd4f4$%h3g='}
```

---
## Developer ##
My site:
