LICENSE.txt
README.md
pyproject.toml
setup.cfg
src/__init__.py
src/housemate.egg-info/PKG-INFO
src/housemate.egg-info/SOURCES.txt
src/housemate.egg-info/dependency_links.txt
src/housemate.egg-info/top_level.txt
src/housemate_app/__init__.py
src/housemate_app/housemate_main.py
src/housemate_app/my_property/__init__.py
src/housemate_app/my_property/property.py
src/housemate_app/my_property/purchase.py
src/housemate_app/my_property/rental.py
src/housemate_app/user/__init__.py
src/housemate_app/user/security.py
src/housemate_app/user/userlogin.py
src/housemate_app/user/userprofile.py
tests/test_housemate.py
tests/test_purchase.py
tests/test_rental.py
tests/test_security.py
tests/test_userlogin.py
tests/test_userprofile.py