معرفی شرکت ها


ansys-grantami-bomanalytics-1.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Perform compliance analysis on materials data stored in Granta MI.
ویژگی مقدار
سیستم عامل -
نام فایل ansys-grantami-bomanalytics-1.1.1
نام ansys-grantami-bomanalytics
نسخه کتابخانه 1.1.1
نگهدارنده ['PyAnsys Maintainers']
ایمیل نگهدارنده ['pyansys.maintainers@ansys.com']
نویسنده ANSYS, Inc.
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/pyansys/grantami-bomanalytics
آدرس اینترنتی https://pypi.org/project/ansys-grantami-bomanalytics/
مجوز MIT
ansys-grantami-bomanalytics ########################### Project Overview ---------------- Granta MI BoM Analytics is part of the larger `PyAnsys <https://github.com/pyansys>`_ effort to facilitate the use of Ansys technologies directly from 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 the ``ansys-grantami-bomanalytics`` package with this code: .. code:: pip install ansys-grantami-bomanalytics Alternatively, clone and install this package with this code: .. code:: git clone https://github.com/pyansys/grantami-bomanalytics cd grantami-bomanalytics pip install . Documentation ------------- The `Granta MI BoM Analytics Documentation <https://grantami.docs.pyansys.com>`_ provides comprehensive installation and usage information. Usage ----- Here's a brief example of how to use Granta MI BoM Analytics: .. code:: python # Connect and query the Granta service. >>> from pprint import pprint >>> from ansys.grantami.bomanalytics import Connection, queries >>> cxn = Connection("http://my_grantami_server/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 ------- For information on testing, see `Contributing <https://grantami.docs.pyansys.com/contributing>`_. License ------- Granta MI BoM Analytics is provided under the terms of the MIT license. You can find this license in the LICENSE file at the root of the repository.


نیازمندی

مقدار نام
==1.0.0 ansys-grantami-bomanalytics-openapi
<2.0.0 ansys-openapi-common
>=1.0 importlib_metadata
==3.5.0 jupyterlab
==4.9.1 lxml
==1.3.5 pandas
==0.9.0 tabulate


زبان مورد نیاز

مقدار نام
>=3.7.1,<4.0.0 Python


نحوه نصب


نصب پکیج whl ansys-grantami-bomanalytics-1.1.1:

    pip install ansys-grantami-bomanalytics-1.1.1.whl


نصب پکیج tar.gz ansys-grantami-bomanalytics-1.1.1:

    pip install ansys-grantami-bomanalytics-1.1.1.tar.gz