Metadata-Version: 2.1
Name: dazvol
Version: 0.1.0
Summary: Authorization library for Python.
Home-page: https://github.com/alex-oleshkevich/dazvol
License: MIT
Author: Alex Oleshkevich
Author-email: alex.oleshkevich@gmail.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Project-URL: Documentation, https://github.com/alex-oleshkevich/dazvol
Project-URL: Repository, https://github.com/alex-oleshkevich/dazvol
Description-Content-Type: text/markdown

# Dazvol

Authorization library for Python.

![PyPI](https://img.shields.io/pypi/v/dazvol)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alex-oleshkevich/dazvol/Lint)
![GitHub](https://img.shields.io/github/license/alex-oleshkevich/dazvol)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/dazvol)
![PyPI - Downloads](https://img.shields.io/pypi/dm/dazvol)
![GitHub Release Date](https://img.shields.io/github/release-date/alex-oleshkevich/dazvol)
![Lines of code](https://img.shields.io/tokei/lines/github/alex-oleshkevich/dazvol)

## Installation

Install `dazvol` using PIP or poetry:

```bash
pip install dazvol
# or
poetry add dazvol
```

## Features

-   TODO

## Quick start

See example application in `examples/` directory of this repository.

