Metadata-Version: 2.1
Name: portalai
Version: 0.1
Summary: Convert code from one language to another using AI.
Home-page: https://github.com/WolfTheDev/portal
Author: WolfTheDev
Author-email: wolfthedev@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ollama ==0.1.9

# Portal

[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Description

Portal is an AI code converter for all! Portal can port code from one programming language to another using CodeLLaMA.

## Features

- Accurate code translation via CodeLLaMa and Ollama

## Installation

Install via `pip install portalai` on Windows, `pip3 install portalai` on MacOS/Linux, or `!pip install portalai` on Jupyter Notebook.

## Usage

`portal myscript.py python c`

The command above will translate `myscript.py` into C code from Python.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
