Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bolero

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bolero

sequence

  • 0.0.35
  • Source
  • PyPI
  • Socket score

Maintainers
1

bolero

Tests Documentation

Getting started

Please refer to the documentation. In particular, the

Installation

You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing Miniforge.

# 1. Download the environment YAML file
wget https://raw.githubusercontent.com/lhqing/commons/main/envs/bolero_env.yaml

# 2. Create a environment named bolero
mamba env create -f bolero_env.yaml
# OR if you use conda
# conda env create -f bolero_env.yaml
# Note that conda can be very slow in solving complex dependencies

# 3. Install this package
pip install bolero

# or install the package with dev mode
git clone https://github.com/lhqing/bolero.git
cd bolero
pip install -e ".[dev,test]"

Release notes

See the changelog.

Contact

If you found a bug, please use the issue tracker.

Citation

t.b.a

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc