Metadata-Version: 2.4
Name: reasonforge-geometry
Version: 0.1.0
Summary: Vector/tensor calculus and visualization MCP server - 15 tools for geometry
Author-email: Derek Fox <derek-fox@mail.com>
Project-URL: Homepage, https://github.com/foxintheloop/ReasonForge
Project-URL: Repository, https://github.com/foxintheloop/ReasonForge
Project-URL: Issues, https://github.com/foxintheloop/ReasonForge/issues
Keywords: mcp,geometry,vectors,tensors,visualization,sympy
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: sympy>=1.12
Requires-Dist: reasonforge>=0.1.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: matplotlib>=3.7.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"

# ReasonForge Geometry
**Vector/tensor calculus, general relativity, and visualization - 15 tools**

## Tools
- Vector Calculus (5): create_coordinate_system, create_vector_field, calculate_curl, calculate_divergence, calculate_gradient
- Tensor Calculus & GR (5): create_predefined_metric, search_predefined_metrics, calculate_tensor, create_custom_metric, print_latex_tensor
- Units (2): convert_to_units, quantity_simplify_units
- Visualization (3): plot_symbolic_function, contour_plot_symbolic, vector_field_plot

## License
MIT License
