Metadata-Version: 2.4
Name: bear-django-base-utils
Version: 0.1.1
Summary: A collection of essential utilities for Python projects, including data type detection, date filtering, and token decoding.
Author-email: Bohdan Riabunets <bearablyk@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/bearablyk/django-base-utils
Project-URL: Issues, https://github.com/bearablyk/django-base-utils/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Django>=3.2
Requires-Dist: PyJWT>=2.0.0
Requires-Dist: cryptography>=3.0.0
Requires-Dist: bear-carbon-utils>=0.1.0

## Installation

```bash
pip install bear-django-base-utils
```
