MANIFEST.in
README.md
pyproject.toml
murali_kit.egg-info/PKG-INFO
murali_kit.egg-info/SOURCES.txt
murali_kit.egg-info/dependency_links.txt
murali_kit.egg-info/requires.txt
murali_kit.egg-info/top_level.txt
src/__init__.py
src/_compat.py
src/colors.py
src/themes.py
src/ai/__init__.py
src/ai/attention_matrix.py
src/ai/context_window.py
src/ai/kv_cache.py
src/ai/neural_network.py
src/ai/next_token.py
src/ai/normalization.py
src/ai/tensor.py
src/ai/tensor_view.py
src/ai/token_sequence.py
src/ai/transformer_block.py
src/ai/deep_learning/__init__.py
src/ai/ml_components/__init__.py
src/ai/transformers_llms/__init__.py
src/assets/props/demo-pyramid.glb
src/assets/props/demo-apple/demo-apple.bin
src/assets/props/demo-apple/demo-apple.gltf
src/common/__init__.py
src/composite/__init__.py
src/composite/chat_input_box.py
src/composite/logo.py
src/composite/model_inspector.py
src/composite/opening.py
src/composite/title_card.py
src/layout/__init__.py
src/maths/__init__.py
src/maths/entropy.py
src/maths/epicycle_chain.py
src/maths/equation.py
src/maths/graph.py
src/maths/map_projection.py
src/maths/vector_field.py
src/maths/basic_math/__init__.py
src/maths/basic_math/number_line.py
src/maths/calculus/__init__.py
src/maths/calculus/parametric_curve3d.py
src/maths/calculus/stream_lines.py
src/maths/data_geometry/__init__.py
src/maths/information_theory/__init__.py
src/maths/linear_algebra/__init__.py
src/maths/linear_algebra/_mat2.py
src/maths/linear_algebra/_text.py
src/maths/linear_algebra/_vec2.py
src/maths/linear_algebra/angle.py
src/maths/linear_algebra/badge.py
src/maths/linear_algebra/basis.py
src/maths/linear_algebra/composition.py
src/maths/linear_algebra/coordinate.py
src/maths/linear_algebra/flow.py
src/maths/linear_algebra/meter.py
src/maths/linear_algebra/projection.py
src/maths/linear_algebra/transform.py
src/maths/linear_algebra/vector.py
src/maths/notation/__init__.py
src/maths/optimization/__init__.py
src/maths/optimization/path.py
src/maths/probability/__init__.py
src/maths/statistics/__init__.py
src/primitives/__init__.py
src/storytelling/__init__.py
src/storytelling/stepwise.py
src/table/__init__.py
src/text/__init__.py
src/utility/__init__.py
tests/test_chat_input_box.py
tests/test_colors.py
tests/test_context_window.py
tests/test_epicycle_chain.py
tests/test_equation.py
tests/test_graph.py
tests/test_kv_cache.py
tests/test_layout.py
tests/test_linear_algebra.py
tests/test_logo.py
tests/test_map_projection.py
tests/test_model_inspector.py
tests/test_motion_basics.py
tests/test_neural_network.py
tests/test_next_token.py
tests/test_normalization.py
tests/test_number_line.py
tests/test_opening.py
tests/test_opening_scene_view.py
tests/test_optimization_path.py
tests/test_parametric_curve3d.py
tests/test_particles.py
tests/test_portrait_video.py
tests/test_prop3d_glb.py
tests/test_prop3d_gltf.py
tests/test_scaffold.py
tests/test_stepwise.py
tests/test_stream_lines.py
tests/test_tensor.py
tests/test_tensor_view.py
tests/test_themes.py
tests/test_title_card.py
tests/test_token_sequence.py
tests/test_transformer_views.py
tests/test_vector_field.py