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
- Host: GitHub
- URL: https://github.com/maris-development/beacon-py
- Owner: maris-development
- License: apache-2.0
- Created: 2025-04-11T08:33:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-07T20:17:55.000Z (7 months ago)
- Last Synced: 2025-12-08T07:48:20.020Z (7 months ago)
- Language: Python
- Homepage: https://maris-development.github.io/beacon-py/
- Size: 806 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```