Skip to main content

No project description provided

Project description

Radicalbit Platform Python SDK

Python SDK to work with Radicalbit Platform.

How to set up

The project is based on poetry for managing dependencies.

You should have poetry installed on your local machine. You can follow the instruction on https://python-poetry.org.

After you have poetry installed you can install the project's dependencies run:

poetry install

To run code formatter use:

poetry run ruff format

AWS authentication

There are multiple ways to authenticate to AWS S3 API. The order in witch the client searches for credentials is:

  1. passing AwsCredentials to functions
  2. using environment variables
  3. using shared credentials file ~/.aws/credentials
  4. using AWS config file ~/.aws/config

How to run tests

To run the tests execute:

# Run unit tests
poetry run pytest -v

# Run code format validation
poetry run ruff check

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

radicalbit_platform_sdk-1.0.1.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

radicalbit_platform_sdk-1.0.1-py3-none-any.whl (18.3 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