Pluthon
=======
[![Build Status](https://app.travis-ci.com/OpShin/pluthon.svg?branch=master)](https://app.travis-ci.com/OpShin/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.
## Contributing
Contributions are very welcome.
## Notes
- Some higher level functions defined in pluthon use UPLC builtin variables. In order to avoid naming conflicts, all variables assigned start with "0" and end with "_".
Raw data
{
"_id": null,
"home_page": "https://github.com/opshin/pluthon",
"name": "pluthon",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": "python cardano smart contract blockchain verification haskell",
"author": "nielstron",
"author_email": "n.muendler@web.de",
"download_url": "https://files.pythonhosted.org/packages/dd/1a/f35f8558d0cee42cd629acef4b00fe2ddf4c6416ceddbbd9ecd00cfa4dad/pluthon-1.0.1.tar.gz",
"platform": null,
"description": "Pluthon\n=======\n[![Build Status](https://app.travis-ci.com/OpShin/pluthon.svg?branch=master)](https://app.travis-ci.com/OpShin/pluthon)\n [![PyPI version](https://badge.fury.io/py/pluthon.svg)](https://pypi.org/project/pluthon/)\n ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pluthon.svg)\n [![PyPI - Status](https://img.shields.io/pypi/status/pluthon.svg)](https://pypi.org/project/pluthon/)\n\n\nPluto-like programming language for Cardano Smart Contracts in Python\n\n## What is this?\n\nThis is an programming language that compiles down to Untyped Plutus Language Core, inspired by MLabs [pluto](https://github.com/Plutonomicon/pluto)\nprogramming language.\nIt is used as an intermediate step when compiling a pythonic smart contract language down to UPLC.\n\n\n## Contributing\n\nContributions are very welcome.\n\n## Notes\n\n- Some higher level functions defined in pluthon use UPLC builtin variables. In order to avoid naming conflicts, all variables assigned start with \"0\" and end with \"_\".\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Pluto-like programming language for Cardano Smart Contracts in Python",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/opshin/pluthon"
},
"split_keywords": [
"python",
"cardano",
"smart",
"contract",
"blockchain",
"verification",
"haskell"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cd6cc3d78a707de28e4cd77d0cc37a2a7df4fcb5be429f9e975a5a15c5941a0b",
"md5": "be1a5c67ecc199f67277f1c9c94faa23",
"sha256": "e7768ea7d97d71d48ab04a068411394fe950df8996b1347f83fa4411d0cebb02"
},
"downloads": -1,
"filename": "pluthon-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "be1a5c67ecc199f67277f1c9c94faa23",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 15932,
"upload_time": "2024-11-28T14:26:59",
"upload_time_iso_8601": "2024-11-28T14:26:59.168558Z",
"url": "https://files.pythonhosted.org/packages/cd/6c/c3d78a707de28e4cd77d0cc37a2a7df4fcb5be429f9e975a5a15c5941a0b/pluthon-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dd1af35f8558d0cee42cd629acef4b00fe2ddf4c6416ceddbbd9ecd00cfa4dad",
"md5": "a330570395f4dbb530372c7c082cd49e",
"sha256": "2df50664c9884dea5f98063a4db4ef30276fac12e76aae9c7704213b10a4758d"
},
"downloads": -1,
"filename": "pluthon-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "a330570395f4dbb530372c7c082cd49e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 14958,
"upload_time": "2024-11-28T14:27:00",
"upload_time_iso_8601": "2024-11-28T14:27:00.141264Z",
"url": "https://files.pythonhosted.org/packages/dd/1a/f35f8558d0cee42cd629acef4b00fe2ddf4c6416ceddbbd9ecd00cfa4dad/pluthon-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-28 14:27:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "opshin",
"github_project": "pluthon",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pluthon"
}