Metadata-Version: 2.1
Name: codexec
Version: 0.1.7
Summary: compiles and executes code files written in c, cpp, java, python and javascript
Author-email: prajesh <prajesh.eleven118@gmail.com>
Maintainer-email: prajesh <prajesh.eleven118@gmail.com>
Project-URL: bugs, https://github.com/pr4j3sh/codexec/issues
Project-URL: homepage, https://github.com/pr4j3sh/codexec
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv
Requires-Dist: requests

# codexec

codexec is a Python package that allows you to execute code written in various programming languages (C, C++, Java, Python, and JavaScript) by making API calls to a server. The package takes code files and optional input files, executes the code, and returns the output.

## Features

- Execute code in multiple languages: C, C++, Java, Python, and JavaScript.
- Simple command-line interface (CLI) for executing code files.
- Supports optional input files for code that requires input.
- Easy integration with environment variables for configuration.
