Metadata-Version: 2.3
Name: antennex_client
Version: 3.3.0
Summary: ANTENNEX Reverberation Chamber API
License: BSD-3-Clause
Keywords: OpenAPI,OpenAPI-Generator,ANTENNEX Reverberation Chamber API
Author: ANTENNEX B.V.
Author-email: info@antennex.tech
Maintainer: Roel Budé
Maintainer-email: roel.bude@antennex.tech
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: docs
Requires-Dist: matplotlib (>=3.5.1)
Requires-Dist: numpy (>=1.21.5) ; python_version == "3.7"
Requires-Dist: numpy ; python_version >= "3.8" and python_version < "4.0"
Requires-Dist: pydantic (>=2)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: typing-extensions (>=4.7.1)
Requires-Dist: urllib3 (>=1.25.3,<3.0.0)
Project-URL: Homepage, https://antennex.tech/
Description-Content-Type: text/markdown

# antennex-api

Python API Client for ANTENNEX The Wireless Connector(tm)

For our product, see https://antennex.tech/

## Requirements.

Python 3.8+

## Installation & Usage

### pip install

You can install using:

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:
```python
import antennex_client
```

## Getting Started

Please follow the [installation procedure](#installation--usage).
The package contains examples on how to use the API.

