.gitignore
.pre-commit-config.yaml
CONDA_FORGE_INSTRUCTIONS.md
CONDA_FORGE_SETUP.md
LICENSE
MANIFEST.in
Makefile
README.md
RELEASE_CHECKLIST.md
RELEASE_NOTES.md
environment-dev.yml
pyproject.toml
.github/copilot-instructions.md
.github/workflows/ci.yml
.vscode/settings.json
conda.recipe/README.md
conda.recipe/meta.yaml
conda.recipe.disabled/conda_build_config.yaml
conda.recipe.disabled/meta.yaml
docs/conf.py
docs/index.rst
scripts/generate.py
scripts/profile_script.py
scripts/test-conda-install.sh.disabled
src/pycalceff/__init__.py
src/pycalceff/main.py
src/pycalceff.egg-info/PKG-INFO
src/pycalceff.egg-info/SOURCES.txt
src/pycalceff.egg-info/dependency_links.txt
src/pycalceff.egg-info/entry_points.txt
src/pycalceff.egg-info/requires.txt
src/pycalceff.egg-info/top_level.txt
src/pycalceff/cli/__init__.py
src/pycalceff/cli/commands.py
src/pycalceff/core/__init__.py
src/pycalceff/core/cli_utils.py
src/pycalceff/core/effic.py
src/pycalceff/data/example_data.txt
tests/conftest.py
tests/test_basic.py
tests/cli/test_commands.py
tests/core/test_cli_utils.py
tests/core/test_effic.py
tests/core/test_solution_properties.py