.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
environment.yml
mkdocs.yml
pyproject.toml
.github/FUNDING.yml
.github/actions/bmad-setup/action.yml
.github/actions/conda-setup/action.yml
.github/scripts/install_bmad.sh
.github/workflows/ci.yml
.github/workflows/gh-pages.yml
.github/workflows/lint.yml
.github/workflows/pypi_upload.yml
docs/development.md
docs/index.md
docs/installation.md
docs/release_notes.md
docs/usage.md
docs/api/config.md
docs/api/element.md
docs/api/model.md
docs/api/plot-bokeh.md
docs/api/plot-mpl.md
docs/api/plot.md
docs/api/subprocesstao.md
docs/api/tao.md
docs/examples/basic.ipynb
docs/examples/beam_track_progress_bar.ipynb
docs/examples/bunch.ipynb
docs/examples/config.ipynb
docs/examples/elements.ipynb
docs/examples/fodo.ipynb
docs/examples/plot-bokeh-particles.ipynb
docs/examples/plot-bokeh-vars.ipynb
docs/examples/plot-bokeh.ipynb
docs/examples/plot-matplotlib.ipynb
docs/examples/special_parsers.ipynb
docs/overrides/main.html
docs/stylesheets/extra.css
pytao/__init__.py
pytao/__main__.py
pytao/_shmem_compat.py
pytao/_version.py
pytao/cli.py
pytao/core.py
pytao/errors.py
pytao/interface.tpl.py
pytao/interface_commands.py
pytao/pbar.py
pytao/startup.py
pytao/subproc.py
pytao/subproc_main.py
pytao/tao.py
pytao.egg-info/PKG-INFO
pytao.egg-info/SOURCES.txt
pytao.egg-info/dependency_links.txt
pytao.egg-info/entry_points.txt
pytao.egg-info/requires.txt
pytao.egg-info/top_level.txt
pytao/misc/__init__.py
pytao/misc/csr.py
pytao/misc/csr_plot.py
pytao/misc/markers.py
pytao/model/__init__.py
pytao/model/_generated.py
pytao/model/base.py
pytao/model/codegen.py
pytao/model/config.py
pytao/model/header.tpl.py
pytao/model/types.py
pytao/model/ele/__init__.py
pytao/model/ele/comb.py
pytao/model/ele/ele.py
pytao/model/ele/time_stats.py
pytao/plotting/__init__.py
pytao/plotting/bokeh.py
pytao/plotting/curves.py
pytao/plotting/fields.py
pytao/plotting/floor_plan_shapes.py
pytao/plotting/hershey_fonts.py
pytao/plotting/layout_shapes.py
pytao/plotting/mpl.py
pytao/plotting/patches.py
pytao/plotting/pgplot.py
pytao/plotting/plot.py
pytao/plotting/settings.py
pytao/plotting/types.py
pytao/plotting/util.py
pytao/tests/__init__.py
pytao/tests/conftest.py
pytao/tests/test_cli.py
pytao/tests/test_error_handling.py
pytao/tests/test_floor_plan_shape.py
pytao/tests/test_interface_commands.py
pytao/tests/test_layout_plot_shape.py
pytao/tests/test_packaging.py
pytao/tests/test_parsers.py
pytao/tests/test_pbar.py
pytao/tests/test_plot.py
pytao/tests/test_plot_bokeh.py
pytao/tests/test_plot_field.py
pytao/tests/test_plot_settings.py
pytao/tests/test_startup.py
pytao/tests/test_subproc.py
pytao/tests/test_unique_eles.py
pytao/tests/test_update_plot_shapes.py
pytao/tests/test_util.py
pytao/tests/ele/__init__.py
pytao/tests/ele/test_bmad_ele_parsing.py
pytao/tests/ele/test_comb.py
pytao/tests/ele/test_ele.py
pytao/tests/ele/test_model_classes.py
pytao/tests/input_files/__init__.py
pytao/tests/input_files/optics_matching_tweaked/__init__.py
pytao/tests/input_files/optics_matching_tweaked/tao.init
pytao/tests/input_files/optics_matching_tweaked/tao_plot.init
pytao/util/__init__.py
pytao/util/importing.py
pytao/util/parser_types.py
pytao/util/parsers.py
pytao/util/paths.py
scripts/bump_minimum_version.sh
scripts/execute_notebooks.bash
scripts/generate_interface_commands.py
scripts/tao_datetime_version.py