Metadata-Version: 2.1
Name: klvm
Version: 0.9.7
Summary: [Contract Language | Chiklisp] Virtual Machine
Home-page: https://github.com/Chik-Network/klvm
Author: Chik Network, Inc.
Author-email: hello@chiknetwork.com
License: https://opensource.org/licenses/Apache-2.0
Project-URL: Bug Reports, https://github.com/Chik-Network/klvm
Project-URL: Source, https://github.com/Chik-Network/klvm
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
License-File: LICENSE
Requires-Dist: blspy (>=0.9)
Provides-Extra: dev
Requires-Dist: klvm-tools (>=0.4.4) ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

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

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

See docs/klvm.org or https://chiklisp.com/ for more info.


Testing
=======

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

