Metadata-Version: 2.4
Name: antcal
Version: 0.0.31
Summary: AntCal python module
Keywords: antenna,DRA,simulation
Author-email: Atlanswer <atlanswer@gmail.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: rich>=14
Requires-Dist: myst-parser>=4 ; extra == "docs"
Requires-Dist: sphinx>=8.2 ; extra == "docs"
Requires-Dist: sphinx-autobuild>=2024.10.3 ; extra == "docs"
Requires-Dist: sphinx-autodoc2>=0.5 ; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5 ; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=3 ; extra == "docs"
Requires-Dist: matplotlib>=3.10 ; extra == "plot"
Requires-Dist: numpy>=2.2 ; extra == "plot"
Requires-Dist: pandas>=2.2 ; extra == "plot"
Requires-Dist: pydantic>=2.10 ; extra == "plot"
Requires-Dist: pyaedt>=0.15 ; extra == "pyaedt"
Requires-Dist: pyvista>=0.44.2 ; extra == "pyaedt"
Project-URL: Documentation, https://github.com/atlanswer/AntCal#readme
Project-URL: Homepage, https://github.com/atlanswer/AntCal
Project-URL: Issues, https://github.com/atlanswer/AntCal/issue
Project-URL: Repository, https://github.com/atlanswer/AntCal.git
Provides-Extra: docs
Provides-Extra: plot
Provides-Extra: pyaedt

# AntCal

[![Read the Docs](https://readthedocs.org/projects/antcal/badge/?version=latest)](https://antcal.readthedocs.io)
[![Flit](https://img.shields.io/badge/build-flit-cyan?logo=python)](https://github.com/pypa/flit)
[![PyAnsys](https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC)](https://aedt.docs.pyansys.com)
[![PyPI - Version](https://img.shields.io/pypi/v/antcal?logo=pypi)](https://pypi.org/project/antcal)
![PyPI - Downloads](https://img.shields.io/pypi/dm/antcal?logo=pypi) ![PyPI - Status](https://img.shields.io/pypi/status/antcal?logo=pypi)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/antcal?logo=pypi)
[![MIT license](https://img.shields.io/pypi/l/antcal?logo=pypi)](https://opensource.org/licenses/MIT)

AntCal web app: https://antcal.atlanswer.com<br>
Dev version: https://dev.antcal.atlanswer.com

## Roadmap

- Included features: [#1](https://github.com/atlanswer/AntCal/issues/1)
- Implemantation: [#2](https://github.com/atlanswer/AntCal/issues/2)

## Usage

### Python Package

Docs: https://antcal.readthedocs.io

#### Install

```shell
pip install antcal
```

## Development

### AntCal Python package

```shell
cd python
# Create virtual env
uv sync
# Or
uv sync --extra plot --extra pyaedt --extra docs
# Build and publish
uv run flit build
uv run flit publish
```

