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/project.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/startproject.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/post_processor.py
tests/.gitignore
tests/__init__.py
tests/conftest.py
tests/001_parser/001_unquote.py
tests/001_parser/002_comments.py
tests/001_parser/003_flatten_rules.py
tests/001_parser/010_parse.py
tests/002_finder/001_ispartial.py
tests/002_finder/002_isallowed.py
tests/002_finder/003_changeextension.py
tests/002_finder/004_getdestination.py
tests/002_finder/005_relativefrompaths.py
tests/002_finder/100_conditions.py
tests/002_finder/101_compilable.py
tests/002_finder/102_mirroring.py
tests/003_resolver/001_candidates.py
tests/003_resolver/002_check.py
tests/003_resolver/010_resolving.py
tests/010_inspector/001_basic.py
tests/010_inspector/002_reset.py
tests/010_inspector/003_subimport.py
tests/010_inspector/004_depth.py
tests/010_inspector/005_circular.py
tests/010_inspector/006_libs.py
tests/010_inspector/007_parents.py
tests/050_conf/001_model/001_init.py
tests/050_conf/001_model/002_clean.py
tests/050_conf/001_model/003_update.py
tests/050_conf/002_base_backend/001_parsepath.py
tests/050_conf/002_base_backend/002_checkfilepath.py
tests/050_conf/002_base_backend/003_open.py
tests/050_conf/002_base_backend/004_parse.py
tests/050_conf/002_base_backend/005_clean.py
tests/050_conf/003_json_backend/001_parse.py
tests/050_conf/003_json_backend/002_load.py
tests/050_conf/004_postprocessor/001_base.py
tests/050_conf/004_postprocessor/002_expand.py
tests/050_conf/004_postprocessor/003_validate_path.py
tests/050_conf/004_postprocessor/004_required.py
tests/100_compiler/001_write.py
tests/100_compiler/002_compile.py
tests/101_watcher/001_fails.py
tests/101_watcher/002_success.py
tests/101_watcher/utils.py
tests/102_projectstarter/001_expand.py
tests/102_projectstarter/002_validate.py
tests/102_projectstarter/003_commit.py
tests/102_projectstarter/004_init.py
tests/200_cli/001_compile.py
tests/200_cli/002_watch.py
tests/200_cli/003_startproject.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