pluthon


Namepluthon JSON
Version 0.5.4 PyPI version JSON
download
home_pagehttps://github.com/opshin/pluthon
SummaryPluto-like programming language for Cardano Smart Contracts in Python
upload_time2024-04-15 11:22:19
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
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@web.de",
    "download_url": "https://files.pythonhosted.org/packages/6b/18/0859bfbddfb79c7ade549e69a6be559196a927d46683f69d905797308df3/pluthon-0.5.4.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": "0.5.4",
    "project_urls": {
        "Homepage": "https://github.com/opshin/pluthon"
    },
    "split_keywords": [
        "python",
        "cardano",
        "smart",
        "contract",
        "blockchain",
        "verification",
        "haskell"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "643cefcf41e24b2bfb24f2629d8a03440949ffe4ccc790ad4894447986b82d7f",
                "md5": "9462b4563017252b4aaaac79f5eab227",
                "sha256": "57254ba532d42833253abb8432ee18671127383c809eb4ef7114d6d0aca485fe"
            },
            "downloads": -1,
            "filename": "pluthon-0.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9462b4563017252b4aaaac79f5eab227",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 15681,
            "upload_time": "2024-04-15T11:22:18",
            "upload_time_iso_8601": "2024-04-15T11:22:18.444512Z",
            "url": "https://files.pythonhosted.org/packages/64/3c/efcf41e24b2bfb24f2629d8a03440949ffe4ccc790ad4894447986b82d7f/pluthon-0.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b180859bfbddfb79c7ade549e69a6be559196a927d46683f69d905797308df3",
                "md5": "486208fc87380ae724c65bc01cc4a46d",
                "sha256": "4f7272674522bcedb46c4496a4030a09841d2ea896ba42f974c1a28a33ef8175"
            },
            "downloads": -1,
            "filename": "pluthon-0.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "486208fc87380ae724c65bc01cc4a46d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 14685,
            "upload_time": "2024-04-15T11:22:19",
            "upload_time_iso_8601": "2024-04-15T11:22:19.742078Z",
            "url": "https://files.pythonhosted.org/packages/6b/18/0859bfbddfb79c7ade549e69a6be559196a927d46683f69d905797308df3/pluthon-0.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 11:22:19",
    "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"
}
        
Elapsed time: 0.23231s