Skip to main content

Python client for Beneath (https://beneath.dev/)

Project description

Beneath Python Client Library

PyPI version

License Netlify Status

This repository contains the source code for the Beneath Python library. Learn more about it with these resources:

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:

    python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt

  • Run tests with pytest (though it's sparse on tests at moment)

  • Run deactivate to exit the virtual environment and source .env/bin/activate to re-activate it

  • For use in VS Code, open python as a workspace root folder. Press CMD+Shift+P, search for Python: Select Interpreter, and select the Python 3 executable in the .venv virtual environment.

Here are some good resources to understand how Python packages work:

Publishing to PyPI

  • Increment the version number in beneath/_version.py
  • Run ./tools/pypi-publish.sh
  • Make sure to appropriately update configuration of recommended and deprecated versions in beneath/gateway/grpc/client_version.go

Project details


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.1.2.tar.gz (27.6 kB view hashes)

Uploaded Source

Built Distribution

beneath-1.1.2-py3-none-any.whl (36.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page