Socket
Socket
Sign inDemoInstall

ansys-grantami-recordlists

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansys-grantami-recordlists

A python wrapper for the Granta MI RecordLists API


Maintainers
1

|pyansys| |python| |pypi| |GH-CI| |codecov| |MIT| |black| |pre-commit-ci|

.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?labelColor=black&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC :target: https://docs.pyansys.com/ :alt: PyAnsys

.. |python| image:: https://img.shields.io/pypi/pyversions/ansys-grantami-recordlists?logo=pypi :target: https://pypi.org/project/ansys-grantami-recordlists/ :alt: Python

.. |pypi| image:: https://img.shields.io/pypi/v/ansys-grantami-recordlists.svg?logo=python&logoColor=white :target: https://pypi.org/project/ansys-grantami-recordlists :alt: PyPI

.. |codecov| image:: https://codecov.io/gh/ansys/grantami-recordlists/branch/main/graph/badge.svg :target: https://codecov.io/gh/ansys/grantami-recordlists :alt: Codecov

.. |GH-CI| image:: https://github.com/pyansys/grantami-recordlists/actions/workflows/ci_cd.yml/badge.svg :target: https://github.com/ansys/grantami-recordlists/actions/workflows/ci_cd.yml :alt: GH-CI

.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg :target: https://opensource.org/licenses/MIT :alt: MIT

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat :target: https://github.com/psf/black :alt: Black

.. |pre-commit-ci| image:: https://results.pre-commit.ci/badge/github/ansys/grantami-recordlists/main.svg :target: https://results.pre-commit.ci/latest/github/ansys/grantami-recordlists/main :alt: pre-commit.ci status

PyGranta RecordLists

.. _after-badges

A Python wrapper for the Granta MI Lists API.

To avoid ambiguity with the Python object list, lists available via the Granta MI Lists API are referred to as record lists. Granta MI users might also know the feature as Favorites Lists.

Using the Granta MI Lists API requires the user to have necessary permissions on the Granta MI Server. Some operations on record lists require additional permissions, specific to record lists. For more information, see the Help for the Favorites app in Granta MI.

Dependencies

.. readme_software_requirements

To use this version of the ansys.grantami.recordlists package you must have access to a Granta MI 2024 R2 deployment.

The ansys.grantami.recordlists package currently supports Python from version 3.9 to version 3.12.

.. readme_software_requirements_end

Installation

.. readme_installation

To install the latest release from PyPI <https://pypi.org/project/ansys-grantami-recordlists/>_, use this code:

.. code::

pip install ansys-grantami-recordlists

To install a release compatible with a specific version of Granta MI, use the PyGranta <https://grantami.docs.pyansys.com/>_ meta-package with a requirement specifier:

.. code::

pip install pygranta==2023.2.0

Alternatively, to install the latest from ansys-grantami-recordlists GitHub <https://github.com/ansys/grantami-recordlists>_, use this code:

.. code::

pip install git:https://github.com/ansys/grantami-recordlists.git

To install a local development version with Git and Poetry, use this code:

.. code::

git clone https://github.com/ansys/grantami-recordlists
cd grantami-recordlists
poetry install

The preceding code installs the package and allows you to modify it locally, with your changes reflected in your Python setup after restarting the Python kernel.

.. readme_installation_end

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc