ansys-tools-common
A set of tools for PyAnsys libraries
What it is and what it does
Ansys Common Tools is a shared library for the PyAnsys ecosystem, providing reusable utilities that Ansys Python packages depend on. It wraps common functionality like command-line argument handling (via click), platform-specific directory resolution (via platformdirs), HTTP requests (via requests), and version/environment introspection (via scooby). The package is classified as Beta and targets scientific and research users working with Ansys tools.
It serves as a foundation layer for other PyAnsys libraries rather than a standalone end-user tool. Installation is straightforward with low friction, and the package is actively maintained with recent releases and commits. It supports modern Python versions from 3.10 onwards and carries no known security vulnerabilities.
Use it for:
- As a dependency for PyAnsys libraries that need shared CLI, platform detection, and HTTP utilities.
- Building Ansys-integrated Python tools that require consistent environment and version handling.
- Developing scientific workflows that leverage the PyAnsys ecosystem and need common helper functions.
- Extending Ansys tools with custom Python code that benefits from shared utility functions.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides shared utilities and tools for the PyAnsys ecosystem, including CLI helpers, platform detection, and common functionality used across Ansys Python libraries.
Yes, if you are developing or using PyAnsys libraries—it is likely already a transitive dependency. Install directly if you are building tools within the PyAnsys ecosystem and need access to its shared utilities. The low install friction, active maintenance, MIT license, and absence of known vulnerabilities make it safe to adopt. Not necessary for standalone use outside the PyAnsys context.
Install
ansys-tools-common on PyPI
pip
pip install ansys-tools-commonuv
uv add ansys-tools-commonpoetry
poetry add ansys-tools-commonInstalling ansys-tools-common
Before you install
Low friction installation with a pure-Python wheel and minimal dependencies. Actively maintained with a release within the last day and commits as recent as 2026-08-14.
License in practice
MIT license permits commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install ansys-tools-common
from ansys_tools_common import some_utility
# Use shared tools from the PyAnsys ecosystem
Requires Python 3.10 or later (supports 3.10, 3.11, 3.12, 3.13, 3.14).
Verify before relying
- What specific utilities and tools are included in the package beyond CLI helpers and platform detection.
- Whether this package is intended primarily as a dependency for other PyAnsys libraries or also for direct end-user use.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (<4,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — click, platformdirs, requests, scooby, typing-extensions |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 303,702/month — #7,811 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ansys_tools_common-0.5.2-py3-none-any.whl
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
ansys-tools-visualization-interfaceProvides a Python API that abstracts…
permissive · top 15,000 on PyPI
ansys-edb-corePyEDB-Core is a Python client for the…
permissive · top 15,000 on PyPI
ansys-unitsManages physical quantities with numerical…
permissive · top 15,000 on PyPI
ansys-dpf-coreProvides a Python interface to Ansys Data…
permissive · top 15,000 on PyPI
ansys-api-edbProvides auto-generated gRPC Python interface…
permissive · top 15,000 on PyPI
toml-fmt-commonProvides shared Python utilities and logic for…
permissive · top 15,000 on PyPI
ansys-api-tools-filetransferProvides auto-generated gRPC Python interface…
permissive · top 15,000 on PyPI
braintrust-coreProvides shared core dependencies for packages…
unclear · top 5,000 on PyPI
ansys-platform-instancemanagementPyPIM provides a Python client to communicate…
permissive · top 15,000 on PyPI
stups-cli-supportProvides shared command-line interface…
permissive · top 15,000 on PyPI