setup.py
calculator_app/__init__.py
calculator_app/admin.py
calculator_app/apps.py
calculator_app/models.py
calculator_app/tests.py
calculator_app/urls.py
calculator_app/views.py
calculator_app.egg-info/PKG-INFO
calculator_app.egg-info/SOURCES.txt
calculator_app.egg-info/dependency_links.txt
calculator_app.egg-info/top_level.txt
calculator_app/migrations/0001_initial.py
calculator_app/migrations/0002_calculator_expression.py
calculator_app/migrations/__init__.py
calculator_app/templates/calculator.html
simple_package/__init__.py
simple_package/asgi.py
simple_package/settings.py
simple_package/urls.py
simple_package/wsgi.py