You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

qb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qb

A functional programming language

0.1.25
pipPyPI
Maintainers
1

qb

qb is a functional programming language written in python

Installation from pypi

pip install pipx # install pipx
pipx install qb

Building from source

For the build process we use Poetry and for the installation of packages we use pipx.

Setup

git clone https://github.com/henceiusegentoo/qb-2.0.git
pip install pipx # install pipx
pipx install poetry # use pipx to install poetry
cd qb-2.0
poetry install

Building and Installation

poetry build --clean # build project
pipx install ./dist/qb-[version]-py3-none-any.whl # install qb on your machine

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