Metadata-Version: 2.1
Name: kwil
Version: 0.0.2
Summary: Library for interacting with the kwil blockchain
Author-email: yaiba <4yaiba@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/kwilteam/kwil.py
Keywords: kwil
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: linter

# kwil.py

[![PyPI - Version](https://img.shields.io/pypi/v/kwil.svg)](https://pypi.org/project/kwil)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kwil.svg)](https://pypi.org/project/kwil)

Borrows heavily from [web3.py](https://github.com/ethereum/web3.py)

-----

Check [quickstart](./docs/quickstart.md) to get started.


## License

MIT
