LICENSE
README.md
pyproject.toml
hexcore/__init__.py
hexcore/__init__.pyi
hexcore/__main__.py
hexcore/config.py
hexcore/config.pyi
hexcore/types.py
hexcore/types.pyi
hexcore.egg-info/PKG-INFO
hexcore.egg-info/SOURCES.txt
hexcore.egg-info/dependency_links.txt
hexcore.egg-info/entry_points.txt
hexcore.egg-info/requires.txt
hexcore.egg-info/top_level.txt
hexcore/application/__init__.py
hexcore/application/__init__.pyi
hexcore/application/dtos/__init__.py
hexcore/application/dtos/__init__.pyi
hexcore/application/dtos/base.py
hexcore/application/dtos/base.pyi
hexcore/application/use_cases/__init__.py
hexcore/application/use_cases/__init__.pyi
hexcore/application/use_cases/base.py
hexcore/application/use_cases/base.pyi
hexcore/domain/__init__.py
hexcore/domain/__init__.pyi
hexcore/domain/base.py
hexcore/domain/base.pyi
hexcore/domain/events.py
hexcore/domain/events.pyi
hexcore/domain/exceptions.py
hexcore/domain/exceptions.pyi
hexcore/domain/repositories.py
hexcore/domain/repositories.pyi
hexcore/domain/services.py
hexcore/domain/services.pyi
hexcore/domain/uow.py
hexcore/domain/uow.pyi
hexcore/domain/auth/__init__.py
hexcore/domain/auth/__init__.pyi
hexcore/domain/auth/permissions.py
hexcore/domain/auth/permissions.pyi
hexcore/domain/auth/value_objects.py
hexcore/domain/auth/value_objects.pyi
hexcore/infrastructure/__init__.py
hexcore/infrastructure/__init__.pyi
hexcore/infrastructure/cli.py
hexcore/infrastructure/cli.pyi
hexcore/infrastructure/api/__init__.py
hexcore/infrastructure/api/__init__.pyi
hexcore/infrastructure/api/utils.py
hexcore/infrastructure/api/utils.pyi
hexcore/infrastructure/cache/__init__.py
hexcore/infrastructure/cache/__init__.pyi
hexcore/infrastructure/cache/cache_backends/__init__.py
hexcore/infrastructure/cache/cache_backends/__init__.pyi
hexcore/infrastructure/cache/cache_backends/memory.py
hexcore/infrastructure/cache/cache_backends/memory.pyi
hexcore/infrastructure/cache/cache_backends/redis.py
hexcore/infrastructure/cache/cache_backends/redis.pyi
hexcore/infrastructure/events/__init__.py
hexcore/infrastructure/events/__init__.pyi
hexcore/infrastructure/events/events_backends/__init__.py
hexcore/infrastructure/events/events_backends/__init__.pyi
hexcore/infrastructure/events/events_backends/memory.py
hexcore/infrastructure/events/events_backends/memory.pyi
hexcore/infrastructure/repositories/__init__.py
hexcore/infrastructure/repositories/__init__.pyi
hexcore/infrastructure/repositories/base.py
hexcore/infrastructure/repositories/base.pyi
hexcore/infrastructure/repositories/decorators.py
hexcore/infrastructure/repositories/decorators.pyi
hexcore/infrastructure/repositories/implementations.py
hexcore/infrastructure/repositories/implementations.pyi
hexcore/infrastructure/repositories/utils.py
hexcore/infrastructure/repositories/utils.pyi
hexcore/infrastructure/repositories/orms/__init__.py
hexcore/infrastructure/repositories/orms/__init__.pyi
hexcore/infrastructure/repositories/orms/beanie/__init__.py
hexcore/infrastructure/repositories/orms/beanie/__init__.pyi
hexcore/infrastructure/repositories/orms/beanie/utils.py
hexcore/infrastructure/repositories/orms/beanie/utils.pyi
hexcore/infrastructure/repositories/orms/sqlalchemy/__init__.py
hexcore/infrastructure/repositories/orms/sqlalchemy/__init__.pyi
hexcore/infrastructure/repositories/orms/sqlalchemy/session.py
hexcore/infrastructure/repositories/orms/sqlalchemy/session.pyi
hexcore/infrastructure/repositories/orms/sqlalchemy/utils.py
hexcore/infrastructure/repositories/orms/sqlalchemy/utils.pyi
hexcore/infrastructure/uow/__init__.py
hexcore/infrastructure/uow/__init__.pyi
hexcore/infrastructure/uow/decorators.py
hexcore/infrastructure/uow/decorators.pyi
hexcore/infrastructure/uow/helpers.py
hexcore/infrastructure/uow/helpers.pyi
scripts/__init__.py
scripts/fix_pyi_files.py
scripts/fix_types_pyi_aliases.py
scripts/main.py
tests/test_basic.py