Metadata-Version: 2.1
Name: ansys-dynamicreporting-core
Version: 0.5.0
Summary: Python interface to Ansys Dynamic Reporting
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
Maintainer-email: "ANSYS, Inc." <pyansys.core@ansys.com>, Ansys ADR Team <nexus@ansys.com>
License: MIT
Project-URL: homepage, https://github.com/ansys/pydynamicreporting
Project-URL: documentation, https://dynamicreporting.docs.pyansys.com/
Project-URL: changelog, https://github.com/ansys/pydynamicreporting/blob/main/CHANGELOG.rst
Project-URL: Bug Tracker, https://github.com/ansys/pydynamicreporting/issues
Project-URL: repository, https://github.com/ansys/pydynamicreporting
Project-URL: ci, https://github.com/ansys/pydynamicreporting/actions
Keywords: dynamicreporting,pydynamicreporting,pyansys,ansys
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: build >=0.8.0
Requires-Dist: django >=3.2.10
Requires-Dist: filelock >=3.7.1
Requires-Dist: numpy >=1.18.0
Requires-Dist: packaging >=21.0
Requires-Dist: pyansys-docker >=5.0.4
Requires-Dist: pypng >=0.20220715.0
Requires-Dist: python-dateutil >=2.8.0
Requires-Dist: pytz >=2021.3
Requires-Dist: requests >=2.28.2
Requires-Dist: twine >=4.0.1
Requires-Dist: urllib3 <2.0.0
Provides-Extra: dev
Requires-Dist: ipdb ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: whatsonpypi ; extra == 'dev'
Requires-Dist: ansys-sphinx-theme ==0.11.2 ; extra == 'dev'
Requires-Dist: numpy ==1.25.1 ; extra == 'dev'
Requires-Dist: numpydoc ==1.5.0 ; extra == 'dev'
Requires-Dist: pillow ==10.0.1 ; extra == 'dev'
Requires-Dist: psutil ==5.9.5 ; extra == 'dev'
Requires-Dist: pyansys-docker ==5.0.4 ; extra == 'dev'
Requires-Dist: pytest ==7.4.2 ; extra == 'dev'
Requires-Dist: pytest-cov ==4.1.0 ; extra == 'dev'
Requires-Dist: Sphinx ==7.2.6 ; extra == 'dev'
Requires-Dist: sphinx-copybutton ==0.5.2 ; extra == 'dev'
Requires-Dist: sphinx-gallery ==0.14.0 ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: ansys-sphinx-theme ==0.11.2 ; extra == 'doc'
Requires-Dist: numpydoc ==1.5.0 ; extra == 'doc'
Requires-Dist: pillow ==10.0.1 ; extra == 'doc'
Requires-Dist: pyansys-docker ==5.0.4 ; extra == 'doc'
Requires-Dist: Sphinx ==7.2.6 ; extra == 'doc'
Requires-Dist: sphinx-copybutton ==0.5.2 ; extra == 'doc'
Requires-Dist: sphinx-gallery ==0.14.0 ; extra == 'doc'
Provides-Extra: tests
Requires-Dist: pyansys-docker ==5.0.4 ; extra == 'tests'
Requires-Dist: numpy ==1.25.1 ; extra == 'tests'
Requires-Dist: psutil ==5.9.5 ; extra == 'tests'
Requires-Dist: pytest ==7.4.2 ; extra == 'tests'
Requires-Dist: pytest-cov ==4.1.0 ; extra == 'tests'

PyDynamicReporting
==================

|pyansys| |python| |pypi| |GH-CI| |bandit| |MIT| |black|

.. |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-dynamicreporting-core?logo=pypi
   :target: https://pypi.org/project/ansys-dynamicreporting-core/
   :alt: Python

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

.. |GH-CI| image:: https://github.com/ansys/pydynamicreporting/actions/workflows/ci_cd.yml/badge.svg?branch=main
   :target: https://github.com/ansys/pydynamicreporting/actions?query=branch%3Amain
   :alt: GH-CI

.. |bandit| image:: https://img.shields.io/badge/security-bandit-yellow.svg
    :target: https://github.com/PyCQA/bandit
    :alt: Security Status

.. |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

.. _Nexus: https://nexusdemo.ensight.com/docs/html/Nexus.html

Overview
--------
PyDynamicReporting is the Python client library for Ansys Dynamic Reporting,
previously documented as `Nexus`_. Ansys Dynamic Reporting is a service for
pushing items of many types, including images, text, 3D scenes, and tables,
into a database, where you can keep them organized and create dynamic reports
from them. When you use PyDynamicReporting to connect to an instance of
Ansys Dynamic Reporting, you have a Pythonic way of accessing all capabilities
of Ansys Dynamic Reporting.

Documentation and issues
------------------------
Documentation for the latest stable release of PyDynamicReporting is hosted at
`PyDynamicReporting documentation <https://dynamicreporting.docs.pyansys.com/version/stable/>`_.

In the upper right corner of the documentation's title bar, there is an option
for switching from viewing the documentation for the latest stable release
to viewing the documentation for the development version or previously
released versions.

You can also `view <https://cheatsheets.docs.pyansys.com/pydynamicreporting_cheat_sheet.png>`_ or
`download <https://cheatsheets.docs.pyansys.com/pydynamicreporting_cheat_sheet.pdf>`_ the
PyDynamicReporting cheat sheet. This one-page reference provides syntax rules and commands
for using PyDynamicReporting.

On the `PyDynamicReporting Issues <https://github.com/ansys/pydynamicreporting/issues>`_
page, you can create issues to report bugs and request new features. On the `Discussions <https://discuss.ansys.com/>`_
page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.

To reach the project support team, email `pyansys.core@ansys.com <pyansys.core@ansys.com>`_.

Installation
------------
The ``pydynamicreporting`` package supports Python 3.7 through 3.11 on
Windows and Linux. It is currently available on the PyPi
`repository <https://pypi.org/project/ansys-dynamicreporting-core/>`_.

To install the package, simply run

.. code::

   pip install ansys-dynamicreporting-core


Alternatively, the user can download the repository and locally build the
package. Two modes of installation are available:

- Developer installation
- User installation


The code provided for both installation modes use a `virtual environment
<https://docs.python.org/3/library/venv.html>`_.

Developer installation
^^^^^^^^^^^^^^^^^^^^^^
To clone and install the ``pydynamicreporting`` package in development mode,
run this code:

.. code::

   git clone https://github.com/ansys/pydynamicreporting
   cd pydynamicreporting
   pip install virtualenv
   virtualenv venv  # create virtual environment
   source venv/bin/activate  # (.\venv\Scripts\activate for Windows shell)
   make install-dev  # install pydynamicreporting in editable mode


The preceding code creates an "editable" installation that lets you develop and test
PyDynamicReporting at the same time.

User installation
^^^^^^^^^^^^^^^^^
To build and create a production-like installation for use, run this code:

.. code::

   make clean  # clean
   make build   # build
   # this replaces the editable installation done previously. If you don't want to replace,
   # switch your virtual environments to test the new install separately.
   make install
   # you can skip the steps above and just do 'make all'
   make smoketest  # test import


Pre-commit setup
^^^^^^^^^^^^^^^^

`pre-commit <https://pre-commit.com/>`_ is a framework for managing and
maintaining multi-language pre-commit hooks.

To install the ``pre-commit`` package into your Git hooks, run this command:

.. code::

   pre-commit install


``pre-commit`` now runs on every commit.

Each time you clone a project, installing the ``pre-commit`` package
should always be the first thing that you do.

If you want to manually run all pre-commit hooks on a repository, run
this command:

.. code::

   pre-commit run --all-files


The preceding command runs a bunch of formatters on your source files.

To run an individual hook, obtain the hook ID from the project's
``.pre-commit-config.yaml`` file and then run this code,
where ``<hook_id>`` is the obtained ID:

.. code::

   pre-commit run <hook_id>


The first time ``pre-commit`` runs on a file, it automatically downloads,
installs, and runs the hook.


Local GitHub Actions
^^^^^^^^^^^^^^^^^^^^
To run GitHub Actions on your local desktop (recommended), install the
`act <https://github.com/nektos/act#readme>`_ package.

To run a job, such as the ``docs`` job from the ``ci_cd.yml`` file, use
this command, where ``docs`` is the job name:

.. code::

   act -j docs


Deploy and upload steps **must always** be ignored. If they are not ignored,
before running GitHub Actions locally, add ``if: ${{ !env.ACT }}`` to the
workflow step and commit this change if required.

Dependencies
------------
To use PyDynamicReporting, you must have a locally installed and licensed copy
of Ansys 2023 R2 or later.

Basic usage
-----------
This code shows how to start the simplest PyDynamicReporting session:

.. code:: pycon

    >>> import ansys.dynamicreporting.core as adr
    >>> adr_service = adr.Service(ansys_installation=r"C:\Program Files\ANSYS Inc\v232")
    >>> ret = adr_service.connect()
    >>> my_img = adr_service.create_item()
    >>> my_img.item_image = "image.png"
    >>> adr_service.visualize_report()


License and acknowledgements
----------------------------
PyDynamicReporting is licensed under the MIT license.

PyDynamicReporting makes no commercial claim over Ansys whatsoever.
This library extends the functionality of Ansys Dynamic Reporting by
adding a Python interface to Ansys Dynamic Reproting without changing
the core behavior or license of the original software. The use of
PyDynamicReporting requires a legally licensed copy of an Ansys product
that supports Ansys Dynamic Reporting.

To get a copy of Ansys, visit the `Ansys <https://www.ansys.com/>`_ website.
