LICENCE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
boussole/__init__.py
boussole/compiler.py
boussole/exceptions.py
boussole/finder.py
boussole/inspector.py
boussole/logs.py
boussole/parser.py
boussole/resolver.py
boussole/watcher.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/compile.py
boussole/cli/console_script.py
boussole/cli/version.py
boussole/cli/watch.py
boussole/conf/__init__.py
boussole/conf/base_backend.py
boussole/conf/json_backend.py
boussole/conf/model.py
boussole/conf/patcher.py
tests/.gitignore
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_005_finder_001_ispartial.py
tests/test_005_finder_002_isallowed.py
tests/test_005_finder_003_changeextension.py
tests/test_005_finder_004_getdestination.py
tests/test_005_finder_005_relativefrompaths.py
tests/test_005_finder_100_conditions.py
tests/test_005_finder_101_compilable.py
tests/test_005_finder_102_mirroring.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/test_050_settings_001_init.py
tests/test_050_settings_002_clean.py
tests/test_050_settings_003_update.py
tests/test_051_patcher_001_expand.py
tests/test_052_backend_001_base_checkfilepath.py
tests/test_052_backend_001_base_parsepath.py
tests/test_052_backend_002_base_open.py
tests/test_052_backend_003_base_parse.py
tests/test_052_backend_004_base_clean.py
tests/test_052_backend_100_json_parse.py
tests/test_052_backend_101_json_load.py
tests/test_100_compiler_001_write.py
tests/test_100_compiler_002_compile.py
tests/test_200_watcher_001.py
tests/test_500_cli_001_compile.py
tests/test_500_cli_002_watch.py
tests/utils.py
tests/data_fixtures/settings.json
tests/data_fixtures/settings.txt
tests/data_fixtures/settings_custom.json
tests/data_fixtures/settings_dummy.json
tests/data_fixtures/settings_polluted.json
tests/data_fixtures/dummy_build/css/main_base.css
tests/data_fixtures/dummy_build/css/main_duplicata.css
tests/data_fixtures/dummy_build/css/main_duplicata2.css
tests/data_fixtures/dummy_build/css/main_withlib.css
tests/data_fixtures/dummy_build/css/components/somecomponent.css
tests/data_fixtures/dummy_project/_empty.scss
tests/data_fixtures/dummy_project/_vendor.scss
tests/data_fixtures/dummy_project/doh.scss
tests/data_fixtures/dummy_project/main_base.scss
tests/data_fixtures/dummy_project/main_withlib.scss
tests/data_fixtures/dummy_project/components/_filename_test_1.scss
tests/data_fixtures/dummy_project/components/_webfont.scss
tests/data_fixtures/dummy_project/components/_webfont_icons.scss
tests/data_fixtures/dummy_project/components/somecomponent.scss
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/dummy
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/.dummy
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
tests/data_fixtures/sample_project/utils/dummy.txt