LICENSE
README.md
setup.py
square_database_structure/__init__.py
square_database_structure/create_database.py
square_database_structure/main.py
square_database_structure.egg-info/PKG-INFO
square_database_structure.egg-info/SOURCES.txt
square_database_structure.egg-info/dependency_links.txt
square_database_structure.egg-info/requires.txt
square_database_structure.egg-info/top_level.txt
square_database_structure/square/__init__.py
square_database_structure/square/authentication/__init__.py
square_database_structure/square/authentication/data.py
square_database_structure/square/authentication/enums.py
square_database_structure/square/authentication/tables.py
square_database_structure/square/authentication/stored_procedures_and_functions/__init__.py
square_database_structure/square/file_storage/__init__.py
square_database_structure/square/file_storage/data.py
square_database_structure/square/file_storage/enums.py
square_database_structure/square/file_storage/tables.py
square_database_structure/square/file_storage/stored_procedures_and_functions/__init__.py
square_database_structure/square/file_storage/stored_procedures_and_functions/get_file_count.sql
square_database_structure/square/greeting/__init__.py
square_database_structure/square/greeting/data.py
square_database_structure/square/greeting/enums.py
square_database_structure/square/greeting/tables.py
square_database_structure/square/greeting/stored_procedures_and_functions/__init__.py
square_database_structure/square/public/__init__.py
square_database_structure/square/public/data.py
square_database_structure/square/public/enums.py
square_database_structure/square/public/tables.py
square_database_structure/square/public/stored_procedures_and_functions/__init__.py
square_database_structure/square/public/stored_procedures_and_functions/get_test_text.sql
tests/__init__.py
tests/test_main.py