Metadata-Version: 2.4
Name: django-vises
Version: 1.2.1
Summary: Django Vises.
Author: Rex Zhang
Author-email: rex.zhang@gmail.com
Keywords: django
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django :: 5.2
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django>=5.2
Requires-Dist: uuid-backport; python_version < "3.14"
Dynamic: license-file

# django-vises

![GitHub License](https://img.shields.io/github/license/rexzhang/django-vises)
[![PyPI - Version](https://img.shields.io/pypi/v/django-vises)](https://pypi.org/project/django-vises/)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https://raw.githubusercontent.com/rexzhang/django-vises/main/pyproject.toml)
[![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-vises)](https://pypi.org/project/django-vises/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/django-vises)](https://pypi.org/project/django-vises/)

## Changelog

### 1.2.1

- refactor: migrate redis dataset to MutableSet implementation
- feat: reorganize env vars and add cache settings
- fix: vises influxdb2

### 1.0.3 - 20251115

- first public release
