New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

radops

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radops

ops tooling for Striveworks's R&D team

pipPyPI
Version
0.11.0
Maintainers
1

R&D Ops

badge

Docs: https://striveworks.github.io/radops/

Python package

Install

pip install radops

Dev setup

pip install -e ".[dev]"
pre-commit install

Testing

Unit tests

Unit tests can be run via

pytest tests/unit-tests

Functional tests

Functional tests require s3 setup. This can be done locally via

docker run -p 9000:9000 -p 9090:9090 -e MINIO_ROOT_USER=user -e MINIO_ROOT_PASSWORD=password quay.io/minio/minio server /data --console-address ":9090"

and then the functional tests can be run using the following command

s3_endpoint_url=http://127.0.0.1:9000 aws_access_key_id=user aws_secret_access_key=password pytest -s tests/functional-tests/test_data_lake.py

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts