antcal


Nameantcal JSON
Version 0.0.31 PyPI version JSON
download
home_pageNone
SummaryAntCal python module
upload_time2025-08-20 02:08:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseNone
keywords antenna dra simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "antcal",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "antenna, DRA, simulation",
    "author": null,
    "author_email": "Atlanswer <atlanswer@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b8/7e/3acd565fba1533c167ea89a2d52efc1aed7a4aad1aca507e5f15da7a579c/antcal-0.0.31.tar.gz",
    "platform": null,
    "description": "# AntCal\n\n[![Read the Docs](https://readthedocs.org/projects/antcal/badge/?version=latest)](https://antcal.readthedocs.io)\n[![Flit](https://img.shields.io/badge/build-flit-cyan?logo=python)](https://github.com/pypa/flit)\n[![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)\n[![PyPI - Version](https://img.shields.io/pypi/v/antcal?logo=pypi)](https://pypi.org/project/antcal)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/antcal?logo=pypi) ![PyPI - Status](https://img.shields.io/pypi/status/antcal?logo=pypi)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/antcal?logo=pypi)\n[![MIT license](https://img.shields.io/pypi/l/antcal?logo=pypi)](https://opensource.org/licenses/MIT)\n\nAntCal web app: https://antcal.atlanswer.com<br>\nDev version: https://dev.antcal.atlanswer.com\n\n## Roadmap\n\n- Included features: [#1](https://github.com/atlanswer/AntCal/issues/1)\n- Implemantation: [#2](https://github.com/atlanswer/AntCal/issues/2)\n\n## Usage\n\n### Python Package\n\nDocs: https://antcal.readthedocs.io\n\n#### Install\n\n```shell\npip install antcal\n```\n\n## Development\n\n### AntCal Python package\n\n```shell\ncd python\n# Create virtual env\nuv sync\n# Or\nuv sync --extra plot --extra pyaedt --extra docs\n# Build and publish\nuv run flit build\nuv run flit publish\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "AntCal python module",
    "version": "0.0.31",
    "project_urls": {
        "Documentation": "https://github.com/atlanswer/AntCal#readme",
        "Homepage": "https://github.com/atlanswer/AntCal",
        "Issues": "https://github.com/atlanswer/AntCal/issue",
        "Repository": "https://github.com/atlanswer/AntCal.git"
    },
    "split_keywords": [
        "antenna",
        " dra",
        " simulation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7eedfbb45082d3d2753ed12a65314056eeb5dd06238b760254570f56c8a40737",
                "md5": "fbda2d024d652113a4bcbec01c68c4f2",
                "sha256": "ed96a0cc5e8739d285a3b6d996ba8e2d905fff1aa7ba5a66cbbf3acfdbdafe72"
            },
            "downloads": -1,
            "filename": "antcal-0.0.31-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fbda2d024d652113a4bcbec01c68c4f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 23765,
            "upload_time": "2025-08-20T02:08:01",
            "upload_time_iso_8601": "2025-08-20T02:08:01.115421Z",
            "url": "https://files.pythonhosted.org/packages/7e/ed/fbb45082d3d2753ed12a65314056eeb5dd06238b760254570f56c8a40737/antcal-0.0.31-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b87e3acd565fba1533c167ea89a2d52efc1aed7a4aad1aca507e5f15da7a579c",
                "md5": "b939b9b419a9661dd0671ab5e1f7edd8",
                "sha256": "04f8089b110062185a9bf34de33cbb197dacdfe302ce6ffa82a976cafd911faf"
            },
            "downloads": -1,
            "filename": "antcal-0.0.31.tar.gz",
            "has_sig": false,
            "md5_digest": "b939b9b419a9661dd0671ab5e1f7edd8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 313341,
            "upload_time": "2025-08-20T02:08:05",
            "upload_time_iso_8601": "2025-08-20T02:08:05.333448Z",
            "url": "https://files.pythonhosted.org/packages/b8/7e/3acd565fba1533c167ea89a2d52efc1aed7a4aad1aca507e5f15da7a579c/antcal-0.0.31.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-20 02:08:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "atlanswer",
    "github_project": "AntCal#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "antcal"
}
        
Elapsed time: 0.50198s