Metadata-Version: 2.4
Name: beacon-api
Version: 1.0.7rc1
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.0.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: pyarrow>=17.0.0
Requires-Dist: xarray>=2023.1.0
Requires-Dist: netCDF4>=1.5.0
Requires-Dist: typing_extensions>=4.10.0
Provides-Extra: zarr
Requires-Dist: zarr>=2.18; extra == "zarr"
Provides-Extra: profiling
Requires-Dist: networkx>=3.0.0; extra == "profiling"
Requires-Dist: matplotlib>=3.0.0; extra == "profiling"
Provides-Extra: geopandas
Requires-Dist: geopandas>=1.1.0; extra == "geopandas"
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
```
