Metadata-Version: 2.1
Name: clvm
Version: 0.9.0
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
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Security :: Cryptography
Description-Content-Type: text/markdown
Requires-Dist: blspy (>=0.2.3)
Provides-Extra: dev
Requires-Dist: clvm-tools (>=0.3.5) ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

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

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



