Skip to main content

Perform compliance analysis on materials data stored in Granta MI.

Project description

Project Overview

This project is part of the larger PyAnsys effort to facilitate the use of Ansys technologies directly from within Python.

The Granta MI Restricted Substances solution includes a REST API for evaluating compliance of products, assemblies, specifications and materials against legislations. This package abstracts automatically- generated code into an easy-to-use client library.

Installation

Install ansys-grantami-bomanalytics with:

pip install ansys-grantami-bomanalytics

Alternatively, clone and install with:

git clone https://github.com/pyansys/grantami-bomanalytics
cd grantami-bomanalytics
pip install .

Documentation

PyAnsys

Usage

Here’s a brief example of how the package works:

# Connect and query the Granta service.

>>> from pprint import pprint
>>> from ansys.grantami.bomanalytics import Connection, queries
>>> cxn = Connection(servicelayer_url='http://localhost/mi_servicelayer').with_autologon().connect()
>>> query = (
...     queries.MaterialImpactedSubstancesQuery()
...     .with_material_ids(['plastic-abs-pvc-flame'])
...     .with_legislations(['REACH - The Candidate List'])
... )

# Print out the result from the query.

>>> result = cxn.run(query)
>>> pprint(result.impacted_substances)
[<ImpactedSubstance: {"cas_number": 10108-64-2, "percent_amount": 1.9}>,
 <ImpactedSubstance: {"cas_number": 107-06-2, "percent_amount": None}>,
 <ImpactedSubstance: {"cas_number": 115-96-8, "percent_amount": 15.0}>,
...

Testing

See Contributing for more details.

License

The library is provided under the terms of the MIT license, you can find the license text in the LICENSE file at the root of the repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file ansys_grantami_bomanalytics-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: ansys_grantami_bomanalytics-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 41.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for ansys_grantami_bomanalytics-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 869af88b1626f83651a9058f0faae51a3308216f7fa607a3819ae69343e19e11
MD5 70505e7bc4bb8026c2cfbdb0d967a6f8
BLAKE2b-256 d27751f1b727b1e4841ed31a024f368da72d2d5e1fbac7b447b9566e7099b9fd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page