Python Wrapper for interacting with the Beacon Data Lake API.
The full documentation for the Beacon Data Lake API can be found at https://maris-development.github.io/beacon-py/.
To install the package, use pip:
pip install beacon-api
If you encounter any issues or have feature requests, please report them on the GitHub Issues page.
This project is under active development. Contributions are welcome!
To generate the typings for the API, run:
stubgen beacon_api -o .
To build the wheel package, run:
python -m build