Skip to main content

Python Compiler Collection for Bash

Project description

pyccb

Python Compiler Collection for Bash

What is it

pyccb is a Python -> Pure Bash compiler. It can be used for anything, like making your bash scripts in a more familiar language or running your Python scripts in Bash for fun!

How to use it

pyccb can be used as a CLI or as a Python package.

Installation:

pip install pyccb

or

# In the cloned repository
pip install -e .

CLI Usage:

pyccb -h
pyccb examples/helloworld.py -o helloworld.sh

Python Package Usage:

import pyccb

pyccb.compile("print ('\"Hello World\"')")

Features + Guide

pyccb supports only a small subset of the full Python syntax. Currently it supports

  • Integer Types
  • String Types
  • Variable declarations
  • Function calls (with parameters)
  • Basic arithmatic (+-*/)
  • Conditionals + if statements
  • while Loops
  • Lists

To make your program useful, you can call commands as normal functions. eg.

echo('"Hello World"')

See examples/ for more usage examples. You can compile all the examples by running ./tests/all.sh.

License

This repository is licensed under the GNU General Public License V3

simplyrohan/pyccb - Python Compiler Collection for Bash
Copyright (C) 2025 simplyrohan

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

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

pyccb-0.1.2.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyccb-0.1.2-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file pyccb-0.1.2.tar.gz.

File metadata

  • Download URL: pyccb-0.1.2.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.1

File hashes

Hashes for pyccb-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1aeec1b611a906665df60385e3e72da91b231c52d3cf6d2a2c0652b7dc2a1cc8
MD5 97a5988b0e467e9d03fdcf013f262c76
BLAKE2b-256 db501a48590a57786ce5dac3c3bb4cb0f9eee8bf0104d8141442750bcb561c66

See more details on using hashes here.

File details

Details for the file pyccb-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pyccb-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.1

File hashes

Hashes for pyccb-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dd78f7d5cee67b2a0da119aa975d2dbed2ee5e1968dec0a7f77be5eec54ace1e
MD5 fbaa41d3576a57d19efce8fcac2fd233
BLAKE2b-256 f595d29f4308360d1d4fc591c113935d735de3472cd7c60f6c5621ef1cdf5ae0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page