A cli tool which uses the piston api, developed by Engineerman and his team to compile over 35 languages instantly. Accepts files, paste.pythondiscord.com links and input.
# Installing the package
pip3.8 install piston-cli -U
# Help Command
piston -h
piston --list
# This will install the development and project dependencies.
pipenv sync --dev
# This will install the pre-commit hooks.
pipenv run precommit
# Optionally: run pre-commit hooks to initialize them.
# You can start working on the feature after this.
pipenv run pre-commit run --all-files
# Run it
pipenv run start
You can comment on the feature you want to work on in this discussion.