Metadata-Version: 2.4
Name: aiken-engineering
Version: 0.6.0
Summary: Engineering utilities.
Author: Eric Rudolph
License-Expression: MIT
Keywords: engineering,plotting,matplotlib,fatigue,impact
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.11.0
Requires-Dist: numpy>=2.4.6
Requires-Dist: pandas>=3.0.3
Requires-Dist: pandas-stubs~=3.0.3
Requires-Dist: scipy>=1.18.0
Provides-Extra: test
Requires-Dist: pytest>=9.1.0; extra == "test"
Dynamic: license-file

# Aiken Engineering

Engineering utility package for plotting, fatigue, impact, materials, and ANSYS helper workflows.

## uv workflow

This project uses `uv` for environment management, dependency locking, and command execution.

```powershell
uv sync --group dev
uv run pytest
```

Build distributions with:

```powershell
uv build
```

The repository includes `uv.toml` with `native-tls = true` so `uv` uses the Windows certificate store when resolving packages.

## Python

The project targets Python 3.14. The expected interpreter version is recorded in `.python-version`.
