Metadata-Version: 2.4
Name: beacon-api
Version: 1.0.0rc2
Summary: Python interface wrapper for interacting with Beacon Nodes.
Author-email: Robin Kooyman <robin@maris.nl>
License-Expression: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.0.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: pyarrow>=19.0.1
Requires-Dist: networkx>=3.0.0
Requires-Dist: matplotlib>=3.0.0
Requires-Dist: xarray>=2025.1.0
Requires-Dist: netCDF4>=1.5.0
Requires-Dist: geopandas>=1.1.0
Requires-Dist: typing_extensions>=4.10.0
Requires-Dist: lonboard>=0.10.4
Requires-Dist: palettable>=3.3.0
Requires-Dist: zarr>=3.0.10
Dynamic: license-file

# Beacon API Python Wrapper

Python Wrapper for Beacon API Access

## Development

This project is under active development. Contributions are welcome!

To generate the typings for the API, run:

```bash
stubgen beacon_api -o .
```

To build the wheel package, run:

```bash
python -m build
```
