Metadata-Version: 2.1
Name: osdental-library
Version: 3.12.29
Summary: End-to-end algorithm library
Author: OSDental LLC
Author-email: support@osdental.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: aiohttp==3.11.12
Requires-Dist: annotated-types==0.7.0
Requires-Dist: anyio==4.7.0
Requires-Dist: ariadne==0.26.2
Requires-Dist: azure-core==1.32.0
Requires-Dist: azure-servicebus==7.13.0
Requires-Dist: azure-storage-blob==12.24.0
Requires-Dist: certifi==2024.12.14
Requires-Dist: cffi==1.17.1
Requires-Dist: charset-normalizer==3.4.1
Requires-Dist: cryptography==44.0.0
Requires-Dist: fastapi==0.115.6
Requires-Dist: greenlet==3.1.1
Requires-Dist: h11==0.14.0
Requires-Dist: httpcore==1.0.7
Requires-Dist: httpx==0.28.1
Requires-Dist: idna==3.10
Requires-Dist: isodate==0.7.2
Requires-Dist: pycparser==2.22
Requires-Dist: pydantic==2.10.4
Requires-Dist: pydantic_core==2.27.2
Requires-Dist: PyJWT==2.10.1
Requires-Dist: aioodbc==0.5.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: requests==2.32.3
Requires-Dist: six==1.17.0
Requires-Dist: sniffio==1.3.1
Requires-Dist: SQLAlchemy==2.0.36
Requires-Dist: starlette==0.41.3
Requires-Dist: tenacity==9.1.2
Requires-Dist: typing_extensions==4.12.2
Requires-Dist: tzlocal==5.2
Requires-Dist: urllib3==2.3.0
Requires-Dist: redis==5.2.1
Requires-Dist: colorlog==6.9.0
Requires-Dist: click==8.2.0
Requires-Dist: grpcio==1.74.0
Requires-Dist: grpcio-tools==1.74.0
Requires-Dist: grpcio-reflection==1.74.0
Requires-Dist: argon2-cffi==25.1.0
Requires-Dist: bcrypt==4.3.0

# osdental-library

`osdental-library` is a versatile and easy-to-use library for handling common tasks related to **encryption**, **hashing**, and **JWT token management**. Ideal for projects that require a secure and efficient approach to handling sensitive data.

## Features

- Generation and validation of **hashes** using modern algorithms.
- Encryption and decryption of data using secure keys.
- Creation and verification of **JWT tokens** for authentication and authorization.
- Implementations that are easy to integrate into any Python project.

## Installation

You can easily install `osdental-library` using `pip`:

```bash
pip install osdental-library
