antcal


Nameantcal JSON
Version 0.0.22 PyPI version JSON
download
home_pageNone
SummaryAntCal: Antenna Calculator.
upload_time2024-01-09 03:26:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
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)

Antenna calculator

## Roadmap

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

## Usage

### Python

#### Install

```shell
pip install antcal
```

## Build

### Python package

- Restore `conda` environment
  ```shell
  conda-lock install --mamba --dev -E vis -E docs -p ./python/venv ./python/conda-lock.yml
  ```
- Create lockfile
  ```shell
  conda-lock lock --mamba -e vis -e docs -f ./python/pyproject.toml --lockfile ./python/conda-lock.yml
  ```
- Build
  ```shell
  cd python
  hatch build
  ```
- Publish
  ```shell
  cd python
  hatch publish
  ```

### C++ package

**Currently in backlog**

C++ implementation is on the branch `cpplib`. A build environment is required. All presets are documented in `CMakePresets.json`.

- Fetch vcpkg
  ```shell
  > git submodule update --init --recursive
  ```
- Configurate
  ```shell
  > cmake --preset <preset>
  ```
- Build
  ```shell
  > cmake --build --preset <preset>
  ```
- Test
  ```shell
  > ctest --preset <preset>
  ```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "antcal",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "antenna,DRA,simulation",
    "author": null,
    "author_email": "Atlanswer <atlanswer@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/28/e0/eb347458ff8fa6efe25a1b29acadb6a0453acddac51065afa6b535f2f6b2/antcal-0.0.22.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\nAntenna calculator\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\n\n#### Install\n\n```shell\npip install antcal\n```\n\n## Build\n\n### Python package\n\n- Restore `conda` environment\n  ```shell\n  conda-lock install --mamba --dev -E vis -E docs -p ./python/venv ./python/conda-lock.yml\n  ```\n- Create lockfile\n  ```shell\n  conda-lock lock --mamba -e vis -e docs -f ./python/pyproject.toml --lockfile ./python/conda-lock.yml\n  ```\n- Build\n  ```shell\n  cd python\n  hatch build\n  ```\n- Publish\n  ```shell\n  cd python\n  hatch publish\n  ```\n\n### C++ package\n\n**Currently in backlog**\n\nC++ implementation is on the branch `cpplib`. A build environment is required. All presets are documented in `CMakePresets.json`.\n\n- Fetch vcpkg\n  ```shell\n  > git submodule update --init --recursive\n  ```\n- Configurate\n  ```shell\n  > cmake --preset <preset>\n  ```\n- Build\n  ```shell\n  > cmake --build --preset <preset>\n  ```\n- Test\n  ```shell\n  > ctest --preset <preset>\n  ```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "AntCal: Antenna Calculator.",
    "version": "0.0.22",
    "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": "6ccfed5393a309cc9a8179680fa5ab454262944f525664a4d9acd8a8e1e7d8f1",
                "md5": "0f71d4f105572f676c7cc3dc067655ea",
                "sha256": "db064a3670daaca87d264fc18668f5f296cdb5d149aefda6452136e9aca59b6d"
            },
            "downloads": -1,
            "filename": "antcal-0.0.22-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f71d4f105572f676c7cc3dc067655ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20562,
            "upload_time": "2024-01-09T03:26:34",
            "upload_time_iso_8601": "2024-01-09T03:26:34.960292Z",
            "url": "https://files.pythonhosted.org/packages/6c/cf/ed5393a309cc9a8179680fa5ab454262944f525664a4d9acd8a8e1e7d8f1/antcal-0.0.22-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28e0eb347458ff8fa6efe25a1b29acadb6a0453acddac51065afa6b535f2f6b2",
                "md5": "4ee312125e5805895aa525c99e73c2e2",
                "sha256": "2b07bbbe9f645a78bddce1f405ffc57650605a55bf317650e9b8f9a2ffa43b0a"
            },
            "downloads": -1,
            "filename": "antcal-0.0.22.tar.gz",
            "has_sig": false,
            "md5_digest": "4ee312125e5805895aa525c99e73c2e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 98322,
            "upload_time": "2024-01-09T03:26:37",
            "upload_time_iso_8601": "2024-01-09T03:26:37.760020Z",
            "url": "https://files.pythonhosted.org/packages/28/e0/eb347458ff8fa6efe25a1b29acadb6a0453acddac51065afa6b535f2f6b2/antcal-0.0.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 03:26:37",
    "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.16646s