LICENSE
README.rst
pyproject.toml
setup.cfg
src/PyZEAL.egg-info/PKG-INFO
src/PyZEAL.egg-info/SOURCES.txt
src/PyZEAL.egg-info/dependency_links.txt
src/PyZEAL.egg-info/entry_points.txt
src/PyZEAL.egg-info/requires.txt
src/PyZEAL.egg-info/top_level.txt
src/pyzeal/__init__.py
src/pyzeal/finder_interface.py
src/pyzeal/parallel_finder.py
src/pyzeal/rootfinder.py
src/pyzeal_algorithms/__init__.py
src/pyzeal_algorithms/finder_algorithm.py
src/pyzeal_algorithms/newton_grid.py
src/pyzeal_algorithms/simple_holo.py
src/pyzeal_algorithms/simple_holo_newton.py
src/pyzeal_cli/__init__.py
src/pyzeal_cli/entry.py
src/pyzeal_logging/__init__.py
src/pyzeal_logging/config.py
src/pyzeal_logging/log_levels.py
src/pyzeal_logging/loggable.py
src/pyzeal_types/__init__.py
src/pyzeal_types/algorithm_types.py
src/pyzeal_types/container_types.py
src/pyzeal_types/filter_types.py
src/pyzeal_types/parallel_types.py
src/pyzeal_types/root_types.py
src/pyzeal_utils/__init__.py
src/pyzeal_utils/algorithm_factory.py
src/pyzeal_utils/container_factory.py
src/pyzeal_utils/filter_context.py
src/pyzeal_utils/finder_progress.py
src/pyzeal_utils/root_container.py
src/pyzeal_utils/root_context.py
src/pyzeal_utils/rounding_container.py
test/test_newton_grid.py
test/test_simple_argument.py
test/test_simple_argument_newton.py