Metadata-Version: 2.1
Name: paramak
Version: 0.9.3
Summary: Create 3D fusion reactor CAD models based on input parameters
Author: The Paramak Development Team
Project-URL: Homepage, https://github.com/fusion-energy/paramak
Project-URL: Bug Tracker, https://github.com/fusion-energy/paramak/issues
Project-URL: Documentation, https://paramak.readthedocs.io
Keywords: python,geometry,reactor,model,cad,fusion,parametric,dagmc,openmc
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cadquery
Provides-Extra: tests
Requires-Dist: pytest>=5.4.3; extra == "tests"
Requires-Dist: pytest-cov>=2.12.1; extra == "tests"
Requires-Dist: dagmc_h5m_file_inspector>=0.5.0; extra == "tests"
Requires-Dist: openmc_data_downloader; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
Requires-Dist: openmc_data_downloader; extra == "docs"
Requires-Dist: sphinxcadquery; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: cadquery; extra == "docs"
Requires-Dist: numpy<=1.26.4; extra == "docs"
Requires-Dist: mpmath; extra == "docs"
Requires-Dist: sympy; extra == "docs"
Requires-Dist: scipy; extra == "docs"
Requires-Dist: ipython; extra == "docs"


[![N|Python](https://www.python.org/static/community_logos/python-powered-w-100x40.png)](https://www.python.org)

[![CI testing](https://github.com/fusion-energy/paramak2/actions/workflows/ci.yml/badge.svg)](https://github.com/fusion-energy/paramak2/actions/workflows/ci.yml)

[![documentation release](https://github.com/fusion-energy/paramak2/actions/workflows/documentation_update.yml/badge.svg)](https://github.com/fusion-energy/paramak2/actions/workflows/documentation_update.yml)


# Paramak

Paramak python package allows rapid production of 3D CAD models and neutronics
models of fusion reactors. The purpose of Paramak is to provide geometry for
parametric studies. Paramak can create geometry in standard CAD formats such as
STP, STL, BRep, HTML and DAGMC h5m.

:point_right: Please see the [Documentation](https://paramak.readthedocs.io) for installation, usage and API documentation.
