Metadata-Version: 2.1
Name: ansys-templates
Version: 0.1.0
Summary: Creates Python projects according to PyAnsys guidelines
Author-email: "ANSYS, Inc." <pyansys.support@ansys.com>
Maintainer-email: PyAnsys developers <pyansys.maintainers@ansys.com>
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: importlib-metadata >=4.0
Requires-Dist: click>=7.0,<8.0.0
Requires-Dist: ansys-cookiecutter
Requires-Dist: isort>=5.10.1
Project-URL: Source, https://github.com/pyansys/pyansys-template

Welcome to PyAnsys Templates
============================

The ``PyAnsys Templates`` holds a collection of useful templates compliant with
the PyAnsys guidelines. It provides the ``ansys-templates`` command line tool
for interactively generating new projects based on previous templates.

Main advantages of using this tool are:

- Building process is fully interactive: no need to manually modifying files!
- Customize output project during rendering process.
- Generated projects are compliant with `PyAnsys Developer's Guidelines`_.

.. _PyAnsys Developer's Guidelines: https://dev.docs.pyansys.com/

To use this tool, reference its documentation at `PyAnsys Template Documentation`_.

.. _PyAnsys Template Documentation: https://templates.pyansys.com/ 

