pluthon


Namepluthon JSON
Version 1.3.5 PyPI version JSON
download
home_pagehttps://github.com/opshin/pluthon
SummaryPluto-like programming language for Cardano Smart Contracts in Python
upload_time2025-10-14 11:16:02
maintainerNone
docs_urlNone
authornielstron
requires_python>=3
licenseMIT
keywords python cardano smart contract blockchain verification haskell
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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@posteo.de",
    "download_url": "https://files.pythonhosted.org/packages/fd/cf/4b5f15a8b2f054c7ba8b9f9531b853ecea0189cdd6b7d4a8236e04886e4f/pluthon-1.3.5.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.3.5",
    "project_urls": {
        "Homepage": "https://github.com/opshin/pluthon"
    },
    "split_keywords": [
        "python",
        "cardano",
        "smart",
        "contract",
        "blockchain",
        "verification",
        "haskell"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d65e8f8cb8ea89bca6e509cd633906c4e880aa5bffbb5971560b3d08fc76b9e",
                "md5": "75666bae94d370f2dd5b1d64694ecfe9",
                "sha256": "06865b501d9a1ac6a692f0b5e3ef43a6a25dbc9dbc11735ac65c45f699925b40"
            },
            "downloads": -1,
            "filename": "pluthon-1.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75666bae94d370f2dd5b1d64694ecfe9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 17200,
            "upload_time": "2025-10-14T11:16:01",
            "upload_time_iso_8601": "2025-10-14T11:16:01.556461Z",
            "url": "https://files.pythonhosted.org/packages/4d/65/e8f8cb8ea89bca6e509cd633906c4e880aa5bffbb5971560b3d08fc76b9e/pluthon-1.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdcf4b5f15a8b2f054c7ba8b9f9531b853ecea0189cdd6b7d4a8236e04886e4f",
                "md5": "9f8cb1fed7f204dd5e999152911e56fc",
                "sha256": "343ab1e992bf672c51c545227635fec4b266f14588200c867fdbeab93bada38a"
            },
            "downloads": -1,
            "filename": "pluthon-1.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9f8cb1fed7f204dd5e999152911e56fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 15885,
            "upload_time": "2025-10-14T11:16:02",
            "upload_time_iso_8601": "2025-10-14T11:16:02.487859Z",
            "url": "https://files.pythonhosted.org/packages/fd/cf/4b5f15a8b2f054c7ba8b9f9531b853ecea0189cdd6b7d4a8236e04886e4f/pluthon-1.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-14 11:16:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opshin",
    "github_project": "pluthon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pluthon"
}
        
Elapsed time: 0.58108s