LICENCE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
boussole/__init__.py
boussole/dev_inspector.py
boussole/exceptions.py
boussole/inspector.py
boussole/parser.py
boussole/resolver.py
boussole.egg-info/PKG-INFO
boussole.egg-info/SOURCES.txt
boussole.egg-info/dependency_links.txt
boussole.egg-info/entry_points.txt
boussole.egg-info/not-zip-safe
boussole.egg-info/requires.txt
boussole.egg-info/top_level.txt
boussole/cli/__init__.py
boussole/cli/console_script.py
tests/__init__.py
tests/conftest.py
tests/test_001_parser_001_unquote.py
tests/test_001_parser_002_comments.py
tests/test_001_parser_003_flatten_rules.py
tests/test_001_parser_010_parse.py
tests/test_010_resolver_001_candidates.py
tests/test_010_resolver_002_check.py
tests/test_010_resolver_010_resolving.py
tests/test_020_inspector_001_basic.py
tests/test_020_inspector_002_reset.py
tests/test_020_inspector_003_subimport.py
tests/test_020_inspector_004_depth.py
tests/test_020_inspector_005_circular.py
tests/test_020_inspector_006_libs.py
tests/test_020_inspector_007_parents.py
tests/data_fixtures/main_using_libs.css
tests/data_fixtures/library_1/library_1_fullstack.scss
tests/data_fixtures/library_1/components/_panels.scss
tests/data_fixtures/library_1/components/_sections.scss
tests/data_fixtures/library_1/settings/_sample.scss
tests/data_fixtures/library_2/library_2_fullstack.scss
tests/data_fixtures/library_2/addons/_another_addon.scss
tests/data_fixtures/library_2/addons/_some_addon.scss
tests/data_fixtures/sample_project/_contents.scss
tests/data_fixtures/sample_project/_css_filetest.css
tests/data_fixtures/sample_project/_empty.scss
tests/data_fixtures/sample_project/_sass_filetest.sass
tests/data_fixtures/sample_project/_vendor.scss
tests/data_fixtures/sample_project/main_basic.scss
tests/data_fixtures/sample_project/main_circular_0.scss
tests/data_fixtures/sample_project/main_circular_1.scss
tests/data_fixtures/sample_project/main_circular_2.scss
tests/data_fixtures/sample_project/main_circular_3.scss
tests/data_fixtures/sample_project/main_circular_4.scss
tests/data_fixtures/sample_project/main_circular_5.scss
tests/data_fixtures/sample_project/main_circular_bridge.scss
tests/data_fixtures/sample_project/main_commented.scss
tests/data_fixtures/sample_project/main_depth_import-1.scss
tests/data_fixtures/sample_project/main_depth_import-2.scss
tests/data_fixtures/sample_project/main_depth_import-3.scss
tests/data_fixtures/sample_project/main_error.scss
tests/data_fixtures/sample_project/main_syntax.scss
tests/data_fixtures/sample_project/main_twins_1.scss
tests/data_fixtures/sample_project/main_twins_2.scss
tests/data_fixtures/sample_project/main_twins_3.scss
tests/data_fixtures/sample_project/main_using_libs.scss
tests/data_fixtures/sample_project/main_with_subimports.scss
tests/data_fixtures/sample_project/components/_filename_test_1.scss
tests/data_fixtures/sample_project/components/_filename_test_2.scss
tests/data_fixtures/sample_project/components/_filename_test_3.scss
tests/data_fixtures/sample_project/components/_filename_test_4.scss
tests/data_fixtures/sample_project/components/_filename_test_5.plop.scss
tests/data_fixtures/sample_project/components/_filename_test_5.scss
tests/data_fixtures/sample_project/components/_filename_test_6.plop.scss
tests/data_fixtures/sample_project/components/_twin_1.css
tests/data_fixtures/sample_project/components/_twin_1.scss
tests/data_fixtures/sample_project/components/_twin_2.css
tests/data_fixtures/sample_project/components/_twin_2.scss
tests/data_fixtures/sample_project/components/_twin_3.scss
tests/data_fixtures/sample_project/components/_webfont.scss
tests/data_fixtures/sample_project/components/_webfont_icons.scss
tests/data_fixtures/sample_project/components/twin_2.scss
tests/data_fixtures/sample_project/components/twin_3.scss
tests/data_fixtures/sample_project/utils/_mixins.scss