LICENSE
README.md
pyproject.toml
src/aurel/__init__.py
src/aurel/core.py
src/aurel/coresymbolic.py
src/aurel/finitedifference.py
src/aurel/maths.py
src/aurel/numerical.py
src/aurel/reading.py
src/aurel/time.py
src/aurel.egg-info/PKG-INFO
src/aurel.egg-info/SOURCES.txt
src/aurel.egg-info/dependency_links.txt
src/aurel.egg-info/requires.txt
src/aurel.egg-info/top_level.txt
src/aurel/data/descriptions.yml
src/aurel/data/symbolic_descriptions.yml
src/aurel/data/var_mappings.yml
src/aurel/solutions/Collins_Stewart.py
src/aurel/solutions/Conformally_flat.py
src/aurel/solutions/EdS.py
src/aurel/solutions/Harvey_Tsoubelis.py
src/aurel/solutions/ICPertFLRW.py
src/aurel/solutions/LCDM.py
src/aurel/solutions/Non_diagonal.py
src/aurel/solutions/Rosquist_Jantzen.py
src/aurel/solutions/Schwarzschild_isotropic.py
src/aurel/solutions/Szekeres.py
src/aurel/solutions/__init__.py
src/aurel/utils/__init__.py
src/aurel/utils/descriptions.py
src/aurel/utils/jupyter.py
src/aurel/utils/memory.py
tests/test_aurel_functions.py
tests/test_docstrings.py
tests/test_finitedifference.py
tests/test_numerical.py
tests/test_over_time.py
tests/test_reading.py
tests/test_solutions.py
tests/test_utils_memory.py