Metadata-Version: 2.2
Name: klvm
Version: 0.9.11
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.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: chik_rs>=0.2.13
Requires-Dist: importlib_metadata~=7.1
Requires-Dist: typing-extensions~=4.0
Provides-Extra: dev
Requires-Dist: klvm_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: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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

