Skip to main content

PyAnsys Tools Report package.

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

PyAnsys Tools Report

PyAnsys Python PyPi codecov GH-CI MIT Black pre-commit.ci status

Ansys tool for reporting your Python environment's package versions and hardware resources in a standardized way.

Table of contents

Introduction

The PyAnsys Tools Report is a PyAnsys package to homogenize among all the different repositories the output of system and environment reports related to Ansys products. Its main goals are:

  • Provide an homogeneous output style to system and environment reports.
  • Allows for customization when reporting Ansys variables and libraries.

You are welcome to help contribute to it in any possible way. Please submit an issue with any proposal you may have.

Documentation and issues

See the documentation page for more details.

You are welcome to help contribute to it in any possible way. Please submit here an issue with any proposal you may have. This is the best place to post questions and code.

How does it work?

This repository basically contains a simple Python package which you can import as follows (once installed):

import ansys.tools.report as pyansys_report

Once imported, you can then start playing around with it:

# Instantiate a "default" Report
rep = pyansys_report.Report()

Refer to the online documentation to see the details of the module.

Installation

This package may be installed following two procedures: either the pip package manager installation or the manual installation. The process to be followed for each of them is shown in the upcoming sections.

The pyansys-tools-report package currently supports Python >=3.8 on Windows, Mac OS, and Linux.

Standard installation

Install the latest release from PyPi with:

   pip install pyansys-tools-report

Alternatively, install the latest from GitHub via:

   pip install git+https://github.com/ansys/pyansys-tools-report.git

For a local "development" version, install with (requires pip >= 22.0):

   git clone https://github.com/ansys/pyansys-tools-report.git
   cd pyansys-tools-report
   pip install .

Offline installation

If you lack an internet connection on your install machine, the recommended way of installing PyAnsys Tools Report is downloading the wheelhouse archive from the Releases Page for your corresponding machine architecture.

Each wheelhouse archive contains all the python wheels necessary to install PyAnsys Tools Report from scratch on Windows and Linux for Python >=3.8. You can install this on an isolated system with a fresh python or on a virtual environment.

For example, on Linux with Python 3.8, unzip it and install it with the following:

   unzip pyansys-tools-report-v0.6.0-wheelhouse-Linux-3.8.zip wheelhouse
   pip install pyansys-tools-report -f wheelhouse --no-index --upgrade --ignore-installed

If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as before.

Consider installing using a virtual environment. More information on general PyAnsys development can be found in the PyAnsys Developer's Guide.

Rendering the docs

In case you were interested in rendering the docs locally, you need to clone the repository and install the docs requirements first:

   git clone https://github.com/ansys/pyansys-tools-report.git
   cd pyansys-tools-report
   pip install -e .[doc]

Once you have the requirements, render the docs by running the following:

   make -C doc html

This generates the HTML version of the docs, which you may find in the following directory:

   cd doc/_build/html

You can also clean the build directory by running the following command:

   make -C doc clean

Running the tests

In case you were interested in running the tests locally, you need to clone the repository and install the test requirements first:

   git clone https://github.com/ansys/pyansys-tools-report.git
   cd pyansys-tools-report
   pip install -e .[test]

Once you have the requirements, run the tests by running the following:

   pytest

The pyproject.toml file already contains some default configuration for running the tests. Please, take a look at it if you may want to run it with your own configuration.

Requirements

This Python package does not contain specific requirements files. Instead, its requirements may be found within the pyproject.toml file which defines the package. Thus, when the package is installed it automatically detects the dependencies needed and installs them.

Project details


Download files

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

Source Distribution

pyansys_tools_report-0.6.0.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyansys_tools_report-0.6.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file pyansys_tools_report-0.6.0.tar.gz.

File metadata

  • Download URL: pyansys_tools_report-0.6.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pyansys_tools_report-0.6.0.tar.gz
Algorithm Hash digest
SHA256 92c3ad06e838c81749a5ddd42cdc7900f87e0a8fe41cd9a1e8c0e3c5afeb76a7
MD5 2526bbfde009b0437b7a2d0e49cb511f
BLAKE2b-256 4a2fcd20d0a82246e9f1b78f53c2bd09339905ce03fb3ef2fd4d639006b6e19b

See more details on using hashes here.

File details

Details for the file pyansys_tools_report-0.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pyansys_tools_report-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 931aa640540e4499e97e6643ef47ade21d81090bba474b9d0e2e93f7692159a8
MD5 076cff9db8e8456831b782abdd6edb26
BLAKE2b-256 bf446b9c7f0117189f26c241d776c41c3e29ca1d40dcd6cceca9201f332888ae

See more details on using hashes here.

Supported by

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