.gitignore
.readthedocs.yaml
COPYING.gpl3
LICENSE
MANIFEST.in
README.md
issues.txt
pyproject.toml
requirements.txt
setup.py
.github/workflows/python-app.yml
docs/.gitignore
docs/Makefile
docs/README.md
docs/make.bat
docs/notes.md
docs/requirements.txt
docs/notebooks/blockdiag.svg
docs/notebooks/example-hysteresis-visualization.ipynb
docs/source/conf.py
docs/source/index.rst
docs/source/pyblocksim.rst
docs/source/_static/style.css
docs/source/_templates/layout.html
examples/distillation_column_time_discrete.py
examples/example-hysteresis.py
examples/example-smithpredictor.py
examples/example06-output-derivative.py
examples/example07-delay.py
examples/example08-improper-part.py
examples/example1.py
examples/example2.py
examples/example3.py
examples/example4.py
examples/example_PID.py
src/pyblocksim/__init__.py
src/pyblocksim/core.py
src/pyblocksim/release.py
src/pyblocksim/td.py
src/pyblocksim.egg-info/PKG-INFO
src/pyblocksim.egg-info/SOURCES.txt
src/pyblocksim.egg-info/dependency_links.txt
src/pyblocksim.egg-info/requires.txt
src/pyblocksim.egg-info/top_level.txt
testdata/py2/info.txt
testdata/py3/example-hysteresis.pcl
testdata/py3/example06-output-derivative.pcl
testdata/py3/example07-delay.pcl
testdata/py3/example1.pcl
testdata/py3/example2.pcl
testdata/py3/example3.pcl
testdata/py3/example4.pcl
testdata/py3/info.txt
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_td.py