Metadata-Version: 2.1
Name: clvm
Version: 0.9.11
Summary: [Contract Language | Chialisp] Virtual Machine
Home-page: https://github.com/Chia-Network/clvm
Author: Chia Network, Inc.
Author-email: hello@chia.net
License: https://opensource.org/licenses/Apache-2.0
Project-URL: Bug Reports, https://github.com/Chia-Network/clvm
Project-URL: Source, https://github.com/Chia-Network/clvm
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.8.1, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chia_rs>=0.2.13
Requires-Dist: importlib_metadata~=7.1
Requires-Dist: typing-extensions~=4.0
Provides-Extra: dev
Requires-Dist: clvm_tools>=0.4.4; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: setuptools; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"

[![Coverage Status](https://coveralls.io/repos/github/Chia-Network/clvm/badge.svg?branch=main)](https://coveralls.io/github/Chia-Network/clvm?branch=main)

This is the in-development version of a LISP-like language for encumbering and releasing funds with smart-contract capabilities.

See docs/clvm.org or https://chialisp.com/ for more info.


Testing
=======

    $ pip install -e '.[dev]'
    $ py.test tests

