LICENSE
README.md
setup.cfg
setup.py
BigOwl.egg-info/PKG-INFO
BigOwl.egg-info/SOURCES.txt
BigOwl.egg-info/dependency_links.txt
BigOwl.egg-info/requires.txt
BigOwl.egg-info/top_level.txt
bigowl/__init__.py
bigowl/analyzer.py
bigowl/complexity/__init__.py
bigowl/complexity/space_complexity.py
bigowl/complexity/time_complexity.py
bigowl/parser/__init__.py
bigowl/parser/ast_parser.py
bigowl/parser/code_parser.py
bigowl/utils/__init__.py
bigowl/utils/helpers.py
tests/__init__.py
tests/test_analyzer.py
tests/test_space_complexity.py
tests/test_time_complexity.py