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
Release files for qb 0.1.25
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qb-0.1.25.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qb-0.1.25-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.1 kB
Release files / qb-0.1.25.tar.gz
| Download URL | qb-0.1.25.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c8904d0a80edebc3ec8f191a40de7524e4565e33850ae9cff09534d5bd84bc60
|
|
BLAKE2b-256 checksum How to use checksums |
5381065d1b1492d784ec7acbc644d8d6966f1a36e1ed337e145dd5fce5f4b777
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.13.4 Windows/11
|
Release files / qb-0.1.25-py3-none-any.whl
| Download URL | qb-0.1.25-py3-none-any.whl |
|---|---|
| Size | 8.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a1f8589409005b8e7f227f6fc8ab3dc8708cbb5e4ebce88776ea3d54986c883e
|
|
BLAKE2b-256 checksum How to use checksums |
4afe7f54b9cf24d30b73682e173268b097d73b46250514300aa8c9dfb2710c59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.13.4 Windows/11
|