.git-blame-ignore-revs
.gitignore
CONTRIBUTING.md
DOC.md
LICENSE.md
MANIFEST.in
PSL_catalog.json
README.md
RELEASES.md
ROADMAP.md
environment.yml
example.py
pytest.ini
setup.py
.github/workflows/build_and_test.yml
.github/workflows/check_code_formatting.yml
.github/workflows/check_jupyterbook.yml
.github/workflows/deploy_jupyterbook.yml
conda.recipe/bld.bat
conda.recipe/build.sh
conda.recipe/install_local_package.sh
conda.recipe/meta.yaml
conda.recipe/remove_local_package.sh
cs-config/MANIFEST.in
cs-config/install.sh
cs-config/setup.py
cs-config/cs_config/__init__.py
cs-config/cs_config/behavior_params.json
cs-config/cs_config/constants.py
cs-config/cs_config/functions.py
cs-config/cs_config/helpers.py
cs-config/cs_config/outputs.py
cs-config/cs_config/tables.py
cs-config/cs_config/tests/__init__.py
cs-config/cs_config/tests/test_functions.py
docs/taxbrain.png
docs/book/_config.yml
docs/book/_toc.yml
docs/book/content/cli.md
docs/book/content/corp_incidence.md
docs/book/content/intro.md
docs/book/content/reports.md
docs/book/content/usage.md
docs/book/content/webapp.md
docs/book/content/api/cli.rst
docs/book/content/api/corporate_incidence.rst
docs/book/content/api/public_api.rst
docs/book/content/api/report.rst
docs/book/content/api/report_utils.rst
docs/book/content/api/taxbrain.rst
docs/book/content/api/utils.rst
docs/book/content/contributing/contributor_guide.md
docs/book/content/examples/example.ipynb
taxbrain/__init__.py
taxbrain/cli.py
taxbrain/conftest.py
taxbrain/corporate_incidence.py
taxbrain/report.py
taxbrain/report_utils.py
taxbrain/taxbrain.py
taxbrain/typing.py
taxbrain/utils.py
taxbrain.egg-info/PKG-INFO
taxbrain.egg-info/SOURCES.txt
taxbrain.egg-info/dependency_links.txt
taxbrain.egg-info/entry_points.txt
taxbrain.egg-info/requires.txt
taxbrain.egg-info/top_level.txt
taxbrain/report_files/report_style.css
taxbrain/report_files/report_template.md
taxbrain/report_files/taxbrain.png
taxbrain/tests/conftest.py
taxbrain/tests/expected_weighted_table.csv
taxbrain/tests/test_brain.py
taxbrain/tests/test_cli.py
taxbrain/tests/test_corporate_incidence.py
taxbrain/tests/test_report.py
taxbrain/tests/test_utils.py