Skip to content

Commit 7a6ce62

Browse files
committed
feat: adding grantami-recordlists (#284)
1 parent 5408e12 commit 7a6ce62

File tree

7 files changed

+51
-21
lines changed

7 files changed

+51
-21
lines changed

.github/workflows/create-milestone.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,27 @@ jobs:
1818
matrix:
1919
pyansys-projects:
2020
[
21-
"pyansys/pymapdl",
22-
"pyansys/pymapdl-reader",
23-
"pyansys/pydpf-core",
24-
"pyansys/pydpf-post",
25-
"pyansys/pydpf-composites",
26-
"pyansys/pyfluent",
27-
"pyansys/pyfluent-parametric",
28-
"pyansys/pyfluent-visualization",
29-
"pyansys/pyaedt",
30-
"pyansys/pypim",
31-
"pyansys/grantami-bomanalytics",
32-
"pyansys/openapi-common",
33-
"pyansys/pyseascape",
34-
"pyansys/pyprimemesh",
35-
"pyansys/pytwin",
36-
"pyansys/pysystem-coupling",
37-
"pyansys/pymotorcad",
38-
"pyansys/pyansys-math",
39-
"pyansys/pyoptislang",
40-
"pyansys/pymechanical",
21+
"ansys/pymapdl",
22+
"ansys/pymapdl-reader",
23+
"ansys/pydpf-core",
24+
"ansys/pydpf-post",
25+
"ansys/pydpf-composites",
26+
"ansys/pyfluent",
27+
"ansys/pyfluent-parametric",
28+
"ansys/pyfluent-visualization",
29+
"ansys/pyaedt",
30+
"ansys/pypim",
31+
"ansys/grantami-bomanalytics",
32+
"ansys/grantami-recordlist",
33+
"ansys/openapi-common",
34+
"ansys/pyseascape",
35+
"ansys/pyprimemesh",
36+
"ansys/pytwin",
37+
"ansys/pysystem-coupling",
38+
"ansys/pymotorcad",
39+
"ansys/pyansys-math",
40+
"ansys/pyoptislang",
41+
"ansys/pymechanical",
4142
]
4243
steps:
4344
- uses: actions/checkout@v3

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
5555
- `PySystemCoupling <https://systemcoupling.docs.pyansys.com/>`_: Pythonic interface to communicate with Ansys System Coupling.
5656
- `PyTwin <https://twin.docs.pyansys.com/>`_: Pythonic interface to communicate with consumption workflows for Ansys digital twins.
5757
- `Granta MI BoM Analytics <https://bomanalytics.grantami.docs.pyansys.com/>`_: Pythonic interface to Ansys Granta MI BoM Analytics services.
58+
- `Granta MI RecordLists <https://recordlists.grantami.docs.pyansys.com/>`_: Pythonic interface to Ansys Granta MI Lists API.
5859
- `Shared Components <https://shared.docs.pyansys.com/>`_: Shared Ansys software components to enable package interoperability and minimize maintenance.
5960

6061
Much effort is underway to continue expanding and developing packages in the
@@ -80,6 +81,7 @@ By default, the PyAnsys metapackage installs these core modules:
8081
- `PySystemCoupling`_
8182
- `PyTwin`_
8283
- `Granta MI BoM Analytics`_
84+
- `Granta MI RecordLists`_
8385
- `Shared Components`_
8486

8587
Additionally, the ``pyansys`` metapackage contains certain extra targets that

doc/source/api.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,13 @@ PyAnsys packages API reference
130130

131131
.. grid-item-card:: Granta MI BoM Analytics
132132
:img-top: _static/thumbnails/intro.png
133-
:link: https://bomanalytics.grantami.docs.pyansys.com/version/1.1/index.html
133+
:link: https://bomanalytics.grantami.docs.pyansys.com/version/1.1/api/index.html
134+
:text-align: center
135+
:class-title: pyansys-card-title
136+
137+
.. grid-item-card:: Granta MI RecordLists
138+
:img-top: _static/thumbnails/intro.png
139+
:link: https://recordlists.grantami.docs.pyansys.com/version/stable/api/index.html
134140
:text-align: center
135141
:class-title: pyansys-card-title
136142

doc/source/examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ PyAnsys packages examples
123123
:text-align: center
124124
:class-title: pyansys-card-title
125125

126+
.. grid-item-card:: Granta MI RecordLists
127+
:img-top: _static/thumbnails/intro.png
128+
:link: https://recordlists.grantami.docs.pyansys.com/version/stable/examples/index.html
129+
:text-align: center
130+
:class-title: pyansys-card-title
131+
126132
.. grid-item-card:: Shared Components - OpenAPI Common
127133
:img-top: _static/thumbnails/intro.png
128134
:link: https://openapi.docs.pyansys.com/index.html#brief-example

doc/source/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ it is now a collection of many Python packages for using Ansys products through
168168

169169
Pythonic interface to Ansys Granta MI BoM Analytics services
170170

171+
.. grid-item-card:: Granta MI RecordLists
172+
:img-top: _static/thumbnails/intro.png
173+
:link: https://recordlists.grantami.docs.pyansys.com/version/stable/
174+
:text-align: center
175+
:class-title: pyansys-card-title
176+
177+
Pythonic interface to Ansys Granta MI Lists API
178+
171179
.. grid-item-card:: Shared Components
172180
:img-top: _static/thumbnails/intro.png
173181
:link: https://shared.docs.pyansys.com/

doc/source/user_guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ PyAnsys packages user guides
126126
:text-align: center
127127
:class-title: pyansys-card-title
128128

129+
.. grid-item-card:: Granta MI RecordLists
130+
:img-top: _static/thumbnails/intro.png
131+
:link: https://recordlists.grantami.docs.pyansys.com/version/stable/getting_started/index.html
132+
:text-align: center
133+
:class-title: pyansys-card-title
134+
129135
.. grid-item-card:: Shared Components - OpenAPI Common
130136
:img-top: _static/thumbnails/intro.png
131137
:link: https://openapi.docs.pyansys.com/index.html

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535
"pyaedt==0.6.76",
3636
"ansys-platform-instancemanagement==1.1.1",
3737
"ansys-grantami-bomanalytics==1.1.3",
38+
"ansys-grantami-recordlists==1.0.0",
3839
"ansys-openapi-common==1.2.1",
3940
"ansys-seascape==0.2.0",
4041
"ansys-meshing-prime==0.3.2",

0 commit comments

Comments
 (0)