Metadata-Version: 2.1
Name: pluthon
Version: 0.2.5
Summary: Pluto-like programming language for Cardano Smart Contracts in Python
Home-page: https://github.com/imperatorlang/plyto
Author: nielstron
Author-email: n.muendler@web.de
License: MIT
Keywords: python cardano smart contract blockchain verification haskell
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3
Description-Content-Type: text/markdown

Pluthon
=======
[![Build Status](https://app.travis-ci.com/ImperatorLang/pluthon.svg?branch=master)](https://app.travis-ci.com/ImperatorLang/pluthon)
 [![PyPI version](https://badge.fury.io/py/pluthon.svg)](https://pypi.org/project/pluthon/)
 ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pluthon.svg)
 [![PyPI - Status](https://img.shields.io/pypi/status/pluthon.svg)](https://pypi.org/project/pluthon/)


Pluto-like programming language for Cardano Smart Contracts in Python

## What is this?

This is an programming language that compiles down to Untyped Plutus Language Core, inspired by MLabs [pluto](https://github.com/Plutonomicon/pluto)
programming language.
It is used as an intermediate step when compiling a pythonic smart contract language down to UPLC.

Contributions are very welcome.
