Metadata-Version: 2.4
Name: clvm
Version: 0.9.15
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~=8.7
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"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![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
=======

    $ python3 -m venv venv
    $ . ./venv/bin/activate
    $ pip install -e '.[dev]'
    $ pytest tests

