
Features include: - User management with JWT authentication and role-based access - Inventory items with SKU/barcode tracking and stock management - Categories and suppliers organization - Inventory transactions with automatic stock updates - Low stock alerts and advanced search/filtering - RESTful API with comprehensive CRUD operations - SQLite database with Alembic migrations - Auto-generated API documentation Co-Authored-By: Claude <noreply@anthropic.com>
3 lines
194 B
Python
3 lines
194 B
Python
from .auth_handler import get_password_hash, verify_password, create_access_token, get_current_user
|
|
|
|
__all__ = ["get_password_hash", "verify_password", "create_access_token", "get_current_user"] |