Metadata-Version: 2.1
Name: deesk
Version: 0.1.0
Summary: Async storages for Python.
Home-page: https://github.com/alex-oleshkevich/deesk
License: MIT
Author: Alex Oleshkevich
Author-email: alex.oleshkevich@gmail.com
Requires-Python: >=3.8.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: aiofiles (>=0.7.0,<0.8.0)
Requires-Dist: anyio (>=3.3.1,<4.0.0)
Requires-Dist: yarl (>=1.6.3,<2.0.0)
Project-URL: Documentation, https://github.com/alex-oleshkevich/deesk
Project-URL: Repository, https://github.com/alex-oleshkevich/deesk
Description-Content-Type: text/markdown

# Deesk

Async storages for Python.

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

## Installation

Install `deesk` using PIP or poetry:

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

## Features

-   TODO

## Quick start

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

