An open API service indexing awesome lists of open source software.

https://github.com/maris-development/beacon-py

Python Wrapper for using the Beacon Data Lake
https://github.com/maris-development/beacon-py

Last synced: 5 months ago
JSON representation

Python Wrapper for using the Beacon Data Lake

Awesome Lists containing this project

README

          

# Beacon Data Lake Python API

Python Wrapper for interacting with the Beacon Data Lake API.

## Documentation

The full documentation for the Beacon Data Lake API can be found at [https://maris-development.github.io/beacon-py/](https://maris-development.github.io/beacon-py/).

## Installation

To install the package, use pip:

```bash
pip install beacon-api
```

## Issues

If you encounter any issues or have feature requests, please report them on the [GitHub Issues page](https://github.com/maris-development/beacon-py/issues).

## 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
```