Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vlang/py2v

A Python to V transpiler.
https://github.com/vlang/py2v

python transpiler v

Last synced: 3 months ago
JSON representation

A Python to V transpiler.

Awesome Lists containing this project

README

        

# py2v

py2v is a Python to V source transpiler written (mostly) in V. py2v aims not to have a bug-to-bug 100% accurate transpilation but to create a baseline to ease re-making Python projects in V.

Please see the [examples folder](/examples/) to see the least py2v can do.

## Installation

Dependencies:
- [V](https://github.com/vlang/v)
- Python 3.6+

```bash
git clone https://github.com/vlang/py2v.git
cd py2v
-prod py2v.v -o py2v
```

## Usage

```
./py2v
```

## Contributing

PRs are welcome. Please prefix your PR titles with the component you are editing. (`docs: improve README.md` etc.)

## License

[MIT License](/LICENSE)