@@ -3,12 +3,39 @@ PyMAPDL
33.. image :: https://img.shields.io/pypi/v/ansys-mapdl-core.svg
44 :target: https://pypi.org/project/ansys-mapdl-core/
55
6- .. image :: https://dev.azure. com/pyansys/pyansys/_apis/build/status/pyansys.pymapdl?branchName=master
7- :target: https://dev.azure. com/pyansys/pyansys/_build/latest?definitionId=5&branchName=master
6+ .. image :: https://github. com/pyansys/pymapdl/actions/workflows/ci.yml/badge.svg
7+ :target: https://github. com/pyansys/pymapdl/actions/workflows/tci.yml
88
99.. image :: https://zenodo.org/badge/70696039.svg
1010 :target: https://zenodo.org/badge/latestdoi/70696039
1111
12+ .. image :: https://img.shields.io/badge/License-MIT-yellow.svg
13+ :target: https://opensource.org/licenses/MIT
14+
15+ .. image :: https://img.shields.io/pypi/dm/ansys-mapdl-core.svg?label=PyPI%20downloads
16+ :target: https://pypi.org/project/ansys-mapdl-core/
17+
18+ Overview
19+ --------
20+ The PyMAPDL project supports Pythonic access to MAPDL to be able to
21+ communicate with the MAPDL process directly from Python. The latest
22+ ansys-mapdl-core package enables a more comprehensive interface with
23+ MAPDL and supports:
24+
25+ - All the features of the original module (e.g. pythonic commands,
26+ interactive sessions).
27+ - Remote connections to MAPDL from anywhere via gRPC.
28+ - Direct access to MAPDL arrays, meshes, and geometry as Python
29+ objects.
30+ - Low level access to the MAPDL solver through APDL math in a scipy
31+ like interface.
32+
33+ Here's a quick demo of PyMAPDL within VSCode:
34+
35+ .. image :: https://github.com/pyansys/pymapdl/raw/fix/auto_complete_vscode/doc/landing_page_demo.gif
36+
37+ PyMAPDL works within Jupyter Notebooks, the standard Python console,
38+ or in batch mode on Windows, Linux, and even Mac OS.
1239
1340Documentation and Issues
1441------------------------
@@ -22,6 +49,7 @@ Please feel free to post issues and other questions at `PyMAPDL Issues
2249to post questions and code.
2350
2451
52+
2553Project Transition - Legacy Support
2654-----------------------------------
2755This project was formerly known as ``pyansys ``, and we'd like to thank
0 commit comments