Python client for Beneath (https://beneath.network/)
Project description
Beneath Python Client Library
This repository contains the source code for the Beneath Python library. Learn more about it with these resources:
- Getting started tutorial
- Reading data from Beneath
- Using the command-line interface
- Writing new analytics to Beneath
Providing feedback
Beneath is just entering public beta, so there's bound to be some rough edges. Bugs, feature requests, suggestions – we'd love to hear about them. To file an issue, click here.
Developing the library
- Make sure Python 3 is installed and available as
python3
- Initialize and source the Python virtual environment with
./init-venv.sh
- Run tests with
pytest
(though it's sparse on tests at moment) - Run
deactivate
to exit the virtual environment andsource .env/bin/activate
to re-activate it - For use in VS Code, open
beneath-python
as a workspace root folder. PressCMD+Shift+P
, search forPython: Select Interpreter
, and select the Python 3 executable in the.env
virtual environment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
beneath-1.0.0.tar.gz
(17.4 kB
view hashes)
Built Distribution
beneath-1.0.0-py3-none-any.whl
(21.4 kB
view hashes)