======= PyAnsys ======= Welcome to the PyAnsys project. While this project originated as a single ``pyansys`` package, it is now a collection of many Python packages for using Ansys products through Python: .. toctree:: :hidden: :maxdepth: 3 getting-started user_guide api examples tools/index .. jinja:: project_context .. raw:: html
{% for project, metadata in projects['projects'].items() %} {% set family = metadata.get('family', 'other') | lower | replace(' ', '-') %} {% set tags = metadata.get('tags', 'other') | lower %}

{{ metadata['name'] }}

{{ metadata['description'] }}

{{ family.capitalize() }} {% for tag in metadata['tags'] %} {{ tag }} {% endfor %}

{% endfor %}