README.md
pyproject.toml
machc.core.egg-info/PKG-INFO
machc.core.egg-info/SOURCES.txt
machc.core.egg-info/dependency_links.txt
machc.core.egg-info/top_level.txt
machc/core/__init__.py
machc/core/entities/__init__.py
machc/core/entities/base/__init__.py
machc/core/entities/base/contact/__init__.py
machc/core/entities/base/contact/address.py
machc/core/entities/base/contact/address_id.py
machc/core/entities/base/identifier/__init__.py
machc/core/entities/base/identifier/entity_id.py
machc/core/entities/user/__init__.py
machc/core/entities/user/authenticated_person.py
machc/core/entities/user/login_credential.py
machc/core/entities/user/person.py
machc/core/entities/user/user.py
machc/core/entities/user/user_id.py
machc/core/entities/user/user_profile.py
machc/core/interactors/__init__.py
machc/core/interactors/user/__init__.py
machc/core/interactors/user/login.py
machc/core/interactors/user/registration.py
machc/core/interactors/user/exception/__init__.py
machc/core/interactors/user/exception/user_exception.py
machc/core/interactors/user/stud/__init__.py
machc/core/interactors/user/stud/user_login_service.py
machc/core/interactors/user/stud/user_registration_service.py